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-07-24T01:58:27.941Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-qtthp with PID 15 (/app/app.jar started by so in /app)
2021-07-24T01:58:27.946Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-24T01:58:27.946Z||main|||||INFO|500||The following profiles are active: basic
2021-07-24T01:58:34.605Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-24T01:58:34.605Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-24T01:58:34.675Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-24T01:58:36.009Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-24T01:58:36.152Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-24T01:58:36.434Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-24T01:58:36.439Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-24T01:58:36.551Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-24T01:58:36.676Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-24T01:58:37.021Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-24T01:58:37.836Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-24T01:58:39.645Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-24T01:58:39.687Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-24T01:58:40.063Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-24T01:58:40.156Z||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-07-24T01:58:41.248Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-24T01:58:42.095Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-07-24T01:58:42.110Z||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$$cd1e949.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-07-24T01:58:42.111Z||main|||||WARN|500||The sdc end point is not alive
2021-07-24T01:58:44.101Z||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-07-24T01:58:46.110Z||main|||||WARN|500||---
2021-07-24T01:58:46.110Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-24T01:58:46.110Z||main|||||WARN|500||---
2021-07-24T01:58:46.405Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-24T01:58:48.903Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-24T01:58:48.904Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-24T01:58:48.905Z||main|||||INFO|500||Started Application in 22.582 seconds (JVM running for 23.596)
2021-07-24T01:58:48.913Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-24T01:58:48.936Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-24T01:58:49.010Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 841f6ada-ace4-462c-9d7b-27873a5e4a91 url= /sdc/v1/artifactTypes
2021-07-24T01:58:49.010Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-24T01:58:50.106Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.9.13] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-07-24T01:58:50.110Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@171f1100
2021-07-24T01:58:50.110Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-24T01:58:50.119Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-24T01:58:50.121Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-24T01:58:50.123Z||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-07-24T01:59:38.900Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-24T01:59:38.900Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-24T01:59:38.900Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-24T01:59:38.903Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-24T01:59:38.907Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d3b5e3f1-e5e3-42f7-857b-6e0231679424 url= /sdc/v1/artifactTypes
2021-07-24T01:59:38.908Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-24T01:59:39.934Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.9.13] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-07-24T01:59:39.935Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cd83feb
2021-07-24T01:59:39.935Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-24T01:59:39.935Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-24T01:59:39.935Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-24T01:59:39.936Z||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-07-24T02:00:28.900Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-24T02:00:28.900Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-24T02:00:28.900Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-24T02:00:28.903Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-24T02:00:28.907Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4dce6181-3222-4c63-9807-33fe1cd9e1d3 url= /sdc/v1/artifactTypes
2021-07-24T02:00:28.907Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-24T02:00:29.945Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.9.13] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-07-24T02:00:29.946Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1416983d
2021-07-24T02:00:29.946Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-24T02:00:29.946Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-24T02:00:29.947Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-24T02:00:29.947Z||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-07-24T02:01:18.900Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-24T02:01:18.900Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-24T02:01:18.900Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-24T02:01:18.903Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-24T02:01:18.905Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 769a649b-54ff-436c-8943-eef1f9d6e815 url= /sdc/v1/artifactTypes
2021-07-24T02:01:18.906Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-24T02:01:19.929Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.9.13] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-07-24T02:01:19.930Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26e8d0f0
2021-07-24T02:01:19.930Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-07-24T02:01:19.930Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-07-24T02:01:19.931Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-07-24T02:01:19.932Z||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-07-24T02:02:08.900Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-24T02:02:08.901Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-24T02:02:08.901Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-24T02:02:08.904Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-24T02:02:08.906Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9aa49a51-a8a6-4277-a5b0-64eca1e9a2af url= /sdc/v1/artifactTypes
2021-07-24T02:02:08.907Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-24T02:02:09.069Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-24T02:02:09.076Z||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-07-24T02:02:09.094Z||scheduling-1|||||DEBUG|500||create keys
2021-07-24T02:02:09.100Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-24T02:02:09.120Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:02:09.133Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 20210737-4d41-42d4-9251-d3dddecabbad url= /sdc/v1/registerForDistribution
2021-07-24T02:02:09.224Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 20210737-4d41-42d4-9251-d3dddecabbad url= /sdc/v1/registerForDistribution
2021-07-24T02:02:09.225Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-24T02:02:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:02:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:02:09.236Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-24T02:02:09.236Z||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-07-24T02:02:09.236Z||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-07-24T02:02:09.236Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:02:09.236Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:02:19.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:02:19.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:03:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:03:09.232Z||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-07-24T02:03:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:03:09.233Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:03:09.234Z||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-07-24T02:03:09.234Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:03:18.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:03:18.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:04:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:04:09.231Z||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-07-24T02:04:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:04:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:04:09.233Z||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-07-24T02:04:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:04:18.776Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:04:18.776Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:05:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:05:09.231Z||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-07-24T02:05:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:05:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:05:09.233Z||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-07-24T02:05:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:05:18.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:05:18.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:06:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:06:09.231Z||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-07-24T02:06:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:06:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:06:09.233Z||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-07-24T02:06:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:06:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:06:18.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:07:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:07:09.231Z||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-07-24T02:07:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:07:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:07:09.233Z||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-07-24T02:07:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:07:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:07:18.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:08:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:08:09.231Z||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-07-24T02:08:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:08:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:08:09.233Z||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-07-24T02:08:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:08:18.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:08:18.775Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:09:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:09:09.231Z||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-07-24T02:09:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:09:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:09:09.233Z||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-07-24T02:09:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:09:12.518Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-24T02:09:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:09:18.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:10:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:10:09.231Z||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-07-24T02:10:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:10:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:10:09.232Z||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-07-24T02:10:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:10:18.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:10:18.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:11:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:11:09.231Z||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-07-24T02:11:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:11:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:11:09.233Z||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-07-24T02:11:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:11:18.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:11:18.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:12:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:12:09.231Z||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-07-24T02:12:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:12:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:12:09.232Z||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-07-24T02:12:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:12:18.778Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:12:18.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:13:09.233Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:13:09.233Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:13:09.239Z||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-07-24T02:13:09.239Z||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-07-24T02:13:09.239Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:13:09.239Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:13:18.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:13:18.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:14:09.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:14:09.232Z||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-07-24T02:14:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:14:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:14:09.232Z||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-07-24T02:14:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:14:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:14:18.773Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:15:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:15:09.231Z||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-07-24T02:15:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:15:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:15:09.232Z||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-07-24T02:15:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:15:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:15:18.770Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:16:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:16:09.232Z||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-07-24T02:16:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:16:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:16:09.233Z||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-07-24T02:16:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:16:18.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:16:18.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:17:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:17:09.231Z||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-07-24T02:17:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:17:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:17:09.232Z||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-07-24T02:17:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:17:18.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:17:18.774Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:18:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:18:09.231Z||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-07-24T02:18:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:18:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:18:09.232Z||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-07-24T02:18:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:18:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:18:18.773Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:19:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:19:09.231Z||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-07-24T02:19:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:19:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:19:09.232Z||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-07-24T02:19:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:19:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:19:18.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:20:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:20:09.231Z||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-07-24T02:20:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:20:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:20:09.232Z||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-07-24T02:20:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:20:18.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:20:18.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:21:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:21:09.231Z||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-07-24T02:21:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:21:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:21:09.232Z||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-07-24T02:21:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:21:18.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:21:18.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:22:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:22:09.231Z||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-07-24T02:22:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:22:09.232Z||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-07-24T02:22:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:22:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:22:18.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:22:18.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:23:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:23:09.231Z||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-07-24T02:23:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:23:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:23:09.232Z||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-07-24T02:23:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:23:18.797Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:23:18.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:24:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:24:09.231Z||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-07-24T02:24:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:24:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:24:09.232Z||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-07-24T02:24:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:24:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:24:18.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:25:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:25:09.231Z||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-07-24T02:25:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:25:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:25:09.232Z||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-07-24T02:25:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:25:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:25:18.774Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:26:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:26:09.231Z||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-07-24T02:26:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:26:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:26:09.232Z||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-07-24T02:26:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:26:18.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:26:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:27:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:27:09.231Z||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-07-24T02:27:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:27:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:27:09.232Z||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-07-24T02:27:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:27:18.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:27:18.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:28:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:28:09.231Z||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-07-24T02:28:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:28:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:28:09.232Z||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-07-24T02:28:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:28:18.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:28:18.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:29:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:29:09.231Z||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-07-24T02:29:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:29:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:29:09.232Z||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-07-24T02:29:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:29:18.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:29:18.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:30:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:30:09.231Z||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-07-24T02:30:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:30:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:30:09.232Z||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-07-24T02:30:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:30:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:30:18.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:31:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:31:09.231Z||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-07-24T02:31:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:31:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:31:09.232Z||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-07-24T02:31:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:31:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:31:18.771Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:32:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:32:09.231Z||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-07-24T02:32:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:32:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:32:09.232Z||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-07-24T02:32:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:32:18.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:32:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:33:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:33:09.231Z||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-07-24T02:33:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:33:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:33:09.232Z||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-07-24T02:33:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:33:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:33:18.774Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:34:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:34:09.231Z||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-07-24T02:34:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:34:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:34:09.232Z||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-07-24T02:34:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:34:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:34:18.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:35:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:35:09.231Z||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-07-24T02:35:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:35:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:35:09.232Z||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-07-24T02:35:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:35:18.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:35:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:36:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:36:09.231Z||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-07-24T02:36:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:36:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:36:09.232Z||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-07-24T02:36:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:36:18.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:36:18.775Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:37:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:37:09.231Z||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-07-24T02:37:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:37:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:37:09.232Z||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-07-24T02:37:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:37:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:37:18.773Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:38:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:38:09.231Z||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-07-24T02:38:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:38:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:38:09.232Z||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-07-24T02:38:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:38:18.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:38:18.784Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:39:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:39:09.231Z||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-07-24T02:39:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:39:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:39:09.232Z||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-07-24T02:39:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:39:18.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:39:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:40:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:40:09.231Z||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-07-24T02:40:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:40:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:40:09.232Z||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-07-24T02:40:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:40:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:40:18.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:41:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:41:09.231Z||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-07-24T02:41:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:41:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:41:09.232Z||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-07-24T02:41:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:41:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:41:18.770Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:42:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:42:09.231Z||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-07-24T02:42:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:42:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:42:09.232Z||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-07-24T02:42:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:42:18.773Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:42:18.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:43:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:43:09.231Z||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-07-24T02:43:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:43:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:43:09.233Z||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-07-24T02:43:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:43:18.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:43:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:44:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:44:09.232Z||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-07-24T02:44:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:44:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:44:09.233Z||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-07-24T02:44:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:44:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:44:18.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:45:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:45:09.231Z||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-07-24T02:45:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:45:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:45:09.232Z||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-07-24T02:45:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:45:18.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:45:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:46:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:46:09.232Z||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-07-24T02:46:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:46:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:46:09.232Z||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-07-24T02:46:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:46:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:46:18.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:47:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:47:09.231Z||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-07-24T02:47:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:47:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:47:09.232Z||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-07-24T02:47:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:47:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:47:18.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:48:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:48:09.231Z||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-07-24T02:48:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:48:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:48:09.232Z||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-07-24T02:48:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:48:18.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:48:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:49:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:49:09.231Z||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-07-24T02:49:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:49:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:49:09.232Z||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-07-24T02:49:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:49:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:49:18.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:50:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:50:09.231Z||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-07-24T02:50:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:50:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:50:09.232Z||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-07-24T02:50:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:50:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:50:18.770Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:51:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:51:09.231Z||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-07-24T02:51:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:51:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:51:09.232Z||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-07-24T02:51:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:51:18.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:51:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:52:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:52:09.231Z||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-07-24T02:52:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:52:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:52:09.232Z||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-07-24T02:52:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:52:18.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:52:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:53:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:53:09.231Z||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-07-24T02:53:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:53:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:53:09.232Z||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-07-24T02:53:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:53:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:53:18.771Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:54:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:54:09.231Z||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-07-24T02:54:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:54:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:54:09.232Z||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-07-24T02:54:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:54:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:54:18.769Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:55:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:55:09.231Z||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-07-24T02:55:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:55:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:55:09.232Z||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-07-24T02:55:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:55:18.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:55:18.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:56:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:56:09.231Z||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-07-24T02:56:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:56:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:56:09.232Z||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-07-24T02:56:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:56:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:56:18.770Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:57:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:57:09.231Z||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-07-24T02:57:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:57:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:57:09.232Z||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-07-24T02:57:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:57:18.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:57:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:58:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:58:09.231Z||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-07-24T02:58:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:58:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:58:09.232Z||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-07-24T02:58:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:58:18.769Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:58:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:59:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:59:09.231Z||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-07-24T02:59:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:59:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T02:59:09.232Z||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-07-24T02:59:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T02:59:18.767Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T02:59:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:00:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:00:09.231Z||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-07-24T03:00:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:00:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:00:09.232Z||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-07-24T03:00:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:00:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:00:18.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:01:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:01:09.231Z||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-07-24T03:01:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:01:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:01:09.232Z||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-07-24T03:01:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:01:18.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:01:18.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:02:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:02:09.231Z||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-07-24T03:02:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:02:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:02:09.232Z||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-07-24T03:02:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:02:18.767Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:02:18.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:03:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:03:09.231Z||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-07-24T03:03:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:03:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:03:09.232Z||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-07-24T03:03:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:03:18.767Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:03:18.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:04:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:04:09.231Z||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-07-24T03:04:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:04:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:04:09.232Z||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-07-24T03:04:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:04:18.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:04:18.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:05:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:05:09.231Z||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-07-24T03:05:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:05:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:05:09.232Z||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-07-24T03:05:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:05:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:05:18.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:06:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:06:09.231Z||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-07-24T03:06:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:06:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:06:09.232Z||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-07-24T03:06:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:06:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:06:18.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:07:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:07:09.231Z||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-07-24T03:07:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:07:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:07:09.232Z||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-07-24T03:07:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:07:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:07:18.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:08:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:08:09.231Z||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-07-24T03:08:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:08:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:08:09.232Z||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-07-24T03:08:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:08:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:08:18.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:09:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:09:09.231Z||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-07-24T03:09:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:09:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:09:09.232Z||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-07-24T03:09:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:09:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:09:18.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:10:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:10:09.231Z||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-07-24T03:10:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:10:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:10:09.232Z||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-07-24T03:10:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:10:18.773Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:10:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:11:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:11:09.231Z||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-07-24T03:11:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:11:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:11:09.232Z||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-07-24T03:11:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:11:18.770Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:11:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:12:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:12:09.231Z||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-07-24T03:12:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:12:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:12:09.232Z||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-07-24T03:12:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:12:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:12:18.775Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:13:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:13:09.231Z||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-07-24T03:13:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:13:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:13:09.232Z||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-07-24T03:13:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:13:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:13:18.771Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:14:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:14:09.231Z||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-07-24T03:14:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:14:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:14:09.232Z||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-07-24T03:14:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:14:18.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:14:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:15:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:15:09.231Z||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-07-24T03:15:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:15:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:15:09.232Z||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-07-24T03:15:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:15:18.773Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:15:18.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:16:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:16:09.231Z||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-07-24T03:16:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:16:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:16:09.232Z||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-07-24T03:16:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:16:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:16:18.771Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:17:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:17:09.231Z||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-07-24T03:17:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:17:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:17:09.232Z||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-07-24T03:17:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:17:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:17:18.770Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:18:09.231Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:18:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:18:09.233Z||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-07-24T03:18:09.233Z||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-07-24T03:18:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:18:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:18:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:18:18.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:19:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:19:09.231Z||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-07-24T03:19:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:19:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:19:09.232Z||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-07-24T03:19:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:19:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:19:18.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:20:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:20:09.231Z||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-07-24T03:20:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:20:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:20:09.232Z||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-07-24T03:20:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:20:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:20:18.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:21:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:21:09.231Z||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-07-24T03:21:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:21:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:21:09.232Z||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-07-24T03:21:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:21:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:21:18.770Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:22:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:22:09.231Z||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-07-24T03:22:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:22:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:22:09.232Z||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-07-24T03:22:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:22:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:22:18.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:23:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:23:09.231Z||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-07-24T03:23:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:23:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:23:09.232Z||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-07-24T03:23:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:23:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:23:18.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:24:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:24:09.231Z||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-07-24T03:24:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:24:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:24:09.232Z||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-07-24T03:24:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:24:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:24:18.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:25:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:25:09.231Z||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-07-24T03:25:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:25:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:25:09.232Z||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-07-24T03:25:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:25:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:25:18.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:26:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:26:09.231Z||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-07-24T03:26:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:26:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:26:09.232Z||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-07-24T03:26:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:26:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:26:18.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:27:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:27:09.231Z||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-07-24T03:27:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:27:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:27:09.232Z||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-07-24T03:27:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:27:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:27:18.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:28:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:28:09.231Z||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-07-24T03:28:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:28:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:28:09.232Z||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-07-24T03:28:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:28:18.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:28:18.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:29:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:29:09.231Z||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-07-24T03:29:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:29:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:29:09.232Z||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-07-24T03:29:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:29:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:29:18.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:30:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:30:09.231Z||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-07-24T03:30:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:30:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:30:09.232Z||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-07-24T03:30:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:30:18.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:30:18.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:31:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:31:09.231Z||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-07-24T03:31:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:31:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:31:09.232Z||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-07-24T03:31:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:31:18.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:31:18.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:32:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:32:09.231Z||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-07-24T03:32:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:32:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:32:09.232Z||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-07-24T03:32:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:32:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:32:18.773Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:33:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:33:09.231Z||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-07-24T03:33:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:33:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:33:09.232Z||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-07-24T03:33:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:33:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:33:18.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:34:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:34:09.231Z||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-07-24T03:34:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:34:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:34:09.232Z||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-07-24T03:34:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:34:18.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:34:18.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:35:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:35:09.231Z||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-07-24T03:35:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:35:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:35:09.232Z||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-07-24T03:35:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:35:18.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:35:18.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:36:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:36:09.231Z||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-07-24T03:36:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:36:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:36:09.232Z||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-07-24T03:36:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:36:18.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:36:18.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:37:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:37:09.231Z||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-07-24T03:37:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:37:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:37:09.232Z||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-07-24T03:37:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:37:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:37:18.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:38:09.230Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:38:09.231Z||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-07-24T03:38:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:38:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:38:09.232Z||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-07-24T03:38:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:38:18.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:38:18.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:39:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:39:09.231Z||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-07-24T03:39:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:39:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:39:09.232Z||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-07-24T03:39:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:39:18.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:39:18.770Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:40:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:40:09.231Z||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-07-24T03:40:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:40:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:40:09.232Z||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-07-24T03:40:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:40:18.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:40:18.771Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:41:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:41:09.231Z||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-07-24T03:41:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:41:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:41:09.232Z||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-07-24T03:41:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:41:18.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:41:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:42:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:42:09.231Z||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-07-24T03:42:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:42:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:42:09.232Z||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-07-24T03:42:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:42:18.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:42:18.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:43:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:43:09.231Z||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-07-24T03:43:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:43:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:43:09.233Z||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-07-24T03:43:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:43:18.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:43:18.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:44:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:44:09.231Z||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-07-24T03:44:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:44:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:44:09.232Z||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-07-24T03:44:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:44:18.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:44:18.768Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:45:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:45:09.231Z||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-07-24T03:45:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:45:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:45:09.232Z||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-07-24T03:45:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:45:18.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:45:18.770Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:46:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:46:09.231Z||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-07-24T03:46:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:46:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:46:09.232Z||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-07-24T03:46:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:46:18.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:46:18.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:47:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:47:09.231Z||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-07-24T03:47:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:47:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:47:09.232Z||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-07-24T03:47:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:47:18.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:47:18.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:48:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:48:09.231Z||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-07-24T03:48:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:48:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:48:09.232Z||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-07-24T03:48:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:48:18.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:48:18.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:49:09.230Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:49:09.231Z||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-07-24T03:49:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:49:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:49:09.232Z||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-07-24T03:49:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:49:18.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:49:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:50:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:50:09.231Z||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-07-24T03:50:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:50:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:50:09.232Z||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-07-24T03:50:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:50:18.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:50:18.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:51:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:51:09.231Z||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-07-24T03:51:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:51:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:51:09.232Z||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-07-24T03:51:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:51:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:51:18.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:52:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:52:09.231Z||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-07-24T03:52:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:52:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:52:09.232Z||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-07-24T03:52:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:52:18.770Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:52:18.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:53:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:53:09.231Z||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-07-24T03:53:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:53:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:53:09.232Z||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-07-24T03:53:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:53:18.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:53:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:54:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:54:09.231Z||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-07-24T03:54:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:54:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:54:09.232Z||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-07-24T03:54:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:54:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:54:18.770Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:55:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:55:09.231Z||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-07-24T03:55:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:55:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:55:09.232Z||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-07-24T03:55:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:55:18.768Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:55:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:56:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:56:09.231Z||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-07-24T03:56:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:56:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:56:09.232Z||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-07-24T03:56:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:56:18.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:56:18.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:57:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:57:09.231Z||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-07-24T03:57:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:57:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:57:09.232Z||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-07-24T03:57:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:57:18.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:57:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:58:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:58:09.231Z||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-07-24T03:58:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:58:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:58:09.232Z||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-07-24T03:58:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:58:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:58:18.770Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:59:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:59:09.231Z||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-07-24T03:59:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:59:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T03:59:09.232Z||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-07-24T03:59:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T03:59:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T03:59:18.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:00:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:00:09.231Z||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-07-24T04:00:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:00:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:00:09.232Z||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-07-24T04:00:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:00:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:00:18.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:01:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:01:09.231Z||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-07-24T04:01:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:01:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:01:09.232Z||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-07-24T04:01:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:01:18.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:01:18.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:02:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:02:09.231Z||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-07-24T04:02:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:02:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:02:09.232Z||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-07-24T04:02:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:02:18.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:02:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:03:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:03:09.231Z||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-07-24T04:03:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:03:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:03:09.232Z||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-07-24T04:03:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:03:18.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:03:18.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:04:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:04:09.231Z||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-07-24T04:04:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:04:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:04:09.232Z||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-07-24T04:04:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:04:18.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:04:18.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:05:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:05:09.231Z||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-07-24T04:05:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:05:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:05:09.232Z||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-07-24T04:05:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:05:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:05:18.770Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:06:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:06:09.231Z||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-07-24T04:06:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:06:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:06:09.232Z||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-07-24T04:06:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:06:18.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:06:18.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:07:09.230Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:07:09.231Z||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-07-24T04:07:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:07:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:07:09.232Z||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-07-24T04:07:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:07:18.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:07:18.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:08:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:08:09.231Z||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-07-24T04:08:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:08:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:08:09.233Z||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-07-24T04:08:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:08:18.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:08:18.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:09:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:09:09.231Z||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-07-24T04:09:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:09:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:09:09.232Z||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-07-24T04:09:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:09:18.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:09:18.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:10:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:10:09.231Z||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-07-24T04:10:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:10:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:10:09.232Z||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-07-24T04:10:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:10:18.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:10:18.769Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:11:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:11:09.231Z||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-07-24T04:11:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:11:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:11:09.232Z||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-07-24T04:11:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:11:18.770Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:11:18.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:12:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:12:09.231Z||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-07-24T04:12:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:12:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:12:09.232Z||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-07-24T04:12:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:12:18.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:12:18.765Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:13:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:13:09.231Z||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-07-24T04:13:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:13:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:13:09.232Z||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-07-24T04:13:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:13:18.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:13:18.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:14:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:14:09.231Z||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-07-24T04:14:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:14:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:14:09.232Z||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-07-24T04:14:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:14:18.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:14:18.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:15:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:15:09.231Z||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-07-24T04:15:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:15:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:15:09.232Z||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-07-24T04:15:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:15:18.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:15:18.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:16:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:16:09.231Z||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-07-24T04:16:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:16:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:16:09.232Z||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-07-24T04:16:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:16:18.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:16:18.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:17:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:17:09.231Z||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-07-24T04:17:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:17:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:17:09.232Z||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-07-24T04:17:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:17:18.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:17:18.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:18:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:18:09.231Z||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-07-24T04:18:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:18:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:18:09.232Z||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-07-24T04:18:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:18:18.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:18:18.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:19:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:19:09.231Z||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-07-24T04:19:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:19:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:19:09.232Z||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-07-24T04:19:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:19:18.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:19:18.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:20:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:20:09.231Z||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-07-24T04:20:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:20:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:20:09.232Z||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-07-24T04:20:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:20:18.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:20:18.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:21:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:21:09.231Z||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-07-24T04:21:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:21:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:21:09.232Z||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-07-24T04:21:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:21:18.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:21:18.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:22:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:22:09.231Z||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-07-24T04:22:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:22:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:22:09.232Z||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-07-24T04:22:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:22:18.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:22:18.770Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:23:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:23:09.231Z||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-07-24T04:23:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:23:09.232Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:23:09.232Z||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-07-24T04:23:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:23:18.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:23:18.768Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:24:09.230Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:24:09.231Z||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-07-24T04:24:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:24:09.232Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:24:09.232Z||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-07-24T04:24:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:24:18.768Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:24:18.768Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:25:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:25:09.231Z||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-07-24T04:25:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:25:09.232Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:25:09.232Z||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-07-24T04:25:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:25:18.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:25:18.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:26:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:26:09.231Z||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-07-24T04:26:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:26:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:26:09.232Z||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-07-24T04:26:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:26:18.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:26:18.770Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:27:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:27:09.231Z||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-07-24T04:27:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:27:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:27:09.232Z||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-07-24T04:27:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:27:18.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:27:18.769Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:28:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:28:09.231Z||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-07-24T04:28:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:28:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:28:09.232Z||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-07-24T04:28:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:28:18.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:28:18.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:29:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:29:09.231Z||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-07-24T04:29:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:29:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:29:09.232Z||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-07-24T04:29:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:29:18.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:29:18.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:09.230Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:30:09.231Z||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-07-24T04:30:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:30:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:30:09.232Z||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-07-24T04:30:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:30:09.853Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:09.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8942db5f-00ff-4249-bb0b-aa3823697524","serviceName":"vFW 2021-07-24 04-26-19","serviceVersion":"1.0","serviceUUID":"95ec6f06-11fe-42b9-bff4-94d60bc20980","serviceDescription":"catalog service description","serviceInvariantUUID":"fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40","resources":[{"resourceInstanceName":"vFW 8a285768-532d 0","resourceName":"vFW 8a285768-532d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c2224ea-58f4-4f41-94ae-623a72e91553","resourceInvariantUUID":"8df2a6bb-05de-40b0-8540-1f47380c097f","resourceCustomizationUUID":"25ae8b7b-40a0-420a-9d38-562e6e8a2ad6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml","artifactChecksum":"YjgxZTUxNzFhZmZjZjAyYmRjZWE3YjgxMDhjMTgxOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"688b4f70-297b-4c66-9217-c5087218cdf4","artifactVersion":"1"},{"artifactName":"vfw8a285768532d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json","artifactChecksum":"NGNkNzNhZjg2YzEwMGQwMmM2ZmRmNzQ5MTIwNTg2OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"70278f71-00ab-46c4-a77f-b92e4af4e703","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6b2b6b1-79fe-4e29-8b00-c181de3586fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml","artifactChecksum":"ODdjYzRlMTRjYzQ2ZmM3ODlhZWVmMTZjYWRlOWY4MGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72f6b56d-2f68-4526-9ccf-9910369b4553","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10041310-58b4-4ff1-84d1-9b9c39f9f2da","artifactVersion":"2","generatedFromUUID":"b6b2b6b1-79fe-4e29-8b00-c181de3586fc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210724042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml","artifactChecksum":"ZmE4N2Q5ZDU1Nzg2Y2U2MzdjNjRlYjE0YTUwOGNjYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb8f36d1-723d-471e-bbf1-f1628ad3003e","artifactVersion":"1"},{"artifactName":"service-Vfw20210724042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar","artifactChecksum":"MjRmNWIxZjg5M2I0Njc1ODliNTY0ZWI2OTBhMTViYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5044a43f-b727-44b1-a5f9-50dfd8299c5d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:30:09.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:09.860Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:09.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "cds",
"timestamp": 1627100970414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.865Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:09.872Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:09.872Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "ves-openapi-manager",
"timestamp": 1627100979001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "dcae-sch",
"timestamp": 1627100979192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "cds",
"timestamp": 1627100970414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "ves-openapi-manager",
"timestamp": 1627100979001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "dcae-sch",
"timestamp": 1627100979192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "cds",
"timestamp": 1627100970414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "ves-openapi-manager",
"timestamp": 1627100979001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "dcae-sch",
"timestamp": 1627100979192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "cds",
"timestamp": 1627100970414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "ves-openapi-manager",
"timestamp": 1627100979001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "dcae-sch",
"timestamp": 1627100979192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "cds",
"timestamp": 1627100970414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "ves-openapi-manager",
"timestamp": 1627100979001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "dcae-sch",
"timestamp": 1627100979192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100983252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "cds",
"timestamp": 1627100970414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "ves-openapi-manager",
"timestamp": 1627100979001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "dcae-sch",
"timestamp": 1627100979192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100983252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "cds",
"timestamp": 1627100970414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.883Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "ves-openapi-manager",
"timestamp": 1627100979001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "dcae-sch",
"timestamp": 1627100979192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100983252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "policy-id",
"timestamp": 1627100985329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100983252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.884Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "policy-id",
"timestamp": 1627100985329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100983252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "policy-id",
"timestamp": 1627100985329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "cds",
"timestamp": 1627100988410,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100983252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "policy-id",
"timestamp": 1627100985329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:09.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "cds",
"timestamp": 1627100989425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-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=?
2021-07-24T04:30:09.972Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-07-24T04:30:09.975Z||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-07-24T04:30:09.975Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:09.984Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:09.984Z||pool-3-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T04:30:10.003Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:30:10.019Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:30:10.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100983252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "policy-id",
"timestamp": 1627100985329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "policy-id",
"timestamp": 1627100985329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100991813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "policy-id",
"timestamp": 1627100985329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100994195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "policy-id",
"timestamp": 1627100994219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "policy-id",
"timestamp": 1627100995224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "clamp",
"timestamp": 1627100995434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "policy-id",
"timestamp": 1627100996227,
"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-07-24T04:30:10.051Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:30:10.051Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:30:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100996296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "clamp",
"timestamp": 1627100995434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "clamp",
"timestamp": 1627100995434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100998265,
"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-07-24T04:30:10.061Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:30:10.061Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:30:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627100997980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "clamp",
"timestamp": 1627100995434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "aai-ml",
"timestamp": 1627100998577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627100999268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627100997980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "clamp",
"timestamp": 1627100995434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "aai-ml",
"timestamp": 1627100998577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627100997980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "clamp",
"timestamp": 1627100995434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "aai-ml",
"timestamp": 1627100998577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627100997980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "clamp",
"timestamp": 1627100995434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "aai-ml",
"timestamp": 1627100998577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627100997980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "aai-ml",
"timestamp": 1627100998577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627100997980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "aai-ml",
"timestamp": 1627100998577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627100997980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "aai-ml",
"timestamp": 1627100998577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101006714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "aai-ml",
"timestamp": 1627101008425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:10.071Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:30:10.877Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:10.877Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:10.879Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:10.879Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:30:10.979Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:10.979Z||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-07-24T04:30:10.979Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:10.988Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:10.988Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:11.879Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:11.880Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:11.881Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:11.881Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:30:11.982Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:11.982Z||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-07-24T04:30:11.982Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:11.989Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:11.990Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:12.882Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:12.882Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:12.884Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:12.884Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:12.984Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:12.985Z||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-07-24T04:30:12.985Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:12.994Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:12.994Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:13.884Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:13.885Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:13.887Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:13.887Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T04:30:13.987Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:13.988Z||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-07-24T04:30:13.988Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:13.997Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:13.998Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:14.887Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:14.888Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:14.889Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:14.889Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:30:14.989Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:14.990Z||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-07-24T04:30:14.990Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:14.999Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:14.999Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:30:15.890Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:30:15.890Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:15.892Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:15.892Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:30:15.998Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-07-24T04:30:15.999Z||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-07-24T04:30:15.999Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:16.007Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:16.008Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:16.894Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"serviceName": "vFW 2021-07-24 04-26-19",
"serviceVersion": "1.0",
"serviceUUID": "95ec6f06-11fe-42b9-bff4-94d60bc20980",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40",
"resources": [
{
"resourceInstanceName": "vFW 8a285768-532d 0",
"resourceCustomizationUUID": "25ae8b7b-40a0-420a-9d38-562e6e8a2ad6",
"resourceName": "vFW 8a285768-532d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2c2224ea-58f4-4f41-94ae-623a72e91553",
"resourceInvariantUUID": "8df2a6bb-05de-40b0-8540-1f47380c097f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8a285768532d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"artifactChecksum": "NGNkNzNhZjg2YzEwMGQwMmM2ZmRmNzQ5MTIwNTg2OTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "70278f71-00ab-46c4-a77f-b92e4af4e703",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b6b2b6b1-79fe-4e29-8b00-c181de3586fc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "10041310-58b4-4ff1-84d1-9b9c39f9f2da",
"generatedFromUUID": "b6b2b6b1-79fe-4e29-8b00-c181de3586fc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "10041310-58b4-4ff1-84d1-9b9c39f9f2da",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210724042619-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"artifactChecksum": "MjRmNWIxZjg5M2I0Njc1ODliNTY0ZWI2OTBhMTViYTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5044a43f-b727-44b1-a5f9-50dfd8299c5d"
}
],
"workloadContext": "Production"
}
2021-07-24T04:30:16.894Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:30:16.894Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 95ec6f06-11fe-42b9-bff4-94d60bc20980 ASDC
2021-07-24T04:30:17.027Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8942db5f-00ff-4249-bb0b-aa3823697524
ServiceName:vFW 2021-07-24 04-26-19
ServiceVersion:1.0
ServiceUUID:95ec6f06-11fe-42b9-bff4-94d60bc20980
ServiceInvariantUUID:fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210724042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar
ArtifactUUID:5044a43f-b727-44b1-a5f9-50dfd8299c5d
ArtifactChecksum:MjRmNWIxZjg5M2I0Njc1ODliNTY0ZWI2OTBhMTViYTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8a285768-532d 0
ResourceCustomizationUUID:25ae8b7b-40a0-420a-9d38-562e6e8a2ad6
ResourceInvariantUUID:8df2a6bb-05de-40b0-8540-1f47380c097f
ResourceName:vFW 8a285768-532d
ResourceType:VF
ResourceUUID:2c2224ea-58f4-4f41-94ae-623a72e91553
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8a285768532d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json
ArtifactUUID:70278f71-00ab-46c4-a77f-b92e4af4e703
ArtifactChecksum:NGNkNzNhZjg2YzEwMGQwMmM2ZmRmNzQ5MTIwNTg2OTQ=
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/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml
ArtifactUUID:b6b2b6b1-79fe-4e29-8b00-c181de3586fc
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/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
ArtifactUUID:10041310-58b4-4ff1-84d1-9b9c39f9f2da
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/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
ArtifactUUID:10041310-58b4-4ff1-84d1-9b9c39f9f2da
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-24T04:30:17.027Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95ec6f06-11fe-42b9-bff4-94d60bc20980 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-07-24T04:30:17.119Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:30:17.119Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:30:17.120Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:30:17.120Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5044a43f-b727-44b1-a5f9-50dfd8299c5d from URL: /sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:17.120Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:30:17.121Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:18.107Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:30:18.124Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar 5044a43f-b727-44b1-a5f9-50dfd8299c5d 98727
2021-07-24T04:30:18.128Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar ASDC sendASDCNotification
2021-07-24T04:30:18.128Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:18.129Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:30:18.129Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:18.131Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:18.131Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101018124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:18.232Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:18.233Z||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-07-24T04:30:18.233Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:18.242Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:18.242Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:19.132Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:30:19.133Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:30:19.133Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5044a43f-b727-44b1-a5f9-50dfd8299c5d, URL: /sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar to file: /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:19.134Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210724042619-csar.csar
2021-07-24T04:30:19.237Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:19.238Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:19.576Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10275503828081601800/Definitions/service-Vfw20210724042619-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-07-24T04:30:21.981Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.989Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8a285768-532d 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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-Vfw20210724042619-csar.csar
2021-07-24T04:30:21.990Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-24T04:30:22.000Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.001Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.004Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:22.004Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-24T04:30:22.005Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.007Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.010Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.010Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T04:30:22.011Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.012Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:30:22.013Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:22.014Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T04:30:22.015Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a649f3fc-4f82-43de-acf0-48fa883d1529
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.016Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T04:30:22.017Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab6fbc57-3e6e-4b83-ac7a-c4601106c389
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T04:30:22.018Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:22.019Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6441931a-35e4-4e13-8ca8-c2616f7e7fb3
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:22.020Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-07-24 04-26-19
Description:catalog service description
Model UUID:95ec6f06-11fe-42b9-bff4-94d60bc20980
Model Version:NULL
Model InvariantUuid:fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8a285768-532d
Model UUID:2faf6998-d684-47e4-9a21-7142f8985e06
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8df2a6bb-05de-40b0-8540-1f47380c097f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:25ae8b7b-40a0-420a-9d38-562e6e8a2ad6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b249f624-8322-4d3b-9460-85f05f02c0d0
ModelName:Vfw8a285768532d..base_vfw..module-0
ModelUuid:444e2f0d-c7f4-4ff7-be93-444f90fef30f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a649f3fc-4f82-43de-acf0-48fa883d1529
ModelInvariantUuid:6e9d1c0d-718c-411f-8bb7-606fc5347c47
ModelName:vFW 8a285768-532d-nodes.vfwCvfc
ModelUuid:7bdb288b-1782-4d4c-a994-9cb0cff8447f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:097cfbf9-bd34-40b1-b2bd-413969229052
ModelInvariantUuid:ee847193-dbc5-4793-8b6c-2ca144048e24
ModelName:Vfw8a285768532d.compute.nodes.heat.vfw
ModelUuid:9dba136a-aba9-4693-8212-916a792bcb37
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ab6fbc57-3e6e-4b83-ac7a-c4601106c389
ModelInvariantUuid:2e8248da-7601-4830-8531-ecd6fd65e7eb
ModelName:vFW 8a285768-532d-nodes.vsnCvfc
ModelUuid:79903dbc-9a93-4c31-b48c-1980aa08992c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f549b92d-2cd2-4c02-ae3e-a22bbec0fdf4
ModelInvariantUuid:a434c780-8026-4ad1-b81e-f2b0917d8898
ModelName:Vfw8a285768532d.compute.nodes.heat.vsn
ModelUuid:29b0f9b5-0bc1-4a5e-9756-a43f34154dc6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6441931a-35e4-4e13-8ca8-c2616f7e7fb3
ModelInvariantUuid:c8c02ce7-02f1-497d-b913-775912afca0f
ModelName:vFW 8a285768-532d-nodes.vpgCvfc
ModelUuid:fb8a180f-8b46-4ac6-803f-df0c9d71a2a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:27a1461c-d9cb-4f98-aea1-02deebccd81a
ModelInvariantUuid:e4a52b06-c0e7-487e-98b3-053fb371e75d
ModelName:Vfw8a285768532d.compute.nodes.heat.vpg
ModelUuid:1d4d2cf9-ee6b-436b-9783-74a4aec5b2c9
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-07-24T04:30:22.034Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c2224ea-58f4-4f41-94ae-623a72e91553
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-07-24T04:30:22.128Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||vFW 8a285768-532d 0
2021-07-24T04:30:22.134Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c2224ea-58f4-4f41-94ae-623a72e91553
2021-07-24T04:30:22.134Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 70278f71-00ab-46c4-a77f-b92e4af4e703 from URL: /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json
2021-07-24T04:30:22.134Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:30:22.134Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json
2021-07-24T04:30:23.174Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:30:23.174Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json 70278f71-00ab-46c4-a77f-b92e4af4e703 785
2021-07-24T04:30:23.174Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json ASDC sendASDCNotification
2021-07-24T04:30:23.174Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json
2021-07-24T04:30:23.174Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:30:23.175Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:23.176Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:23.176Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101023174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:23.276Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:23.277Z||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-07-24T04:30:23.277Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:23.287Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:23.287Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:24.180Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8a285768532d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b249f624-8322-4d3b-9460-85f05f02c0d0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "444e2f0d-c7f4-4ff7-be93-444f90fef30f",
"vfModuleModelCustomizationUUID": "162b6dc5-03fb-4482-9ad3-53b63e25a959",
"isBase": true,
"artifacts": [
"b6b2b6b1-79fe-4e29-8b00-c181de3586fc",
"10041310-58b4-4ff1-84d1-9b9c39f9f2da"
],
"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-07-24T04:30:24.199Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a285768532d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:444e2f0d-c7f4-4ff7-be93-444f90fef30f
VfModuleModelInvariantUUID:b249f624-8322-4d3b-9460-85f05f02c0d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6b2b6b1-79fe-4e29-8b00-c181de3586fc
,
10041310-58b4-4ff1-84d1-9b9c39f9f2da
}
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-07-24T04:30:24.201Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8a285768532d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b249f624-8322-4d3b-9460-85f05f02c0d0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "444e2f0d-c7f4-4ff7-be93-444f90fef30f",
"vfModuleModelCustomizationUUID": "162b6dc5-03fb-4482-9ad3-53b63e25a959",
"isBase": true,
"artifacts": [
"b6b2b6b1-79fe-4e29-8b00-c181de3586fc",
"10041310-58b4-4ff1-84d1-9b9c39f9f2da"
],
"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-07-24T04:30:24.201Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a285768532d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:444e2f0d-c7f4-4ff7-be93-444f90fef30f
VfModuleModelInvariantUUID:b249f624-8322-4d3b-9460-85f05f02c0d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6b2b6b1-79fe-4e29-8b00-c181de3586fc
,
10041310-58b4-4ff1-84d1-9b9c39f9f2da
}
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-07-24T04:30:24.202Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b6b2b6b1-79fe-4e29-8b00-c181de3586fc from URL: /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml
2021-07-24T04:30:24.202Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:30:24.202Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml
2021-07-24T04:30:24.682Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:30:24.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml b6b2b6b1-79fe-4e29-8b00-c181de3586fc 20368
2021-07-24T04:30:24.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T04:30:24.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml
2021-07-24T04:30:24.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:30:24.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:24.685Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:24.685Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101024683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:24.785Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:24.786Z||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-07-24T04:30:24.786Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:24.795Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:24.795Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:25.686Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10041310-58b4-4ff1-84d1-9b9c39f9f2da from URL: /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
2021-07-24T04:30:25.687Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:30:25.687Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
2021-07-24T04:30:27.263Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:30:27.263Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env 10041310-58b4-4ff1-84d1-9b9c39f9f2da 2098
2021-07-24T04:30:27.263Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T04:30:27.264Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
2021-07-24T04:30:27.264Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:30:27.264Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:27.265Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:27.265Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101027263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:30:27.365Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:27.366Z||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-07-24T04:30:27.366Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:27.375Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:27.375Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:28.266Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 95ec6f06-11fe-42b9-bff4-94d60bc20980
2021-07-24T04:30:28.266Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8a285768-532d 0 2c2224ea-58f4-4f41-94ae-623a72e91553 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-07-24T04:30:28.305Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.306Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.306Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-07-24T04:30:28.306Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 25ae8b7b-40a0-420a-9d38-562e6e8a2ad6
2021-07-24T04:30:28.306Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 25ae8b7b-40a0-420a-9d38-562e6e8a2ad6 matches Tosca VF Customization UUID: 25ae8b7b-40a0-420a-9d38-562e6e8a2ad6
2021-07-24T04:30:28.306Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 25ae8b7b-40a0-420a-9d38-562e6e8a2ad6 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-07-24T04:30:28.311Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.311Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.312Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 25ae8b7b-40a0-420a-9d38-562e6e8a2ad6: {\"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-07-24T04:30:28.312Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e6fef93
2021-07-24T04:30:28.312Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.312Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:30:28.313Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 162b6dc5-03fb-4482-9ad3-53b63e25a959
2021-07-24T04:30:28.313Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 162b6dc5-03fb-4482-9ad3-53b63e25a959
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-07-24T04:30:28.318Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.318Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.318Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:28.319Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.320Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a649f3fc-4f82-43de-acf0-48fa883d1529
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-07-24T04:30:28.330Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.330Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.330Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T04:30:28.331Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-24T04:30:28.332Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-24T04:30:28.332Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.332Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-24T04:30:28.332Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.332Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab6fbc57-3e6e-4b83-ac7a-c4601106c389
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-07-24T04:30:28.334Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.334Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.334Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:28.335Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-24T04:30:28.336Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-24T04:30:28.337Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-24T04:30:28.337Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-24T04:30:28.337Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-24T04:30:28.337Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-24T04:30:28.337Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6441931a-35e4-4e13-8ca8-c2616f7e7fb3
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-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Node template vFW 8a285768-532d 0 is matching search criteria
2021-07-24T04:30:28.339Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8a285768-532d 0] matching following query criteria: sdcType=VF, customizationUUID=25ae8b7b-40a0-420a-9d38-562e6e8a2ad6
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-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 95ec6f06-11fe-42b9-bff4-94d60bc20980: vFW 8a285768-532d
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.341Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-07-24 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:30:28.342Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-07-24 04-26-19
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-07-24T04:30:28.652Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8a285768-532d 2c2224ea-58f4-4f41-94ae-623a72e91553 1 ASDC deployResourceStructure
2021-07-24T04:30:28.652Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json ASDC sendASDCNotification
2021-07-24T04:30:28.652Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json
2021-07-24T04:30:28.652Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:30:28.652Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:28.654Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:28.654Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101028652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T04:30:28.754Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:28.754Z||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-07-24T04:30:28.754Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:28.763Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:28.763Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:29.655Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-24T04:30:29.655Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml
2021-07-24T04:30:29.655Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:30:29.655Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:29.657Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:29.657Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101029655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-24T04:30:29.757Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:29.757Z||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-07-24T04:30:29.758Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:29.767Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:29.767Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:30:30.657Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-24T04:30:30.658Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env
2021-07-24T04:30:30.658Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:30:30.658Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:30.660Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:30.660Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101030657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-24T04:30:30.760Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:30.760Z||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-07-24T04:30:30.761Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:30.769Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:30.769Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:30:31.661Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar ASDC sendASDCNotification
2021-07-24T04:30:31.661Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar
2021-07-24T04:30:31.661Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:30:31.661Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:30:31.663Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:30:31.663Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101031661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:30:31.763Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:30:31.764Z||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-07-24T04:30:31.764Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:30:31.786Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:30:31.787Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:30:32.664Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:30:32.674Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:30:32.676Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:30:32.676Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:30:32.676Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:31:02.676Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:31:02.683Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:31:02.686Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:31:02.686Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:31:02.686Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:31:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:31:09.232Z||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-07-24T04:31:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:31:09.355Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:31:09.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:31:09.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:31:09.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:31:32.686Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:31:32.696Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:31:32.698Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:31:32.698Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:31:32.698Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:32:02.698Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:32:02.708Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:32:02.710Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:32:02.710Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:32:02.710Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:32:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:32:09.232Z||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-07-24T04:32:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:32:09.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:32:09.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101010982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101011986,
"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-07-24T04:32:09.266Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:32:09.266Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:32:09.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101009230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101018124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "clamp",
"timestamp": 1627101018311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "clamp",
"timestamp": 1627101020318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:32:09.275Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "clamp",
"timestamp": 1627101021334,
"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-07-24T04:32:09.278Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:32:09.278Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:32:09.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "aai-ml",
"timestamp": 1627101022203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101023174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "aai-ml",
"timestamp": 1627101023209,
"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-07-24T04:32:09.287Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8942db5f-00ff-4249-bb0b-aa3823697524
2021-07-24T04:32:09.287Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:32:09.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101024683,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101027263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101028652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/vfw8a285768532d0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101029655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101030657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/resourceInstances/vfw8a285768532d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101031661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210724042619/1.0/artifacts/service-Vfw20210724042619-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:32:09.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "dcae-sch",
"timestamp": 1627101039192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101039001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101043252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "dcae-sch",
"timestamp": 1627101039192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101039001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101043252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "dcae-sch",
"timestamp": 1627101039192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101039001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101043252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "policy-id",
"timestamp": 1627101045329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "cds",
"timestamp": 1627101045414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "dcae-sch",
"timestamp": 1627101039192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101039001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101043252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "policy-id",
"timestamp": 1627101045329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "cds",
"timestamp": 1627101045414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "dcae-sch",
"timestamp": 1627101039192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101039001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101043252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "policy-id",
"timestamp": 1627101045329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "cds",
"timestamp": 1627101045414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "dcae-sch",
"timestamp": 1627101039192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101039001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101043252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "policy-id",
"timestamp": 1627101045329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "cds",
"timestamp": 1627101045414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "dcae-sch",
"timestamp": 1627101039192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101039001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101043252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "policy-id",
"timestamp": 1627101045329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "cds",
"timestamp": 1627101045414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "policy-id",
"timestamp": 1627101045329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "cds",
"timestamp": 1627101045414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101051589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "policy-id",
"timestamp": 1627101045329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "cds",
"timestamp": 1627101045414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101053714,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "cds",
"timestamp": 1627101053907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "policy-id",
"timestamp": 1627101054096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "cds",
"timestamp": 1627101054911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-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-07-24T04:32:09.309Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:32:09.309Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:32:09.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "policy-id",
"timestamp": 1627101055099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101055594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "clamp",
"timestamp": 1627101055434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "policy-id",
"timestamp": 1627101056101,
"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-07-24T04:32:09.318Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:32:09.318Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:32:09.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101056752,
"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-07-24T04:32:09.327Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:32:09.327Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "clamp",
"timestamp": 1627101055434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101057756,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "clamp",
"timestamp": 1627101055434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101057980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "clamp",
"timestamp": 1627101055434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "aai-ml",
"timestamp": 1627101058577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101057980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "clamp",
"timestamp": 1627101055434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "aai-ml",
"timestamp": 1627101058577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101057980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "clamp",
"timestamp": 1627101055434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "aai-ml",
"timestamp": 1627101058577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101057980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "clamp",
"timestamp": 1627101055434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "aai-ml",
"timestamp": 1627101058577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101057980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "aai-ml",
"timestamp": 1627101058577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101057980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "aai-ml",
"timestamp": 1627101058577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101057980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "aai-ml",
"timestamp": 1627101058577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101066100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "aai-ml",
"timestamp": 1627101067471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101068117,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:32:09.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:32:09.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:32:09.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101069120,
"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-07-24T04:32:09.341Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:32:09.341Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:32:32.711Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:32:32.720Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524
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-07-24T04:32:32.721Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:32:32.722Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-07-24T04:32:32.726Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:33:02.726Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8942db5f-00ff-4249-bb0b-aa3823697524 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-07-24T04:33:02.735Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8942db5f-00ff-4249-bb0b-aa3823697524 and serviceModelVersionId: 95ec6f06-11fe-42b9-bff4-94d60bc20980
2021-07-24T04:33:02.736Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40
2021-07-24T04:33:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:33:09.233Z||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-07-24T04:33:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:33:09.751Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:09.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:33:09.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "clamp",
"timestamp": 1627101072310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:33:09.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:33:09.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:33:09.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "clamp",
"timestamp": 1627101073423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:33:09.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:33:09.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:33:09.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "clamp",
"timestamp": 1627101074426,
"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-07-24T04:33:09.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:33:09.760Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:33:09.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:33:09.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "aai-ml",
"timestamp": 1627101075294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:33:09.768Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:33:09.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:33:09.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "aai-ml",
"timestamp": 1627101076298,
"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-07-24T04:33:09.772Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc45dadb-3df5-4d78-9e5b-ba80d4500791
2021-07-24T04:33:09.772Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:33:13.150Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0
2021-07-24T04:33:13.266Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:33:13.660Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-07-24T04:33:13.664Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0|INFO|500||Invoke
2021-07-24T04:33:13.765Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-24T04:33:14.212Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0|INFO|500||InvokeReturn
2021-07-24T04:33:14.212Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fe2b8c9b-c2f3-4c48-82d6-ebc7c433db40/model-vers/model-ver/95ec6f06-11fe-42b9-bff4-94d60bc20980?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-04:33:13:773-63735], vertex-id=[196832], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:33:13 GMT], Content-Type=[application/json]}
2021-07-24T04:33:14.213Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:33:14.216Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:33:14.216Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-07-24T04:33:14.220Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||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-07-24T04:33:14.221Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8942db5f-00ff-4249-bb0b-aa3823697524 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:33:14.222Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:33:14.222Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:14.224Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:14.224Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101194221,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:33:14.324Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:14.325Z||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-07-24T04:33:14.325Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:14.335Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:14.335Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-24T04:33:15.234Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:33:15.234Z|8942db5f-00ff-4249-bb0b-aa3823697524|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-07-24T04:33:15.234Z|8942db5f-00ff-4249-bb0b-aa3823697524|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 rOV89hvznRrShKLH) ...
2021-07-24T04:33:19.533Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:19.534Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:33:19.534Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc45dadb-3df5-4d78-9e5b-ba80d4500791","serviceName":"basic_onboard_UDXKHD","serviceVersion":"1.0","serviceUUID":"1cbccab8-dedf-4c95-8067-d6651313a8f5","serviceDescription":"service","serviceInvariantUUID":"adbafc32-b56e-4a88-90c1-16330d21b752","resources":[{"resourceInstanceName":"basic_onboard_UDXKHD 0","resourceName":"basic_onboard_UDXKHD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"502d3aab-8904-4cdf-8ea9-c34c8a6b3626","resourceInvariantUUID":"032db982-e3c0-4c80-9a17-953d73bf3edc","resourceCustomizationUUID":"2f03fa40-79d4-4e98-b22d-e6ef36b3a170","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml","artifactChecksum":"OWY1ZDE1MDZkYmVlZTA2MzU4MmI4OWI0MTgxOTE4MTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"805ac2de-08b7-455c-a58c-e9262ef50e6e","artifactVersion":"1"},{"artifactName":"basic_onboard_udxkhd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json","artifactChecksum":"ZTk5NWUzYjBkNzczMTFhNGNhOWVjNjU3NGNkYzg0YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c9b8d4f3-dcbe-447a-a1bb-c29bad360f51","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12c146dc-4741-4ad0-b1d5-11aa0768bf96","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b4c458f4-d1f8-4f29-b7d5-5f71bebc3ed8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"724b438e-b4e3-4e70-ac9e-f78a291084ce","artifactVersion":"2","generatedFromUUID":"12c146dc-4741-4ad0-b1d5-11aa0768bf96"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUdxkhd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml","artifactChecksum":"Y2YwNzM1NTViYWRlMjg3YTM3N2U3MTM1YzRmZjM5NWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"320a43c4-c055-4895-a581-bd6d2b91b2de","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUdxkhd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar","artifactChecksum":"N2FiYTVjYmVhYzQ1ZTFmMWQ3ZGYwOTg4OWIxYzJhYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57af4f71-9c47-4ceb-b5ee-f74c72b787f5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:33:19.536Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:19.536Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:19.537Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:19.538Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:33:19.638Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:19.638Z||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-07-24T04:33:19.639Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:19.647Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:19.648Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:20.538Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:20.539Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:20.540Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:20.540Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:33:20.640Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:20.641Z||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-07-24T04:33:20.641Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:20.650Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:20.650Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:21.541Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:21.542Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:21.544Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:21.544Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:33:21.644Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:21.645Z||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-07-24T04:33:21.645Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:21.653Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:21.653Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:22.544Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:22.545Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:22.546Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:22.546Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:33:22.647Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:22.647Z||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-07-24T04:33:22.648Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:22.655Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:22.655Z||pool-22-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:23.547Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:23.548Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:23.550Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:23.550Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T04:33:23.650Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:23.651Z||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-07-24T04:33:23.651Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:23.659Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:23.659Z||pool-23-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:24.551Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:24.551Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:24.553Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:24.553Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:33:24.654Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:24.654Z||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-07-24T04:33:24.654Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:24.663Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:24.664Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:25.554Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:33:25.555Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:25.557Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:25.557Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:33:25.657Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:33:25.658Z||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-07-24T04:33:25.659Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:25.667Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:25.668Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:26.559Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"serviceName": "basic_onboard_UDXKHD",
"serviceVersion": "1.0",
"serviceUUID": "1cbccab8-dedf-4c95-8067-d6651313a8f5",
"serviceDescription": "service",
"serviceInvariantUUID": "adbafc32-b56e-4a88-90c1-16330d21b752",
"resources": [
{
"resourceInstanceName": "basic_onboard_UDXKHD 0",
"resourceCustomizationUUID": "2f03fa40-79d4-4e98-b22d-e6ef36b3a170",
"resourceName": "basic_onboard_UDXKHD",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "502d3aab-8904-4cdf-8ea9-c34c8a6b3626",
"resourceInvariantUUID": "032db982-e3c0-4c80-9a17-953d73bf3edc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_udxkhd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"artifactChecksum": "ZTk5NWUzYjBkNzczMTFhNGNhOWVjNjU3NGNkYzg0YTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c9b8d4f3-dcbe-447a-a1bb-c29bad360f51",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "12c146dc-4741-4ad0-b1d5-11aa0768bf96",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "724b438e-b4e3-4e70-ac9e-f78a291084ce",
"generatedFromUUID": "12c146dc-4741-4ad0-b1d5-11aa0768bf96"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "724b438e-b4e3-4e70-ac9e-f78a291084ce",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUdxkhd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"artifactChecksum": "N2FiYTVjYmVhYzQ1ZTFmMWQ3ZGYwOTg4OWIxYzJhYjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "57af4f71-9c47-4ceb-b5ee-f74c72b787f5"
}
],
"workloadContext": "Production"
}
2021-07-24T04:33:26.559Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:33:26.559Z|8942db5f-00ff-4249-bb0b-aa3823697524|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1cbccab8-dedf-4c95-8067-d6651313a8f5 ASDC
2021-07-24T04:33:26.560Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:dc45dadb-3df5-4d78-9e5b-ba80d4500791
ServiceName:basic_onboard_UDXKHD
ServiceVersion:1.0
ServiceUUID:1cbccab8-dedf-4c95-8067-d6651313a8f5
ServiceInvariantUUID:adbafc32-b56e-4a88-90c1-16330d21b752
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUdxkhd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar
ArtifactUUID:57af4f71-9c47-4ceb-b5ee-f74c72b787f5
ArtifactChecksum:N2FiYTVjYmVhYzQ1ZTFmMWQ3ZGYwOTg4OWIxYzJhYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UDXKHD 0
ResourceCustomizationUUID:2f03fa40-79d4-4e98-b22d-e6ef36b3a170
ResourceInvariantUUID:032db982-e3c0-4c80-9a17-953d73bf3edc
ResourceName:basic_onboard_UDXKHD
ResourceType:VF
ResourceUUID:502d3aab-8904-4cdf-8ea9-c34c8a6b3626
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_udxkhd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json
ArtifactUUID:c9b8d4f3-dcbe-447a-a1bb-c29bad360f51
ArtifactChecksum:ZTk5NWUzYjBkNzczMTFhNGNhOWVjNjU3NGNkYzg0YTE=
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/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:12c146dc-4741-4ad0-b1d5-11aa0768bf96
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/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
ArtifactUUID:724b438e-b4e3-4e70-ac9e-f78a291084ce
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/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
ArtifactUUID:724b438e-b4e3-4e70-ac9e-f78a291084ce
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-24T04:33:26.560Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cbccab8-dedf-4c95-8067-d6651313a8f5 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-07-24T04:33:26.583Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:33:26.584Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:33:26.584Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:33:26.584Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 57af4f71-9c47-4ceb-b5ee-f74c72b787f5 from URL: /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:26.584Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:33:26.584Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:27.787Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:33:27.790Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar 57af4f71-9c47-4ceb-b5ee-f74c72b787f5 71393
2021-07-24T04:33:27.790Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar ASDC sendASDCNotification
2021-07-24T04:33:27.790Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:27.791Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:33:27.791Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:27.792Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:27.792Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101207790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:33:27.892Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:27.894Z||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-07-24T04:33:27.894Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:27.904Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:27.904Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:28.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:33:28.794Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-07-24T04:33:28.794Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 57af4f71-9c47-4ceb-b5ee-f74c72b787f5, URL: /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar to file: /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:28.794Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:28.794Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:28.795Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:28.971Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3740363159696274638/Definitions/service-BasicOnboardUdxkhd-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-07-24T04:33:29.986Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UDXKHD 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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.987Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-07-24T04:33:29.994Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:29.995Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is not matching search criteria
2021-07-24T04:33:29.996Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:29.997Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:29.998Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is not matching search criteria
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1428cda5-e080-48ef-a71a-14de79339fba
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:29.999Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:30.000Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_UDXKHD
Description:service
Model UUID:1cbccab8-dedf-4c95-8067-d6651313a8f5
Model Version:NULL
Model InvariantUuid:adbafc32-b56e-4a88-90c1-16330d21b752
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_UDXKHD
Model UUID:542a1273-38ff-49bb-83dd-7796f5066eaf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:032db982-e3c0-4c80-9a17-953d73bf3edc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2f03fa40-79d4-4e98-b22d-e6ef36b3a170
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:871d92c1-b85a-4924-9983-d95ed95cd552
ModelName:BasicOnboardUdxkhd..base_ubuntu18..module-0
ModelUuid:f5140393-c648-4b2c-83a1-ec2be7494471
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1428cda5-e080-48ef-a71a-14de79339fba
ModelInvariantUuid:ae0a0ba4-0a6b-4b4a-9364-9023630c288e
ModelName:basic_onboard_UDXKHD-nodes.ubuntu18Cvfc
ModelUuid:241d50d6-49f0-4ff9-bdd6-1d687704989e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4b9c20df-f989-4eee-94d6-96ca6d0e47ae
ModelInvariantUuid:057aa1f7-3194-4e94-9ada-de5f78a3ffed
ModelName:BasicOnboardUdxkhd.compute.nodes.heat.ubuntu18
ModelUuid:988f6606-87f7-4c08-9332-92fd0c0227bb
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-07-24T04:33:30.006Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 502d3aab-8904-4cdf-8ea9-c34c8a6b3626
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-07-24T04:33:30.009Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||basic_onboard_UDXKHD 0
2021-07-24T04:33:30.009Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 502d3aab-8904-4cdf-8ea9-c34c8a6b3626
2021-07-24T04:33:30.009Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c9b8d4f3-dcbe-447a-a1bb-c29bad360f51 from URL: /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json
2021-07-24T04:33:30.010Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:33:30.010Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json
2021-07-24T04:33:30.392Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:33:30.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json c9b8d4f3-dcbe-447a-a1bb-c29bad360f51 798
2021-07-24T04:33:30.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json ASDC sendASDCNotification
2021-07-24T04:33:30.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json
2021-07-24T04:33:30.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:33:30.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:30.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:30.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101210393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:33:30.496Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:30.497Z||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-07-24T04:33:30.497Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:30.506Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:30.506Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:31.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUdxkhd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "871d92c1-b85a-4924-9983-d95ed95cd552",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f5140393-c648-4b2c-83a1-ec2be7494471",
"vfModuleModelCustomizationUUID": "0c844b62-0648-48f2-b326-13bf0bd2519a",
"isBase": true,
"artifacts": [
"12c146dc-4741-4ad0-b1d5-11aa0768bf96",
"724b438e-b4e3-4e70-ac9e-f78a291084ce"
],
"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-07-24T04:33:31.400Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdxkhd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5140393-c648-4b2c-83a1-ec2be7494471
VfModuleModelInvariantUUID:871d92c1-b85a-4924-9983-d95ed95cd552
VfModuleModelDescription:NULL
Artifacts UUID List:{
12c146dc-4741-4ad0-b1d5-11aa0768bf96
,
724b438e-b4e3-4e70-ac9e-f78a291084ce
}
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-07-24T04:33:31.402Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUdxkhd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "871d92c1-b85a-4924-9983-d95ed95cd552",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f5140393-c648-4b2c-83a1-ec2be7494471",
"vfModuleModelCustomizationUUID": "0c844b62-0648-48f2-b326-13bf0bd2519a",
"isBase": true,
"artifacts": [
"12c146dc-4741-4ad0-b1d5-11aa0768bf96",
"724b438e-b4e3-4e70-ac9e-f78a291084ce"
],
"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-07-24T04:33:31.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdxkhd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f5140393-c648-4b2c-83a1-ec2be7494471
VfModuleModelInvariantUUID:871d92c1-b85a-4924-9983-d95ed95cd552
VfModuleModelDescription:NULL
Artifacts UUID List:{
12c146dc-4741-4ad0-b1d5-11aa0768bf96
,
724b438e-b4e3-4e70-ac9e-f78a291084ce
}
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-07-24T04:33:31.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 12c146dc-4741-4ad0-b1d5-11aa0768bf96 from URL: /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml
2021-07-24T04:33:31.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:33:31.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml
2021-07-24T04:33:32.293Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:33:32.293Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml 12c146dc-4741-4ad0-b1d5-11aa0768bf96 5033
2021-07-24T04:33:32.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T04:33:32.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml
2021-07-24T04:33:32.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:33:32.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:32.295Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:32.296Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101212294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:33:32.396Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:32.397Z||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-07-24T04:33:32.397Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:32.405Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:32.406Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:33.296Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 724b438e-b4e3-4e70-ac9e-f78a291084ce from URL: /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
2021-07-24T04:33:33.297Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-07-24T04:33:33.297Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
2021-07-24T04:33:34.290Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-07-24T04:33:34.291Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env 724b438e-b4e3-4e70-ac9e-f78a291084ce 909
2021-07-24T04:33:34.291Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T04:33:34.292Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
2021-07-24T04:33:34.292Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:33:34.292Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:34.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:34.294Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101214291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:33:34.394Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:34.395Z||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-07-24T04:33:34.395Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:34.403Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:34.404Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:35.295Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1cbccab8-dedf-4c95-8067-d6651313a8f5
2021-07-24T04:33:35.295Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UDXKHD 0 502d3aab-8904-4cdf-8ea9-c34c8a6b3626 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-07-24T04:33:35.308Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.308Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.308Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-07-24T04:33:35.309Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2f03fa40-79d4-4e98-b22d-e6ef36b3a170
2021-07-24T04:33:35.309Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f03fa40-79d4-4e98-b22d-e6ef36b3a170 matches Tosca VF Customization UUID: 2f03fa40-79d4-4e98-b22d-e6ef36b3a170
2021-07-24T04:33:35.309Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2f03fa40-79d4-4e98-b22d-e6ef36b3a170 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-07-24T04:33:35.311Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.311Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.312Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2f03fa40-79d4-4e98-b22d-e6ef36b3a170: {\"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-07-24T04:33:35.312Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7df327b0
2021-07-24T04:33:35.312Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.313Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:33:35.313Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c844b62-0648-48f2-b326-13bf0bd2519a
2021-07-24T04:33:35.313Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c844b62-0648-48f2-b326-13bf0bd2519a
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-07-24T04:33:35.315Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.315Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:35.316Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:35.316Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.316Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:35.316Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:35.317Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.317Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is not matching search criteria
2021-07-24T04:33:35.317Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T04:33:35.317Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:33:35.318Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1428cda5-e080-48ef-a71a-14de79339fba
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-07-24T04:33:35.320Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.320Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:35.320Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:33:35.320Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.321Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UDXKHD 0 is matching search criteria
2021-07-24T04:33:35.321Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UDXKHD 0] matching following query criteria: sdcType=VF, customizationUUID=2f03fa40-79d4-4e98-b22d-e6ef36b3a170
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-07-24T04:33:35.323Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.323Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.323Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1cbccab8-dedf-4c95-8067-d6651313a8f5: basic_onboard_UDXKHD
2021-07-24T04:33:35.323Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.324Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.324Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.324Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.324Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.325Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.325Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.325Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.325Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:33:35.326Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UDXKHD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:33:35.326Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_UDXKHD
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-07-24T04:33:35.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_UDXKHD 502d3aab-8904-4cdf-8ea9-c34c8a6b3626 1 ASDC deployResourceStructure
2021-07-24T04:33:35.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json ASDC sendASDCNotification
2021-07-24T04:33:35.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json
2021-07-24T04:33:35.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:33:35.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:35.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:35.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101215393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T04:33:35.495Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:35.496Z||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-07-24T04:33:35.496Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:35.504Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:35.504Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:36.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T04:33:36.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml
2021-07-24T04:33:36.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:33:36.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:36.399Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:36.399Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101216396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-24T04:33:36.499Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:33:36.500Z||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-07-24T04:33:36.500Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:36.508Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:36.508Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:37.400Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T04:33:37.401Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env
2021-07-24T04:33:37.401Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:33:37.401Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:37.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:37.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101217400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-24T04:33:37.503Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:37.503Z||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-07-24T04:33:37.503Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:37.512Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:37.512Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:33:38.403Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar ASDC sendASDCNotification
2021-07-24T04:33:38.404Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar
2021-07-24T04:33:38.404Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:33:38.404Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:33:38.406Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:33:38.406Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101218403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:33:38.506Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:33:38.507Z||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-07-24T04:33:38.507Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:33:38.515Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:33:38.515Z||pool-33-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:33:39.407Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc45dadb-3df5-4d78-9e5b-ba80d4500791
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-07-24T04:33:39.415Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc45dadb-3df5-4d78-9e5b-ba80d4500791
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-07-24T04:33:39.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:33:39.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:33:39.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:33:39.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:33:39.419Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:33:39.419Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:33:39.419Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:33:39.419Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:33:39.419Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:33:39.420Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:33:39.420Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:33:39.424Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:34:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:34:09.232Z||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-07-24T04:34:09.233Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:34:09.425Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc45dadb-3df5-4d78-9e5b-ba80d4500791 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-07-24T04:34:09.428Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc45dadb-3df5-4d78-9e5b-ba80d4500791 and serviceModelVersionId: 1cbccab8-dedf-4c95-8067-d6651313a8f5
2021-07-24T04:34:09.428Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : adbafc32-b56e-4a88-90c1-16330d21b752
2021-07-24T04:34:09.429Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0
2021-07-24T04:34:09.432Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:34:09.467Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|INFO|500||Invoke
2021-07-24T04:34:09.467Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc45dadb-3df5-4d78-9e5b-ba80d4500791], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f36a7138-ca4a-43e0-8364-ffa39c54cdf3], X-ECOMP-RequestID=[dc45dadb-3df5-4d78-9e5b-ba80d4500791], X-TransactionId=[], X-ONAP-RequestID=[dc45dadb-3df5-4d78-9e5b-ba80d4500791], Content-Type=[application/merge-patch+json]}
2021-07-24T04:34:09.486Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-24T04:34:09.581Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?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/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210724-04:34:09:494-82026], vertex-id=[188464], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:34:09 GMT], Content-Type=[application/json]}
2021-07-24T04:34:09.581Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:34:09.582Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/adbafc32-b56e-4a88-90c1-16330d21b752/model-vers/model-ver/1cbccab8-dedf-4c95-8067-d6651313a8f5?depth=0|INFO|500||InvokeReturn
2021-07-24T04:34:09.582Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:34:09.582Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:34:09.585Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||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-07-24T04:34:09.586Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc45dadb-3df5-4d78-9e5b-ba80d4500791 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:34:09.586Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:34:09.586Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:34:09.587Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:34:09.588Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101249586,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:34:09.688Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:34:09.688Z||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-07-24T04:34:09.689Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:34:09.697Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:34:09.698Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:34:09.707Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:34:09.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8942db5f-00ff-4249-bb0b-aa3823697524",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101194221,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:34:09.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:34:09.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101195234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101207790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101210393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101212294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101214291,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101215393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/basic_onboard_udxkhd0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101216396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101217400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/resourceInstances/basic_onboard_udxkhd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101218403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdxkhd/1.0/artifacts/service-BasicOnboardUdxkhd-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:34:09.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-07-24T04:34:10.596Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:34:10.597Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:34:10.597Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:34:20.128Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:34:20.129Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:34:20.130Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:34:20.130Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:34:29.664Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:34:29.664Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:34:29.664Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:34:29.664Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:34:39.196Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:35:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:35:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:35:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:35:09.232Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:35:09.232Z||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-07-24T04:35:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:35:09.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:35:09.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-24T04:35:09.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc45dadb-3df5-4d78-9e5b-ba80d4500791",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101249586,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:35:09.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:35:18.764Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:36:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:36:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:36:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:36:09.232Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:36:09.232Z||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-07-24T04:36:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:36:18.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:36:18.766Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:37:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:37:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:37:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:37:09.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:37:09.232Z||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-07-24T04:37:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:37:18.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:37:18.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:38:09.230Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:38:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:38:09.231Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:38:09.232Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:38:09.232Z||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-07-24T04:38:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:38:18.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:38:18.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:39:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:39:09.231Z||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-07-24T04:39:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:39:09.232Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:39:09.232Z||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-07-24T04:39:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:39:18.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:39:18.769Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:40:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:40:09.231Z||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-07-24T04:40:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:40:09.232Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:40:09.232Z||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-07-24T04:40:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:40:18.768Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:40:18.768Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:41:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:41:09.231Z||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-07-24T04:41:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:41:09.232Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:41:09.232Z||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-07-24T04:41:09.232Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:41:18.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:41:18.768Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:09.230Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:42:09.231Z||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-07-24T04:42:09.231Z||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 rOV89hvznRrShKLH) ...
2021-07-24T04:42:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:42:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:42:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:42:09.744Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:09.745Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.746Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101688577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.746Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.746Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "cds",
"timestamp": 1627101690414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101688577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "cds",
"timestamp": 1627101690414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101699002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "dcae-sch",
"timestamp": 1627101699192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.747Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101688577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "cds",
"timestamp": 1627101690414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101699002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "dcae-sch",
"timestamp": 1627101699192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101688577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "cds",
"timestamp": 1627101690414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.748Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101699002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "dcae-sch",
"timestamp": 1627101699192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101688577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "cds",
"timestamp": 1627101690414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101699002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "dcae-sch",
"timestamp": 1627101699192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.749Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101688577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "cds",
"timestamp": 1627101690414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101699002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "dcae-sch",
"timestamp": 1627101699192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101703252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.750Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101688577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "cds",
"timestamp": 1627101690414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101699002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "dcae-sch",
"timestamp": 1627101699192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101703252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101688577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:42:09.751Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "cds",
"timestamp": 1627101690414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101699002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "dcae-sch",
"timestamp": 1627101699192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101703252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101705329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101699002,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "dcae-sch",
"timestamp": 1627101699192,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101703252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101705329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101703252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "cds",
"timestamp": 1627101707892,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101705329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101708204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101708670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101703252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.754Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "cds",
"timestamp": 1627101708897,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-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-07-24T04:42:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:42:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101705329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101709872,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101703252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101705329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.771Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101710875,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T04:42:09.775Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:42:09.775Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T04:42:09.782Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.782Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101703252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101705329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101705329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101705329,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101713095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.783Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "aai-ml",
"timestamp": 1627101714098,
"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-07-24T04:42:09.786Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:42:09.787Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:42:09.792Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.792Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101715201,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101715434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101716205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101715434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.793Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "policy-id",
"timestamp": 1627101717207,
"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-07-24T04:42:09.796Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:42:09.796Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:42:09.801Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101715434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101717980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101715434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.802Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101717980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101715434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101717980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101715434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101717980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.803Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101715434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101717980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101715434,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101717980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.804Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101717980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101717980,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101727975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:42:09.805Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:42:09.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:09.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T04:42:09.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5828907-46c2-434f-b3f2-ff6b70e1795d","serviceName":"Demo_pNF_vo3tMJxxt5Vee1XXlHJP","serviceVersion":"1.0","serviceUUID":"fb6d5e2b-868e-4fd3-9854-a9aece431d33","serviceDescription":"catalog service description","serviceInvariantUUID":"5699fce9-ad45-4299-8974-4a6bea9642ed","resources":[{"resourceInstanceName":"pNF 69bee49a-5bde 0","resourceName":"pNF 69bee49a-5bde","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b3116cd8-6e35-4207-964a-1ca3ffdeb06c","resourceInvariantUUID":"b7f4f3f5-0385-43c4-9131-409f4cf9d154","resourceCustomizationUUID":"7ad5ac80-2156-421d-b4cc-5ec50120f4fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml","artifactChecksum":"OTNkYWJkY2JlMGRlMDZiNTA3YmFmOWRmMTE4YzgxZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1383c93b-6e08-47a8-879a-812646f38c03","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar","artifactChecksum":"ODM1NmMxMDZmYTFlYTJjODM4NmMwZmExMjYyMjI5NzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26be5ada-93dd-4be1-bb07-2760e50c5a27","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dff1a00-a503-4c46-beaa-7a81aea00414","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml","artifactChecksum":"NTgyZjcwMWJiYjM5YjVlZTg5MGRhY2VhMThmMmU2NzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a1d5506d-79fe-44fc-91a5-5a0fecdfa5fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2813036-041b-41c8-86a8-3ee92fe5bdc9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"90046c7b-d159-406d-8db8-e2bc2dbcbe65","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml","artifactChecksum":"MjhkMzJiM2JmMDVjNGUwMjA1YTRmYjMxYjVkOTNiY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06499ce1-3034-486c-b075-a3932ceae1b9","artifactVersion":"1"},{"artifactName":"service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar","artifactChecksum":"YWE5Y2E3NmEzYTNiYmY5MjdlZWI1NDViZTliM2M0NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4185589d-6808-41c0-b87f-8bfc53dfd385","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:42:09.857Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:09.857Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:09.858Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:09.859Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:09.959Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:09.959Z||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-07-24T04:42:09.959Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:09.968Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:09.968Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:10.859Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:10.860Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:10.861Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:10.861Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:10.962Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:10.962Z||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-07-24T04:42:10.962Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:10.970Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:10.970Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:11.862Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:11.862Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:11.864Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:11.864Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:11.964Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:11.965Z||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-07-24T04:42:11.965Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:11.973Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:11.973Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:12.864Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:12.866Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:12.867Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:12.867Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:12.968Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:42:12.968Z||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-07-24T04:42:12.968Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:12.976Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:12.976Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:13.868Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:13.869Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:13.870Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:13.870Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:13.970Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:13.971Z||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-07-24T04:42:13.971Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:13.979Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:13.979Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:42:14.871Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:14.871Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:14.872Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:14.872Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:14.973Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:14.973Z||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-07-24T04:42:14.973Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:14.981Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:14.982Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:15.873Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:15.874Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:15.875Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:15.875Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:42:15.975Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:15.976Z||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-07-24T04:42:15.976Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:15.983Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:15.983Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:16.876Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:42:16.877Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:16.878Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:16.878Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:42:16.978Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-24T04:42:16.979Z||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-07-24T04:42:16.979Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:16.988Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:16.988Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:17.880Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"serviceName": "Demo_pNF_vo3tMJxxt5Vee1XXlHJP",
"serviceVersion": "1.0",
"serviceUUID": "fb6d5e2b-868e-4fd3-9854-a9aece431d33",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5699fce9-ad45-4299-8974-4a6bea9642ed",
"resources": [
{
"resourceInstanceName": "pNF 69bee49a-5bde 0",
"resourceCustomizationUUID": "7ad5ac80-2156-421d-b4cc-5ec50120f4fb",
"resourceName": "pNF 69bee49a-5bde",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "b3116cd8-6e35-4207-964a-1ca3ffdeb06c",
"resourceInvariantUUID": "b7f4f3f5-0385-43c4-9131-409f4cf9d154",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"artifactChecksum": "YWE5Y2E3NmEzYTNiYmY5MjdlZWI1NDViZTliM2M0NDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4185589d-6808-41c0-b87f-8bfc53dfd385"
}
],
"workloadContext": "Production"
}
2021-07-24T04:42:17.880Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:42:17.881Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fb6d5e2b-868e-4fd3-9854-a9aece431d33 ASDC
2021-07-24T04:42:17.881Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f5828907-46c2-434f-b3f2-ff6b70e1795d
ServiceName:Demo_pNF_vo3tMJxxt5Vee1XXlHJP
ServiceVersion:1.0
ServiceUUID:fb6d5e2b-868e-4fd3-9854-a9aece431d33
ServiceInvariantUUID:5699fce9-ad45-4299-8974-4a6bea9642ed
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
ArtifactUUID:4185589d-6808-41c0-b87f-8bfc53dfd385
ArtifactChecksum:YWE5Y2E3NmEzYTNiYmY5MjdlZWI1NDViZTliM2M0NDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 69bee49a-5bde 0
ResourceCustomizationUUID:7ad5ac80-2156-421d-b4cc-5ec50120f4fb
ResourceInvariantUUID:b7f4f3f5-0385-43c4-9131-409f4cf9d154
ResourceName:pNF 69bee49a-5bde
ResourceType:PNF
ResourceUUID:b3116cd8-6e35-4207-964a-1ca3ffdeb06c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-07-24T04:42:17.882Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb6d5e2b-868e-4fd3-9854-a9aece431d33 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-07-24T04:42:17.904Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:42:17.905Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:42:17.905Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:42:17.905Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4185589d-6808-41c0-b87f-8bfc53dfd385 from URL: /sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:17.925Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:42:17.925Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:18.902Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:42:18.905Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar 4185589d-6808-41c0-b87f-8bfc53dfd385 82544
2021-07-24T04:42:18.906Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar ASDC sendASDCNotification
2021-07-24T04:42:18.906Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:18.906Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:42:18.906Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:18.908Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:18.908Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101738906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:42:19.008Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:19.009Z||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-07-24T04:42:19.009Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:19.017Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:19.017Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:42:19.908Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:42:19.909Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:42:19.910Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4185589d-6808-41c0-b87f-8bfc53dfd385, URL: /sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar to file: /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:19.910Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:19.910Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:19.910Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:19.985Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3185403595613471883/Definitions/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml
2021-07-24T04:42:20.536Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:42:20.536Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 69bee49a-5bde 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.537Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:42:20.538Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Node template pNF 69bee49a-5bde 0 is matching search criteria
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 69bee49a-5bde 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Node template pNF 69bee49a-5bde 0 is matching search criteria
2021-07-24T04:42:20.539Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 69bee49a-5bde 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.540Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:42:20.541Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.541Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_vo3tMJxxt5Vee1XXlHJP
Description:catalog service description
Model UUID:fb6d5e2b-868e-4fd3-9854-a9aece431d33
Model Version:NULL
Model InvariantUuid:5699fce9-ad45-4299-8974-4a6bea9642ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-24T04:42:20.546Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: b3116cd8-6e35-4207-964a-1ca3ffdeb06c
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-07-24T04:42:20.548Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||pNF 69bee49a-5bde 0
2021-07-24T04:42:20.549Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b3116cd8-6e35-4207-964a-1ca3ffdeb06c
2021-07-24T04:42:20.549Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||No resources found for Service: fb6d5e2b-868e-4fd3-9854-a9aece431d33
2021-07-24T04:42:20.549Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fb6d5e2b-868e-4fd3-9854-a9aece431d33
2021-07-24T04:42:20.549Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 69bee49a-5bde 0 b3116cd8-6e35-4207-964a-1ca3ffdeb06c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T04:42:20.553Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:42:20.553Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.554Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fb6d5e2b-868e-4fd3-9854-a9aece431d33: pNF 69bee49a-5bde
2021-07-24T04:42:20.554Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Processing PNF resource: b3116cd8-6e35-4207-964a-1ca3ffdeb06c
2021-07-24T04:42:20.554Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:42:20.554Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_vo3tMJxxt5Vee1XXlHJP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:42:20.554Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||Resource customization UUID: 7ad5ac80-2156-421d-b4cc-5ec50120f4fb is the same as notified resource customizationUUID: 7ad5ac80-2156-421d-b4cc-5ec50120f4fb
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-07-24T04:42:20.620Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 69bee49a-5bde b3116cd8-6e35-4207-964a-1ca3ffdeb06c 0 ASDC deployResourceStructure
2021-07-24T04:42:20.620Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar ASDC sendASDCNotification
2021-07-24T04:42:20.620Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar
2021-07-24T04:42:20.620Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-24T04:42:20.620Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:42:20.621Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:42:20.622Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101740620,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:42:20.722Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:42:20.722Z||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-07-24T04:42:20.722Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:42:20.731Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:42:20.731Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:42:21.622Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:42:21.629Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:42:21.632Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:42:21.632Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:42:21.632Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:42:21.632Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:42:51.632Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:42:51.641Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:42:51.643Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:42:51.643Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:42:51.643Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:42:51.643Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:43:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:43:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:43:09.233Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:43:09.252Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:43:09.252Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:43:09.252Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101729625,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:43:09.253Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:43:21.643Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:43:21.651Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:43:21.653Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:43:21.653Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:43:21.653Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:43:21.653Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:43:51.653Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:43:51.662Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:43:51.664Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:43:51.664Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:43:51.664Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:43:51.664Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:44:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:44:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:44:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:44:09.254Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:44:09.255Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:44:09.255Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:44:09.255Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:44:21.664Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:44:21.673Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:44:21.679Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:44:21.679Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:44:21.679Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:44:21.679Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:44:51.680Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:44:51.686Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:44:51.688Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:44:51.688Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:44:51.688Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-24T04:44:51.688Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-24T04:45:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:45:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:45:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:45:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:45:09.752Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.753Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101730628,
"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-07-24T04:45:09.757Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:45:09.757Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.765Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101734413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/resourceInstances/pnf69bee49a5bde0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:45:09.766Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101736421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101729230,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.767Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "clamp",
"timestamp": 1627101737424,
"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-07-24T04:45:09.770Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5828907-46c2-434f-b3f2-ff6b70e1795d
2021-07-24T04:45:09.770Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:45:09.776Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.776Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101738906,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:45:09.777Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:45:09.777Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:45:09.777Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101740620,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfVo3tmjxxt5vee1xxlhjp/1.0/artifacts/service-DemoPnfVo3tmjxxt5vee1xxlhjp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:45:09.777Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:45:21.688Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:45:21.696Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d
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-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:45:21.698Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:45:21.699Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:45:21.699Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:45:21.699Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-24T04:45:21.699Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T04:45:21.702Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-24T04:45:51.702Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5828907-46c2-434f-b3f2-ff6b70e1795d 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-07-24T04:45:51.706Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5828907-46c2-434f-b3f2-ff6b70e1795d and serviceModelVersionId: fb6d5e2b-868e-4fd3-9854-a9aece431d33
2021-07-24T04:45:51.706Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5699fce9-ad45-4299-8974-4a6bea9642ed
2021-07-24T04:45:51.707Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0
2021-07-24T04:45:51.710Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-07-24T04:45:51.744Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|INFO|500||Invoke
2021-07-24T04:45:51.744Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5828907-46c2-434f-b3f2-ff6b70e1795d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[335a83ce-af2b-4c7c-8f6a-cdfc290e7527], X-ECOMP-RequestID=[f5828907-46c2-434f-b3f2-ff6b70e1795d], X-TransactionId=[], X-ONAP-RequestID=[f5828907-46c2-434f-b3f2-ff6b70e1795d], Content-Type=[application/merge-patch+json]}
2021-07-24T04:45:51.760Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-24T04:45:51.992Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?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/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210724-04:45:51:765-89605], vertex-id=[430296], Content-Length=[0], Date=[Sat, 24 Jul 2021 04:45:51 GMT], Content-Type=[application/json]}
2021-07-24T04:45:51.992Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-24T04:45:51.993Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5699fce9-ad45-4299-8974-4a6bea9642ed/model-vers/model-ver/fb6d5e2b-868e-4fd3-9854-a9aece431d33?depth=0|INFO|500||InvokeReturn
2021-07-24T04:45:51.993Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-24T04:45:51.993Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-24T04:45:51.997Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-24T04:45:51.997Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5828907-46c2-434f-b3f2-ff6b70e1795d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-24T04:45:51.997Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-24T04:45:51.997Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:45:51.999Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:45:51.999Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101951997,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:45:52.099Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:45:52.100Z||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-07-24T04:45:52.100Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:45:52.111Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:45:52.111Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 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-07-24T04:45:53.009Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:45:53.009Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|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-07-24T04:45:53.009Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|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 rOV89hvznRrShKLH) ...
2021-07-24T04:45:57.332Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:45:57.333Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-24T04:45:57.333Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"70795872-472a-4cf7-97fe-9e6084883cec","serviceDescription":"service","serviceInvariantUUID":"84063497-85d2-4f1f-9fa8-fbe46b233b99","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eeca14f5-c44b-450f-bc06-87606b68a69c","resourceInvariantUUID":"7b6ff9bd-9dd9-419e-9719-0d6fcf1803c4","resourceCustomizationUUID":"86503197-4d43-4445-a396-d74176202cbe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"adca67c0-4c14-4cb6-92cf-d3ceaebe2643","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NzFkZmFiMTRhMDljODZlZGJkNWUzYWJjMWI1YjU3OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e81805f3-3f0d-4a34-b264-e8a8070cec3a","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MTk4NGNjN2EzNjQ5NjJhZWE5NDc3OWMxNTI5Zjg2ZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"691cfd58-3662-4b73-bd45-936d2d4f3390","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"041fc854-ccda-4e86-923d-f8cd5ef58829","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8655ae25-281c-4353-8e99-47bea78b7f48","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1ad1ddaa-2ecf-401e-8536-d0383a8675d3","artifactVersion":"2","generatedFromUUID":"041fc854-ccda-4e86-923d-f8cd5ef58829"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODAxZmEyN2I0MGQwZjhiODVlMDE4NmVlNTA5NzUyMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fd5665f-5a47-4a5e-8cf7-abf4fc2a465b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MmVmZGVkMmU2Y2EzYmE2MjU2ODc2MjAyMmZhMThmNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca863090-9f20-4f67-8c28-208bc4dce7f8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-24T04:45:57.335Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:45:57.335Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:45:57.337Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:45:57.337Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:45:57.437Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:45:57.437Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:45:57.437Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:45:57.445Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:45:57.445Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:45:58.337Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:45:58.338Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:45:58.339Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:45:58.339Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:45:58.439Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:45:58.440Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:45:58.440Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:45:58.448Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:45:58.449Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:45:59.340Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:45:59.341Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:45:59.342Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:45:59.342Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:45:59.443Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:45:59.443Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:45:59.443Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:45:59.452Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:45:59.453Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:00.343Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:00.344Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:00.346Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:00.346Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:46:00.446Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:00.446Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:00.447Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:00.456Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:46:00.456Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:01.346Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:01.347Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:01.349Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:01.349Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:01.449Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:01.449Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:01.450Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:01.457Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:46:01.458Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:02.349Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:02.350Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:02.351Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:02.352Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T04:46:02.452Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:02.452Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:02.452Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:02.460Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:46:02.460Z||pool-51-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:03.352Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:03.353Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:03.354Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:03.355Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:03.455Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:03.455Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:03.455Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:03.463Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:46:03.463Z||pool-52-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-07-24T04:46:04.355Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-24T04:46:04.356Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:04.357Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:04.358Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:04.458Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:04.459Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:04.459Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:04.467Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:46:04.467Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:05.359Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"serviceName": "basicclamp",
"serviceVersion": "1.0",
"serviceUUID": "70795872-472a-4cf7-97fe-9e6084883cec",
"serviceDescription": "service",
"serviceInvariantUUID": "84063497-85d2-4f1f-9fa8-fbe46b233b99",
"resources": [
{
"resourceInstanceName": "basicclamp 0",
"resourceCustomizationUUID": "86503197-4d43-4445-a396-d74176202cbe",
"resourceName": "basicclamp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "eeca14f5-c44b-450f-bc06-87606b68a69c",
"resourceInvariantUUID": "7b6ff9bd-9dd9-419e-9719-0d6fcf1803c4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basicclamp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"artifactChecksum": "MTk4NGNjN2EzNjQ5NjJhZWE5NDc3OWMxNTI5Zjg2ZTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "691cfd58-3662-4b73-bd45-936d2d4f3390",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "041fc854-ccda-4e86-923d-f8cd5ef58829",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1ad1ddaa-2ecf-401e-8536-d0383a8675d3",
"generatedFromUUID": "041fc854-ccda-4e86-923d-f8cd5ef58829"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1ad1ddaa-2ecf-401e-8536-d0383a8675d3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Basicclamp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"artifactChecksum": "MmVmZGVkMmU2Y2EzYmE2MjU2ODc2MjAyMmZhMThmNDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca863090-9f20-4f67-8c28-208bc4dce7f8"
}
],
"workloadContext": "Production"
}
2021-07-24T04:46:05.359Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-24T04:46:05.360Z|f5828907-46c2-434f-b3f2-ff6b70e1795d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 70795872-472a-4cf7-97fe-9e6084883cec ASDC
2021-07-24T04:46:05.360Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:70795872-472a-4cf7-97fe-9e6084883cec
ServiceInvariantUUID:84063497-85d2-4f1f-9fa8-fbe46b233b99
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:ca863090-9f20-4f67-8c28-208bc4dce7f8
ArtifactChecksum:MmVmZGVkMmU2Y2EzYmE2MjU2ODc2MjAyMmZhMThmNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:86503197-4d43-4445-a396-d74176202cbe
ResourceInvariantUUID:7b6ff9bd-9dd9-419e-9719-0d6fcf1803c4
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:eeca14f5-c44b-450f-bc06-87606b68a69c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:691cfd58-3662-4b73-bd45-936d2d4f3390
ArtifactChecksum:MTk4NGNjN2EzNjQ5NjJhZWE5NDc3OWMxNTI5Zjg2ZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:041fc854-ccda-4e86-923d-f8cd5ef58829
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:1ad1ddaa-2ecf-401e-8536-d0383a8675d3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:1ad1ddaa-2ecf-401e-8536-d0383a8675d3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-24T04:46:05.360Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70795872-472a-4cf7-97fe-9e6084883cec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca863090-9f20-4f67-8c28-208bc4dce7f8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:46:05.383Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T04:46:05.869Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:46:05.872Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ca863090-9f20-4f67-8c28-208bc4dce7f8 73386
2021-07-24T04:46:05.872Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-07-24T04:46:05.872Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-24T04:46:05.873Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:46:05.873Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:05.874Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:05.875Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101965872,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:05.975Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:05.975Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:05.975Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:05.987Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:46:05.988Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:06.875Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-24T04:46:06.876Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-07-24T04:46:06.876Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ca863090-9f20-4f67-8c28-208bc4dce7f8, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:06.877Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-07-24T04:46:06.877Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:06.877Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:06.962Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16005281093859223712/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-07-24T04:46:07.828Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-24T04:46:07.828Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.829Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:46:07.830Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.831Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-24T04:46:07.832Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:07.833Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-24T04:46:07.834Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=456efa2c-a1d2-4c0a-a4fb-c9bb49d35a73
2021-07-24T04:46:07.835Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-24T04:46:07.836Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-24T04:46:07.837Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basicclamp
Description:service
Model UUID:70795872-472a-4cf7-97fe-9e6084883cec
Model Version:NULL
Model InvariantUuid:84063497-85d2-4f1f-9fa8-fbe46b233b99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basicclamp
Model UUID:0766c315-6a2e-4079-bd8e-f3c53cfec089
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b6ff9bd-9dd9-419e-9719-0d6fcf1803c4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:86503197-4d43-4445-a396-d74176202cbe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bca7a9b4-5a32-4f13-8b33-643805042a5c
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:8cc6f413-26e6-4b87-b8fb-0b6b2a151dbe
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:456efa2c-a1d2-4c0a-a4fb-c9bb49d35a73
ModelInvariantUuid:2b3033a0-5a8e-4ee2-819c-f9fa7d5f4e2d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:36c3f253-e3bb-4064-8355-52cebfae9828
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7390d298-86d8-4b18-b9ae-922c21d66802
ModelInvariantUuid:1adda93b-58fa-4e54-9691-6da732928377
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:7c885c0b-f82d-49b6-a8ba-23870615e399
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-07-24T04:46:07.841Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: eeca14f5-c44b-450f-bc06-87606b68a69c
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-07-24T04:46:07.844Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||basicclamp 0
2021-07-24T04:46:07.844Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eeca14f5-c44b-450f-bc06-87606b68a69c
2021-07-24T04:46:07.844Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 691cfd58-3662-4b73-bd45-936d2d4f3390 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T04:46:07.844Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:46:07.844Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T04:46:09.199Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:46:09.199Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 691cfd58-3662-4b73-bd45-936d2d4f3390 790
2021-07-24T04:46:09.199Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-07-24T04:46:09.200Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-24T04:46:09.200Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:46:09.200Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:09.201Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:09.201Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101969199,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-24T04:46:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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-07-24T04:46:09.232Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|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 rOV89hvznRrShKLH) ...
2021-07-24T04:46:09.301Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:09.302Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:09.302Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:09.310Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:46:09.310Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:09.349Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:46:09.360Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.360Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "cds",
"timestamp": 1627101930414,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101928577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101927980,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.361Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "cds",
"timestamp": 1627101930414,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101928577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.362Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101927980,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "cds",
"timestamp": 1627101930414,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101927980,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101928577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101939001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101939192,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.363Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "cds",
"timestamp": 1627101930414,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101928577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101927980,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101939001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101939192,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "cds",
"timestamp": 1627101930414,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.364Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101927980,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101928577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101939001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101939192,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "cds",
"timestamp": 1627101930414,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101927980,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.365Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101928577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101939001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101939192,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "cds",
"timestamp": 1627101930414,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101927980,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101928577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.366Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101939001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101939192,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "cds",
"timestamp": 1627101930414,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101927980,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101928577,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.367Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101939001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101939192,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101939001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101939192,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "cds",
"timestamp": 1627101945483,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.368Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101945498,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101945497,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101939001,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101939192,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.369Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "cds",
"timestamp": 1627101946488,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T04:46:09.374Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.374Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:09.381Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.381Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.381Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101947404,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.382Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "cds",
"timestamp": 1627101947491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.383Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101948407,
"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-07-24T04:46:09.387Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.387Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:09.392Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "cds",
"timestamp": 1627101947491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.393Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "cds",
"timestamp": 1627101947491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.394Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "cds",
"timestamp": 1627101947491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101951193,
"artifactURL": "/sdc/v1/catalog/services/70795872-472a-4cf7-97fe-9e6084883cec/resourceInstances/basicclamp0/artifacts/adca67c0-4c14-4cb6-92cf-d3ceaebe2643",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.395Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f5828907-46c2-434f-b3f2-ff6b70e1795d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101951997,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "cds",
"timestamp": 1627101947491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101952295,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.396Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101952437,
"artifactURL": "/sdc/v1/catalog/services/70795872-472a-4cf7-97fe-9e6084883cec/resourceInstances/basicclamp0/artifacts/adca67c0-4c14-4cb6-92cf-d3ceaebe2643",
"status": "DEPLOY_OK"
}
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101952701,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "cds",
"timestamp": 1627101947491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.397Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "aai-ml",
"timestamp": 1627101953299,
"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-07-24T04:46:09.401Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.401Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:09.407Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.407Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "dcae-sch",
"timestamp": 1627101953441,
"artifactURL": "/sdc/v1/catalog/services/70795872-472a-4cf7-97fe-9e6084883cec/resourceInstances/basicclamp0/artifacts/adca67c0-4c14-4cb6-92cf-d3ceaebe2643",
"status": "COMPONENT_DONE_OK",
"componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-24T04:46:09.410Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.410Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-24T04:46:09.415Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "cds",
"timestamp": 1627101947491,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101954697,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101955196,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.416Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "clamp",
"timestamp": 1627101955434,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "cds",
"timestamp": 1627101956104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101956200,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.417Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101956795,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "clamp",
"timestamp": 1627101955434,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.418Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "cds",
"timestamp": 1627101957108,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-07-24T04:46:09.427Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84a5f2f9-62f7-4a95-9b10-38cff91629b9
2021-07-24T04:46:09.427Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a5f2f9-62f7-4a95-9b10-38cff91629b9 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-07-24T04:46:09.433Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.434Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "policy-id",
"timestamp": 1627101957203,
"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-07-24T04:46:09.437Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.437Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:09.442Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.442Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.442Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.443Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.443Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101957807,
"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-07-24T04:46:09.445Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb
2021-07-24T04:46:09.445Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb 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-07-24T04:46:09.449Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.449Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "clamp",
"timestamp": 1627101955434,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.449Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.449Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.449Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101957980,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101958809,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101959002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.450Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "clamp",
"timestamp": 1627101955434,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "dcae-sch",
"timestamp": 1627101959192,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "aai-ml",
"timestamp": 1627101958577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.451Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101957980,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101959002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "clamp",
"timestamp": 1627101955434,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "aai-ml",
"timestamp": 1627101958577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.452Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "dcae-sch",
"timestamp": 1627101959192,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101957980,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.453Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101959002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
"consumerID": "cds",
"timestamp": 1627101960414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "clamp",
"timestamp": 1627101955434,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.454Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "aai-ml",
"timestamp": 1627101958577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "dcae-sch",
"timestamp": 1627101959192,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.455Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101957980,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101959002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
"consumerID": "cds",
"timestamp": 1627101960414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.456Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "clamp",
"timestamp": 1627101955434,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "aai-ml",
"timestamp": 1627101958577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "dcae-sch",
"timestamp": 1627101959192,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.457Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101957980,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101959002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
"consumerID": "cds",
"timestamp": 1627101960414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "clamp",
"timestamp": 1627101955434,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.458Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "aai-ml",
"timestamp": 1627101958577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "dcae-sch",
"timestamp": 1627101959192,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.459Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101957980,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101959002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
"consumerID": "cds",
"timestamp": 1627101960414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.460Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "aai-ml",
"timestamp": 1627101958577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "dcae-sch",
"timestamp": 1627101959192,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "policy-id",
"timestamp": 1627101945329,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.461Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101953009,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101957980,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1627101959002,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
"consumerID": "cds",
"timestamp": 1627101960414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.462Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "aai-ml",
"timestamp": 1627101958577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "dcae-sch",
"timestamp": 1627101959192,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101943252,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101965872,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "policy-id",
"timestamp": 1627101965867,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
"consumerID": "cds",
"timestamp": 1627101960414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.463Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101966102,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "policy-id",
"timestamp": 1627101966871,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
"consumerID": "cds",
"timestamp": 1627101960414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.464Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "policy-id",
"timestamp": 1627101967874,
"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-07-24T04:46:09.467Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84a5f2f9-62f7-4a95-9b10-38cff91629b9
2021-07-24T04:46:09.467Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84a5f2f9-62f7-4a95-9b10-38cff91629b9 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-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "621d4c30-df52-40e3-b779-560007a37a81",
"consumerID": "cds",
"timestamp": 1627101960414,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1627101968317,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "aai-ml",
"timestamp": 1627101968501,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.472Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:09.473Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-07-24T04:46:09.473Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84a5f2f9-62f7-4a95-9b10-38cff91629b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1627101968865,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:09.473Z|dc45dadb-3df5-4d78-9e5b-ba80d4500791|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-24T04:46:10.202Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bca7a9b4-5a32-4f13-8b33-643805042a5c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8cc6f413-26e6-4b87-b8fb-0b6b2a151dbe",
"vfModuleModelCustomizationUUID": "5947ca82-9916-4e8a-9bd9-4b41f77c7b61",
"isBase": true,
"artifacts": [
"041fc854-ccda-4e86-923d-f8cd5ef58829",
"1ad1ddaa-2ecf-401e-8536-d0383a8675d3"
],
"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-07-24T04:46:10.205Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8cc6f413-26e6-4b87-b8fb-0b6b2a151dbe
VfModuleModelInvariantUUID:bca7a9b4-5a32-4f13-8b33-643805042a5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
041fc854-ccda-4e86-923d-f8cd5ef58829
,
1ad1ddaa-2ecf-401e-8536-d0383a8675d3
}
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-07-24T04:46:10.207Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "bca7a9b4-5a32-4f13-8b33-643805042a5c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8cc6f413-26e6-4b87-b8fb-0b6b2a151dbe",
"vfModuleModelCustomizationUUID": "5947ca82-9916-4e8a-9bd9-4b41f77c7b61",
"isBase": true,
"artifacts": [
"041fc854-ccda-4e86-923d-f8cd5ef58829",
"1ad1ddaa-2ecf-401e-8536-d0383a8675d3"
],
"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-07-24T04:46:10.207Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8cc6f413-26e6-4b87-b8fb-0b6b2a151dbe
VfModuleModelInvariantUUID:bca7a9b4-5a32-4f13-8b33-643805042a5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
041fc854-ccda-4e86-923d-f8cd5ef58829
,
1ad1ddaa-2ecf-401e-8536-d0383a8675d3
}
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-07-24T04:46:10.208Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 041fc854-ccda-4e86-923d-f8cd5ef58829 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T04:46:10.208Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:46:10.208Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T04:46:11.006Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:46:11.007Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 041fc854-ccda-4e86-923d-f8cd5ef58829 5033
2021-07-24T04:46:11.007Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-24T04:46:11.007Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-24T04:46:11.007Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:46:11.007Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:11.009Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:11.009Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101971007,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:11.109Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:11.109Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:11.109Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:11.117Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:46:11.118Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:12.009Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1ad1ddaa-2ecf-401e-8536-d0383a8675d3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T04:46:12.010Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-07-24T04:46:12.010Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T04:46:13.289Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-07-24T04:46:13.289Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1ad1ddaa-2ecf-401e-8536-d0383a8675d3 909
2021-07-24T04:46:13.289Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-24T04:46:13.290Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-24T04:46:13.290Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-24T04:46:13.290Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-07-24T04:46:13.291Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-24T04:46:13.291Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1627101973289,
"artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-24T04:46:13.391Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-24T04:46:13.392Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-24T04:46:13.392Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rOV89hvznRrShKLH) ...
2021-07-24T04:46:13.401Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-24T04:46:13.401Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-24T04:46:14.292Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 70795872-472a-4cf7-97fe-9e6084883cec
2021-07-24T04:46:14.292Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 eeca14f5-c44b-450f-bc06-87606b68a69c 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-07-24T04:46:14.302Z|1e6afaa7-1a3f-4de3-bbe0-4800ac9f43fb|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery