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/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=j^0M!utVZo];TUH4H9,Cx;Bh -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.5.RELEASE) 2021-05-27T02:36:48.596Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-845d4495b5-q2c4j with PID 14 (/app/app.jar started by so in /app) 2021-05-27T02:36:48.600Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE 2021-05-27T02:36:48.601Z||main|||||INFO|500||The following profiles are active: basic 2021-05-27T02:36:53.828Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-27T02:36:53.829Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19] 2021-05-27T02:36:53.946Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-27T02:36:55.589Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-27T02:36:55.713Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-27T02:36:55.831Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-27T02:36:55.835Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-27T02:36:56.980Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: requestDB ...] 2021-05-27T02:36:57.138Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final} 2021-05-27T02:36:57.142Z||main|||||INFO|500||HHH000206: hibernate.properties not found 2021-05-27T02:36:57.473Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final} 2021-05-27T02:36:57.953Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-05-27T02:36:59.799Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [ name: catalogDB ...] 2021-05-27T02:37:00.033Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect 2021-05-27T02:37:02.441Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-27T02:37:02.458Z||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:749) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$d8b0aef6.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:363) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) 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:48) at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) 2021-05-27T02:37:02.459Z||main|||||WARN|500||The sdc end point is not alive 2021-05-27T02:37:03.548Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context 2021-05-27T02:37:05.137Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory 2021-05-27T02:37:06.736Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-27T02:37:07.704Z||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-05-27T02:37:09.563Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:37:09.564Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:37:09.572Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:37:09.604Z||main|||||INFO|500||Started Application in 22.985 seconds (JVM running for 23.998) 2021-05-27T02:37:09.605Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:37:09.646Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7ac8ad2b-50fd-4c7f-900c-2eb468d5ad36 url= /sdc/v1/artifactTypes 2021-05-27T02:37:09.646Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:37:10.779Z||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.4.149] 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:374) 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:225) 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-05-27T02:37:10.783Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6196d891 2021-05-27T02:37:10.784Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:37:10.790Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:37:10.792Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:37:10.794Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:37:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T02:37:59.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:37:59.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:37:59.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:37:59.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:37:59.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 643b94a9-e975-4376-9566-4cfca1776364 url= /sdc/v1/artifactTypes 2021-05-27T02:37:59.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:38:00.602Z||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.4.149] 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:374) 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:225) 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-05-27T02:38:00.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b2fc61d 2021-05-27T02:38:00.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:38:00.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:38:00.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:38:00.604Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:38:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T02:38:49.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:38:49.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:38:49.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:38:49.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:38:49.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 34468cde-aa8f-4b0d-8cc5-623114593f2c url= /sdc/v1/artifactTypes 2021-05-27T02:38:49.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:38:50.618Z||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.4.149] 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:374) 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:225) 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-05-27T02:38:50.619Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5752ab95 2021-05-27T02:38:50.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:38:50.620Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:38:50.620Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:38:50.620Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:39:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T02:39:39.563Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:39:39.567Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:39:39.568Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:39:39.573Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:39:39.602Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 97e0934b-10c8-476b-88b6-f535ad7d9085 url= /sdc/v1/artifactTypes 2021-05-27T02:39:39.603Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:39:40.634Z||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.4.149] 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:374) 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:225) 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-05-27T02:39:40.635Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71af95d5 2021-05-27T02:39:40.636Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:39:40.636Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:39:40.636Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:39:40.637Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:39:40.640Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T02:40:29.563Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:40:29.564Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:40:29.564Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:40:29.571Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:40:29.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9bdee57-5881-440f-9a1e-697762a825f5 url= /sdc/v1/artifactTypes 2021-05-27T02:40:29.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:40:30.620Z||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.4.149] 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:374) 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:225) 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-05-27T02:40:30.621Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19282729 2021-05-27T02:40:30.622Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:40:30.623Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:40:30.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:40:30.624Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:41:09.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T02:41:19.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:41:19.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:41:19.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:41:19.570Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:41:19.577Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d35e3016-7be2-4115-84da-444244a0cdab url= /sdc/v1/artifactTypes 2021-05-27T02:41:19.577Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:41:20.602Z||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.4.149] 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:374) 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:225) 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-05-27T02:41:20.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7de5cf4b 2021-05-27T02:41:20.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:41:20.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:41:20.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:41:20.603Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:41:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T02:42:09.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:42:09.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:42:09.567Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:42:09.572Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:42:09.589Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d18c466f-10a7-4c38-a61b-bafcceedf2f6 url= /sdc/v1/artifactTypes 2021-05-27T02:42:09.591Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:42:10.617Z||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.4.149] 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:374) 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:225) 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-05-27T02:42:10.618Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38ab3cb0 2021-05-27T02:42:10.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:42:10.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:42:10.620Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:42:10.620Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:42:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T02:42:59.566Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:42:59.566Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:42:59.567Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:42:59.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:42:59.583Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 240804e6-12e5-4a99-9697-9371907aa653 url= /sdc/v1/artifactTypes 2021-05-27T02:42:59.584Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:43:00.601Z||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.4.149] 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:374) 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:225) 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-05-27T02:43:00.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32f28bfe 2021-05-27T02:43:00.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:43:00.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:43:00.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:43:00.604Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:43:24.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T02:43:49.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:43:49.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:43:49.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:43:49.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:43:49.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb5fdd53-7565-45bf-ad6d-e6a9f69ed644 url= /sdc/v1/artifactTypes 2021-05-27T02:43:49.572Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:43:50.619Z||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.4.149] 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:374) 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:225) 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-05-27T02:43:50.620Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b94d2b 2021-05-27T02:43:50.620Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:43:50.621Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:43:50.621Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:43:50.621Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:44:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T02:44:39.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:44:39.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:44:39.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:44:39.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:44:39.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddbee576-0dce-48b0-a1a9-90f640728e91 url= /sdc/v1/artifactTypes 2021-05-27T02:44:39.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:44:40.602Z||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.4.149] 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:374) 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:225) 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-05-27T02:44:40.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e76c520 2021-05-27T02:44:40.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:44:40.604Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:44:40.604Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:44:40.604Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:45:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T02:45:29.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:45:29.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:45:29.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:45:29.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:45:29.580Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c1a6231-3414-4f0b-a79b-85056bdfe636 url= /sdc/v1/artifactTypes 2021-05-27T02:45:29.580Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:45:30.617Z||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.4.149] 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:374) 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:225) 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-05-27T02:45:30.618Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25731fd5 2021-05-27T02:45:30.618Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:45:30.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:45:30.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:45:30.619Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task. org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:46:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T02:46:19.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:46:19.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:46:19.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:46:19.588Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:46:19.591Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee1c926a-fe1b-4ae4-9da5-84815c66e497 url= /sdc/v1/artifactTypes 2021-05-27T02:46:19.591Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:46:20.633Z||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.4.149] 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:374) 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:225) 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-05-27T02:46:20.634Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e1d5505 2021-05-27T02:46:20.634Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:46:20.635Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:46:20.635Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:46:20.635Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:46:54.566Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T02:47:05.436Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-27T02:47:09.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:47:09.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:47:09.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:47:09.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:47:09.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f758093a-79cd-4643-a1dd-05378adcfbf1 url= /sdc/v1/artifactTypes 2021-05-27T02:47:09.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:47:10.618Z||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.4.149] 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:374) 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:225) 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-05-27T02:47:10.619Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@688e8aac 2021-05-27T02:47:10.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:47:10.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:47:10.620Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:47:10.620Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:47:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T02:47:59.563Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:47:59.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:47:59.564Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:47:59.570Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:47:59.576Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ec44e17-6ba2-4c5d-9a05-dbaa7a768222 url= /sdc/v1/artifactTypes 2021-05-27T02:47:59.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:48:00.602Z||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.4.149] 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:374) 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:225) 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-05-27T02:48:00.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5261daf5 2021-05-27T02:48:00.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:48:00.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:48:00.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:48:00.604Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:48:49.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:48:49.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:48:49.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:48:49.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:48:49.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 387d2750-bccc-4238-936b-91e66a4f5b46 url= /sdc/v1/artifactTypes 2021-05-27T02:48:49.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:48:50.621Z||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.4.149] 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:374) 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:225) 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-05-27T02:48:50.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a86c7ed 2021-05-27T02:48:50.622Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:48:50.622Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:48:50.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:48:50.623Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task. org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:49:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T02:49:39.563Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:49:39.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:49:39.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:49:39.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:49:39.572Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c27bca2a-e110-4010-9327-7e6eae1110a7 url= /sdc/v1/artifactTypes 2021-05-27T02:49:39.572Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:49:40.602Z||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.4.149] 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:374) 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:225) 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-05-27T02:49:40.603Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74a1d82a 2021-05-27T02:49:40.603Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:49:40.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:49:40.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:49:40.604Z||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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-27T02:50:24.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T02:50:29.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:50:29.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:50:29.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:50:29.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:50:29.575Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= caa877b9-695a-4d89-b1cb-c573723785c2 url= /sdc/v1/artifactTypes 2021-05-27T02:50:29.576Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:50:30.619Z||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.4.149] 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:374) 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:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor123.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) ... 28 common frames omitted 2021-05-27T02:50:30.621Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75076c3e 2021-05-27T02:50:30.622Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:50:30.622Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:50:30.622Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:50:30.622Z||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 jdk.internal.reflect.GeneratedMethodAccessor123.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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:51:19.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:51:19.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:51:19.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:51:19.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:51:19.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de6299ed-db42-4234-88ef-319f5cbeaee1 url= /sdc/v1/artifactTypes 2021-05-27T02:51:19.572Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:51:20.601Z||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.4.149] 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:374) 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:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor123.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) ... 28 common frames omitted 2021-05-27T02:51:20.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c9f229 2021-05-27T02:51:20.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:51:20.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:51:20.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:51:20.603Z||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 jdk.internal.reflect.GeneratedMethodAccessor123.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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:51:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T02:52:09.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:52:09.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:52:09.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:52:09.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:52:09.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40e4a40b-d639-44eb-812d-c17080c1cf4b url= /sdc/v1/artifactTypes 2021-05-27T02:52:09.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:52:10.618Z||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.4.149] 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:374) 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:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor123.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) ... 28 common frames omitted 2021-05-27T02:52:10.619Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e4840aa 2021-05-27T02:52:10.619Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:52:10.619Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:52:10.619Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:52:10.620Z||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 jdk.internal.reflect.GeneratedMethodAccessor123.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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:52:39.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T02:52:59.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:52:59.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:52:59.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:52:59.568Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:52:59.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad0ad291-1ab1-4007-ad4a-81652a6a3534 url= /sdc/v1/artifactTypes 2021-05-27T02:52:59.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:53:00.601Z||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.4.149] 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:374) 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:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor123.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) ... 28 common frames omitted 2021-05-27T02:53:00.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d921d49 2021-05-27T02:53:00.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:53:00.602Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:53:00.602Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:53:00.603Z||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 jdk.internal.reflect.GeneratedMethodAccessor123.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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:53:49.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:53:49.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:53:49.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:53:49.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:53:49.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d45f5fdc-ac69-4eb1-a32c-9cd38897e57f url= /sdc/v1/artifactTypes 2021-05-27T02:53:49.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:53:50.585Z||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.4.149] 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:374) 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:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor123.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) ... 28 common frames omitted 2021-05-27T02:53:50.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4810631a 2021-05-27T02:53:50.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:53:50.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:53:50.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:53:50.587Z||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 jdk.internal.reflect.GeneratedMethodAccessor123.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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:54:39.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:54:39.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:54:39.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:54:39.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:54:39.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60b19538-0289-4e4c-aeed-0d885aa11fd7 url= /sdc/v1/artifactTypes 2021-05-27T02:54:39.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:54:40.602Z||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.4.149] 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:374) 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:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor123.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) ... 28 common frames omitted 2021-05-27T02:54:40.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ad9d6ae 2021-05-27T02:54:40.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:54:40.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:54:40.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:54:40.603Z||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 jdk.internal.reflect.GeneratedMethodAccessor123.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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:54:40.605Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T02:55:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T02:55:29.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:55:29.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:55:29.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:55:29.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:55:29.571Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1153e780-f741-4df2-b1fc-035505841817 url= /sdc/v1/artifactTypes 2021-05-27T02:55:29.571Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:55:30.585Z||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.4.149] 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:374) 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:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor123.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) ... 28 common frames omitted 2021-05-27T02:55:30.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a9644a6 2021-05-27T02:55:30.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:55:30.586Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:55:30.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:55:30.587Z||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 jdk.internal.reflect.GeneratedMethodAccessor123.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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:56:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T02:56:19.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:56:19.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:56:19.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:56:19.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:56:19.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 31d76b9a-c288-4031-8b64-40cc03ca06f1 url= /sdc/v1/artifactTypes 2021-05-27T02:56:19.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:56:20.601Z||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.4.149] 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:374) 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:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor123.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) ... 28 common frames omitted 2021-05-27T02:56:20.602Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@64645d5b 2021-05-27T02:56:20.602Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:56:20.603Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:56:20.603Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:56:20.604Z||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 jdk.internal.reflect.GeneratedMethodAccessor123.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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:56:54.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T02:57:09.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:57:09.562Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:57:09.562Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:57:09.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:57:09.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa9d2d16-570f-4d59-9e50-0841a5de6ada url= /sdc/v1/artifactTypes 2021-05-27T02:57:09.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:57:10.586Z||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.4.149] 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:374) 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:225) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at jdk.internal.reflect.GeneratedMethodAccessor123.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) ... 28 common frames omitted 2021-05-27T02:57:10.586Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b6a1e5a 2021-05-27T02:57:10.586Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-27T02:57:10.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-27T02:57:10.587Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-27T02:57:10.588Z||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 jdk.internal.reflect.GeneratedMethodAccessor123.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:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:57:59.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:57:59.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:57:59.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:57:59.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:57:59.569Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4a7be5e-386a-4c33-b104-345feae85a0c url= /sdc/v1/artifactTypes 2021-05-27T02:57:59.569Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:57:59.804Z||scheduling-1|||||DEBUG|500||GET Response Status 403 2021-05-27T02:57:59.805Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cb77013 2021-05-27T02:57:59.805Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso] 2021-05-27T02:57:59.806Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5003", "text": "Error: Not authorized to use the API.", "variables": [] } } } 2021-05-27T02:57:59.806Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso 2021-05-27T02:57:59.806Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task. org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor123.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: authorization failure for user mso at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:58:24.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T02:58:49.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:58:49.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:58:49.564Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:58:49.569Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:58:49.574Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93d04ac2-624c-470f-96c0-402664ae7168 url= /sdc/v1/artifactTypes 2021-05-27T02:58:49.574Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:58:49.640Z||scheduling-1|||||DEBUG|500||GET Response Status 403 2021-05-27T02:58:49.640Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16d2f978 2021-05-27T02:58:49.640Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso] 2021-05-27T02:58:49.641Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5003", "text": "Error: Not authorized to use the API.", "variables": [] } } } 2021-05-27T02:58:49.641Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso 2021-05-27T02:58:49.641Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task. org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at jdk.internal.reflect.GeneratedMethodAccessor123.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: authorization failure for user mso at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 11 common frames omitted 2021-05-27T02:59:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T02:59:39.562Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-27T02:59:39.563Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-27T02:59:39.563Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-27T02:59:39.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-27T02:59:39.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a7994dd-5358-4e99-82f8-89b3879ab037 url= /sdc/v1/artifactTypes 2021-05-27T02:59:39.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-27T02:59:39.685Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-27T02:59:39.702Z||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-05-27T02:59:39.731Z||scheduling-1|||||DEBUG|500||create keys 2021-05-27T02:59:39.741Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-27T02:59:39.763Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T02:59:39.786Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2ec2300c-cb3a-4623-ae3b-9d8749cfef50 url= /sdc/v1/registerForDistribution 2021-05-27T02:59:39.902Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2ec2300c-cb3a-4623-ae3b-9d8749cfef50 url= /sdc/v1/registerForDistribution 2021-05-27T02:59:39.902Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-27T02:59:39.912Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T02:59:39.913Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T02:59:39.917Z||pool-3-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-05-27T02:59:39.917Z||pool-3-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-05-27T02:59:39.917Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T02:59:39.917Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T02:59:39.918Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-27T02:59:39.921Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T02:59:50.127Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T02:59:50.145Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:00:24.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T03:00:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:00:39.911Z||pool-3-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-05-27T03:00:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:00:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:00:39.913Z||pool-3-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-05-27T03:00:39.913Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:00:49.465Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:00:49.529Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:01:39.910Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:01:39.911Z||pool-3-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-05-27T03:01:39.911Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:01:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:01:39.914Z||pool-3-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-05-27T03:01:39.914Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:01:49.458Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:01:49.499Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:02:39.910Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:02:39.911Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:02:39.911Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:02:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:02:39.914Z||pool-3-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-05-27T03:02:39.914Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:02:49.528Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:02:49.592Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:03:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T03:03:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:03:39.912Z||pool-3-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-05-27T03:03:39.912Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:03:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:03:39.914Z||pool-3-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-05-27T03:03:39.914Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:03:49.531Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:03:49.531Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:04:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:04:39.911Z||pool-3-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-05-27T03:04:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:04:39.913Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:04:39.913Z||pool-3-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-05-27T03:04:39.913Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:04:49.529Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:04:49.529Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:04:54.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:05:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T03:05:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:05:39.911Z||pool-3-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-05-27T03:05:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:05:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:05:39.913Z||pool-3-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-05-27T03:05:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:05:49.452Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:05:49.452Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:06:24.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T03:06:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:06:39.911Z||pool-3-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-05-27T03:06:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:06:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:06:39.914Z||pool-3-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-05-27T03:06:39.915Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:06:49.454Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:06:49.457Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:06:54.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T03:07:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:07:39.911Z||pool-3-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-05-27T03:07:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:07:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:07:39.913Z||pool-3-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-05-27T03:07:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:07:49.455Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:07:49.460Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:08:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:08:39.911Z||pool-3-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-05-27T03:08:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:08:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:08:39.913Z||pool-3-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-05-27T03:08:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:08:49.452Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:08:49.456Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:08:54.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:09:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T03:09:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:09:39.911Z||pool-3-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-05-27T03:09:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:09:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:09:39.913Z||pool-3-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-05-27T03:09:39.913Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:09:49.521Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:09:49.522Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:10:24.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T03:10:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:10:39.911Z||pool-3-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-05-27T03:10:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:10:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:10:39.913Z||pool-3-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-05-27T03:10:39.913Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:10:49.525Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:10:49.530Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:11:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T03:11:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:11:39.911Z||pool-3-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-05-27T03:11:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:11:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:11:39.913Z||pool-3-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-05-27T03:11:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:11:49.456Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:11:49.465Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:12:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:12:39.911Z||pool-3-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-05-27T03:12:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:12:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:12:39.913Z||pool-3-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-05-27T03:12:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:12:49.452Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:12:49.452Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:13:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T03:13:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:13:39.912Z||pool-3-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-05-27T03:13:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:13:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:13:39.913Z||pool-3-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-05-27T03:13:39.913Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:13:49.527Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:13:49.609Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:14:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:14:39.911Z||pool-3-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-05-27T03:14:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:14:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:14:39.913Z||pool-3-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-05-27T03:14:39.913Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:14:49.454Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:14:49.455Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:14:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T03:15:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:15:39.911Z||pool-3-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-05-27T03:15:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:15:39.913Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:15:39.913Z||pool-3-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-05-27T03:15:39.913Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:15:49.526Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:15:49.601Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:16:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:16:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:16:39.911Z||pool-3-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-05-27T03:16:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:16:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:16:39.913Z||pool-3-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-05-27T03:16:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:16:49.529Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:16:49.609Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:17:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:17:39.912Z||pool-3-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-05-27T03:17:39.913Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:17:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:17:39.913Z||pool-3-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-05-27T03:17:39.913Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:17:49.527Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:17:49.528Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:18:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T03:18:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:18:39.911Z||pool-3-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-05-27T03:18:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:18:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:18:39.913Z||pool-3-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-05-27T03:18:39.913Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:18:49.451Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:18:49.488Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:19:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T03:19:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:19:39.911Z||pool-3-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-05-27T03:19:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:19:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:19:39.913Z||pool-3-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-05-27T03:19:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:19:49.528Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:19:49.622Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:20:09.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:20:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:20:39.911Z||pool-3-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-05-27T03:20:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:20:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:20:39.913Z||pool-3-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-05-27T03:20:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:20:49.560Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:20:49.623Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:20:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T03:21:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T03:21:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:21:39.911Z||pool-3-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-05-27T03:21:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:21:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:21:39.913Z||pool-3-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-05-27T03:21:39.913Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:21:49.524Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:21:49.527Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:22:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:22:39.911Z||pool-3-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-05-27T03:22:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:22:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:22:39.913Z||pool-3-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-05-27T03:22:39.913Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:22:49.526Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:22:49.526Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:23:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:23:39.911Z||pool-3-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-05-27T03:23:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:23:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:23:39.913Z||pool-3-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-05-27T03:23:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:23:49.527Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:23:49.610Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:23:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T03:24:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:24:39.911Z||pool-3-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-05-27T03:24:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:24:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:24:39.913Z||pool-3-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-05-27T03:24:39.913Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:24:49.454Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:24:49.506Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:25:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:25:39.911Z||pool-3-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-05-27T03:25:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:25:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:25:39.913Z||pool-3-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-05-27T03:25:39.914Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:25:49.452Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:25:49.455Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:26:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T03:26:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:26:39.911Z||pool-3-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-05-27T03:26:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:26:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:26:39.913Z||pool-3-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-05-27T03:26:39.913Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:26:49.453Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:26:49.455Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:26:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:27:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T03:27:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:27:39.911Z||pool-3-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-05-27T03:27:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:27:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:27:39.913Z||pool-3-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-05-27T03:27:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:27:49.526Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:27:49.526Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:28:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:28:39.911Z||pool-3-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-05-27T03:28:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:28:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:28:39.913Z||pool-3-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-05-27T03:28:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:28:49.455Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:28:49.457Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:29:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:29:39.911Z||pool-3-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-05-27T03:29:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:29:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:29:39.913Z||pool-3-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-05-27T03:29:39.914Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:29:49.453Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:29:49.454Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:29:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T03:30:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T03:30:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:30:39.911Z||pool-3-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-05-27T03:30:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:30:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:30:39.913Z||pool-3-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-05-27T03:30:39.913Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:30:49.523Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:30:49.528Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:31:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:31:39.911Z||pool-3-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-05-27T03:31:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:31:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:31:39.913Z||pool-3-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-05-27T03:31:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:31:49.525Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:31:49.530Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:32:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:32:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:32:39.912Z||pool-3-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-05-27T03:32:39.912Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:32:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:32:39.913Z||pool-3-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-05-27T03:32:39.913Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:32:49.550Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:32:49.554Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:32:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T03:33:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T03:33:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:33:39.911Z||pool-3-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-05-27T03:33:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:33:39.913Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:33:39.913Z||pool-3-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-05-27T03:33:39.913Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:33:49.525Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:33:49.526Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:34:24.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T03:34:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:34:39.911Z||pool-3-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-05-27T03:34:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:34:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:34:39.913Z||pool-3-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-05-27T03:34:39.913Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:34:49.523Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:34:49.613Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:35:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:35:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:35:39.911Z||pool-3-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-05-27T03:35:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:35:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:35:39.913Z||pool-3-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-05-27T03:35:39.913Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:35:49.453Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:35:49.469Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:36:24.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T03:36:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:36:39.911Z||pool-3-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-05-27T03:36:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:36:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:36:39.913Z||pool-3-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-05-27T03:36:39.913Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:36:49.525Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:36:49.525Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:36:54.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T03:37:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:37:39.911Z||pool-3-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-05-27T03:37:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:37:39.913Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:37:39.913Z||pool-3-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-05-27T03:37:39.913Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:37:49.453Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:37:49.505Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:38:09.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:38:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:38:39.911Z||pool-3-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-05-27T03:38:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:38:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:38:39.913Z||pool-3-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-05-27T03:38:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:38:49.452Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:38:49.456Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:38:54.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T03:39:39.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T03:39:39.910Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:39:39.911Z||pool-3-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-05-27T03:39:39.911Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:39:39.913Z||pool-3-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-05-27T03:39:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:40.542Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:40.543Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:40.546Z||pool-3-thread-2|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.546Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c073902-9090-4376-9f2c-94f3a0d800cc","serviceName":"vFW 2021-05-27 03-35-48","serviceVersion":"1.0","serviceUUID":"9878881a-1a73-4edf-8ded-33853b1ff54a","serviceDescription":"catalog service description","serviceInvariantUUID":"70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec","resources":[{"resourceInstanceName":"vFW 98e029fc-1ba9 0","resourceName":"vFW 98e029fc-1ba9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12daa4fd-5621-421b-94c4-c55b3bb0bcf2","resourceInvariantUUID":"b2a4e4a1-18e3-4f7e-aa1e-46631e6b6081","resourceCustomizationUUID":"ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml","artifactChecksum":"YjdhMGVlMDI5NTI2YWQ0NTM2MjhmNWFiODNhOWQ2ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26468df3-59da-4726-95b2-06c6e013e449","artifactVersion":"1"},{"artifactName":"vfw98e029fc1ba90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json","artifactChecksum":"OWE1NWUxOWIwMDc0OGM1YTk4MjMyNmZmYTkyZDJkZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"69ab3fe1-404a-4347-9bdf-2c669b74003d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14da96b7-89b5-41cb-87ab-e7c75333f81d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml","artifactChecksum":"ODY3ZWY4ZDUwMjkyYTEwMDdmNzlhNmI0MTRkMjI3ZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e04d217-9829-440a-9d89-8d2318cc56a1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fc21219b-b2eb-40ff-a729-1028f5ca7017","artifactVersion":"2","generatedFromUUID":"14da96b7-89b5-41cb-87ab-e7c75333f81d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210527033548-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml","artifactChecksum":"MTZlNWVkZWJhNGVmM2YwNGFjZWZmNmYwMzQwNGFjZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"159f579c-ccdb-4494-8d46-294abe790635","artifactVersion":"1"},{"artifactName":"service-Vfw20210527033548-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar","artifactChecksum":"OWVmYzU4MzhiMTk5MjQ4MjdiM2E5ZWRmOTlhMzQ1OTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"561d194b-8477-484d-b095-054cea566dd9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T03:39:40.550Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.550Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.589Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:39:40.596Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:40.605Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:40.605Z||pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.608Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.608Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "aai-ml", "timestamp": 1622086732894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.609Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "cds", "timestamp": 1622086731043, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.609Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "policy-id", "timestamp": 1622086736103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.609Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.609Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "aai-ml", "timestamp": 1622086732894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOTIFIED" } 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "cds", "timestamp": 1622086731043, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "policy-id", "timestamp": 1622086736103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.610Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "dcae-sch", "timestamp": 1622086741177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.611Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "aai-ml", "timestamp": 1622086732894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.611Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T03:39:40.611Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.611Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "cds", "timestamp": 1622086731043, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "policy-id", "timestamp": 1622086736103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "dcae-sch", "timestamp": 1622086741177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "aai-ml", "timestamp": 1622086732894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.612Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.613Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.613Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.613Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.613Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "cds", "timestamp": 1622086731043, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.613Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "policy-id", "timestamp": 1622086736103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.614Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "dcae-sch", "timestamp": 1622086741177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.614Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-27T03:39:40.614Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.614Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.615Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "aai-ml", "timestamp": 1622086732894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.615Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.615Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.615Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "cds", "timestamp": 1622086731043, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.615Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.615Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.615Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "policy-id", "timestamp": 1622086736103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.616Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086743713, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.616Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "dcae-sch", "timestamp": 1622086741177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.616Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.616Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "aai-ml", "timestamp": 1622086732894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.616Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "cds", "timestamp": 1622086731043, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "policy-id", "timestamp": 1622086736103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.617Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086744608, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.618Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.618Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.618Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086743713, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOTIFIED" } 2021-05-27T03:39:40.618Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.618Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.618Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "dcae-sch", "timestamp": 1622086741177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.619Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:39:40.619Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "aai-ml", "timestamp": 1622086732894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:39:40.619Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.619Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "cds", "timestamp": 1622086731043, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:39:40.619Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "policy-id", "timestamp": 1622086736103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086744608, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOTIFIED" } 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086743713, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.620Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "dcae-sch", "timestamp": 1622086741177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086744608, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086743713, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "dcae-sch", "timestamp": 1622086741177, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.621Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086744608, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.622Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086743713, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-27T03:39:40.622Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "policy-id", "timestamp": 1622086748896, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.622Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.622Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086749091, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.622Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "aai-ml", "timestamp": 1622086749105, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.623Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086744608, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-27T03:39:40.623Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086743713, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.623Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.623Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "cds", "timestamp": 1622086749307, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "policy-id", "timestamp": 1622086749904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086744608, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622086749558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.624Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086743713, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:39:40.625Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.625Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.625Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "cds", "timestamp": 1622086750398, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-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-05-27T03:39:40.705Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-05-27T03:39:40.709Z||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-05-27T03:39:40.709Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 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-05-27T03:39:40.719Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:40.720Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-27T03:39:40.834Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc 2021-05-27T03:39:40.858Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.887Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.887Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "policy-id", "timestamp": 1622086750909, "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-05-27T03:39:40.898Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc 2021-05-27T03:39:40.899Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086751049, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.907Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086744608, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:39:40.907Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.907Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622086749558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086752296, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622086749558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086753296, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.908Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086753338, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.909Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.909Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.909Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622086749558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.909Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.909Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.909Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086754304, "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-05-27T03:39:40.912Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc 2021-05-27T03:39:40.913Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.920Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.920Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622086749558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.920Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.920Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.920Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-windriver-id", "timestamp": 1622086755312, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "DEPLOY_OK" } 2021-05-27T03:39:40.921Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086755394, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.921Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622086749558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.921Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.921Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086755749, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.921Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "clamp", "timestamp": 1622086755201, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.922Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622086749558, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:39:40.922Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "clamp", "timestamp": 1622086755201, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOTIFIED" } 2021-05-27T03:39:40.922Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.922Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086757250, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.923Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "clamp", "timestamp": 1622086755201, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.923Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086757882, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.923Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.923Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086758258, "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-05-27T03:39:40.927Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc 2021-05-27T03:39:40.927Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.931Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.931Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622086758328, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.931Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.931Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "clamp", "timestamp": 1622086755201, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-starlingx-id", "timestamp": 1622086759265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "DEPLOY_OK" } 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "clamp", "timestamp": 1622086755201, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "clamp", "timestamp": 1622086755201, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:40.932Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "aai-ml", "timestamp": 1622086761791, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:39:40.933Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "clamp", "timestamp": 1622086755201, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:39:40.933Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.933Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622086762542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:39:40.934Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.934Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.934Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "aai-ml", "timestamp": 1622086762798, "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-05-27T03:39:40.937Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc 2021-05-27T03:39:40.937Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.944Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.944Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086763125, "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-05-27T03:39:40.948Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc 2021-05-27T03:39:40.948Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.953Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.953Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622086763546, "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-05-27T03:39:40.956Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc 2021-05-27T03:39:40.957Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:40.964Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.964Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "multicloud-k8s-id", "timestamp": 1622086764129, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "DEPLOY_OK" } 2021-05-27T03:39:40.964Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.964Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.964Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "clamp", "timestamp": 1622086776693, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:40.964Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.965Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.965Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "clamp", "timestamp": 1622086777894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:39:40.965Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:39:40.965Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:39:40.965Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "clamp", "timestamp": 1622086778898, "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-05-27T03:39:40.969Z||pool-3-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4c073902-9090-4376-9f2c-94f3a0d800cc 2021-05-27T03:39:40.969Z||pool-3-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:39:41.610Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:39:41.610Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:41.612Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:41.612Z||pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOTIFIED" } 2021-05-27T03:39:41.713Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T03:39:41.714Z||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-05-27T03:39:41.714Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:41.723Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:41.723Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:39:42.613Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:39:42.614Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:42.616Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:42.616Z||pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T03:39:42.716Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:39:42.717Z||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-05-27T03:39:42.717Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:42.727Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:42.727Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:39:43.617Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:39:43.618Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:43.620Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:43.620Z||pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:43.720Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:39:43.721Z||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-05-27T03:39:43.721Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:43.732Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:43.732Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:39:44.620Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:39:44.621Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:44.623Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:44.623Z||pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-27T03:39:44.724Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T03:39:44.724Z||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-05-27T03:39:44.725Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:44.734Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:44.735Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:39:45.624Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:39:45.625Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:45.626Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:45.627Z||pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:39:45.727Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:39:45.728Z||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-05-27T03:39:45.728Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:45.735Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:45.736Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:39:46.627Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:39:46.628Z||pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:46.630Z||pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:46.630Z||pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:39:46.730Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:39:46.731Z||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-05-27T03:39:46.731Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:46.742Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:46.742Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:39:47.631Z||pool-3-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "serviceName": "vFW 2021-05-27 03-35-48", "serviceVersion": "1.0", "serviceUUID": "9878881a-1a73-4edf-8ded-33853b1ff54a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec", "resources": [ { "resourceInstanceName": "vFW 98e029fc-1ba9 0", "resourceCustomizationUUID": "ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f", "resourceName": "vFW 98e029fc-1ba9", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "12daa4fd-5621-421b-94c4-c55b3bb0bcf2", "resourceInvariantUUID": "b2a4e4a1-18e3-4f7e-aa1e-46631e6b6081", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw98e029fc1ba90_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "artifactChecksum": "OWE1NWUxOWIwMDc0OGM1YTk4MjMyNmZmYTkyZDJkZTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69ab3fe1-404a-4347-9bdf-2c669b74003d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "14da96b7-89b5-41cb-87ab-e7c75333f81d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fc21219b-b2eb-40ff-a729-1028f5ca7017", "generatedFromUUID": "14da96b7-89b5-41cb-87ab-e7c75333f81d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fc21219b-b2eb-40ff-a729-1028f5ca7017", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210527033548-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "artifactChecksum": "OWVmYzU4MzhiMTk5MjQ4MjdiM2E5ZWRmOTlhMzQ1OTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "561d194b-8477-484d-b095-054cea566dd9" } ], "workloadContext": "Production" } 2021-05-27T03:39:47.632Z||pool-3-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T03:39:47.633Z||pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9878881a-1a73-4edf-8ded-33853b1ff54a ASDC 2021-05-27T03:39:47.740Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:4c073902-9090-4376-9f2c-94f3a0d800cc ServiceName:vFW 2021-05-27 03-35-48 ServiceVersion:1.0 ServiceUUID:9878881a-1a73-4edf-8ded-33853b1ff54a ServiceInvariantUUID:70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210527033548-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar ArtifactUUID:561d194b-8477-484d-b095-054cea566dd9 ArtifactChecksum:OWVmYzU4MzhiMTk5MjQ4MjdiM2E5ZWRmOTlhMzQ1OTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 98e029fc-1ba9 0 ResourceCustomizationUUID:ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f ResourceInvariantUUID:b2a4e4a1-18e3-4f7e-aa1e-46631e6b6081 ResourceName:vFW 98e029fc-1ba9 ResourceType:VF ResourceUUID:12daa4fd-5621-421b-94c4-c55b3bb0bcf2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw98e029fc1ba90_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json ArtifactUUID:69ab3fe1-404a-4347-9bdf-2c669b74003d ArtifactChecksum:OWE1NWUxOWIwMDc0OGM1YTk4MjMyNmZmYTkyZDJkZTA= 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/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml ArtifactUUID:14da96b7-89b5-41cb-87ab-e7c75333f81d 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/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env ArtifactUUID:fc21219b-b2eb-40ff-a729-1028f5ca7017 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/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env ArtifactUUID:fc21219b-b2eb-40ff-a729-1028f5ca7017 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-27T03:39:47.740Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9878881a-1a73-4edf-8ded-33853b1ff54a 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-05-27T03:39:47.834Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T03:39:47.836Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-05-27T03:39:47.837Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-05-27T03:39:47.837Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 561d194b-8477-484d-b095-054cea566dd9 from URL: /sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:47.837Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-05-27T03:39:47.838Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:48.991Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-27T03:39:49.000Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar 561d194b-8477-484d-b095-054cea566dd9 105050 2021-05-27T03:39:49.000Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar ASDC sendASDCNotification 2021-05-27T03:39:49.000Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:49.001Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:39:49.002Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:49.003Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:49.003Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086789000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:49.103Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:39:49.105Z||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-05-27T03:39:49.105Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:49.113Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:49.113Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:39:50.004Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T03:39:50.005Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||MSO config path is: /app 2021-05-27T03:39:50.006Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Trying to write artifact UUID: 561d194b-8477-484d-b095-054cea566dd9, URL: /sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar to file: /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:50.006Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210527033548-csar.csar 2021-05-27T03:39:50.162Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:50.162Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:50.988Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17140381743963558548/Definitions/service-Vfw20210527033548-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-05-27T03:39:53.170Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||#################################################################################################### 2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||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-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||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-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||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-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.174Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 98e029fc-1ba9 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 98e029fc-1ba9 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-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210527033548-csar.csar 2021-05-27T03:39:53.175Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||WARN|500||#################################################################################################### 2021-05-27T03:39:53.189Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.191Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:39:53.194Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:39:53.194Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-27T03:39:53.196Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T03:39:53.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:39:53.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:39:53.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-27T03:39:53.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T03:39:53.199Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.199Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:39:53.202Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria 2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-27T03:39:53.204Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-27T03:39:53.205Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-27T03:39:53.205Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.205Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-27T03:39:53.205Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.205Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T03:39:53.206Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.206Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:39:53.207Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:39:53.207Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.207Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:39:53.207Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:39:53.207Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria 2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T03:39:53.208Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-27T03:39:53.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=46320a86-9559-462b-aa46-27c9f811a124 2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria 2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-27T03:39:53.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-27T03:39:53.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ab362de-581f-4682-8ec7-25be5bbda5e4 2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria 2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-27T03:39:53.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-27T03:39:53.213Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ffd0a2be-aefa-4e3b-bb0d-533c11968054 2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.214Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:39:53.215Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:53.215Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:39:53.215Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-27 03-35-48 Description:catalog service description Model UUID:9878881a-1a73-4edf-8ded-33853b1ff54a Model Version:NULL Model InvariantUuid:70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 98e029fc-1ba9 Model UUID:a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b2a4e4a1-18e3-4f7e-aa1e-46631e6b6081 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7b85ca16-8d54-4c33-a45a-64fd854cf01c ModelName:Vfw98e029fc1ba9..base_vfw..module-0 ModelUuid:a59a540a-dc85-410c-ab52-3e8c44f1ad44 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:46320a86-9559-462b-aa46-27c9f811a124 ModelInvariantUuid:fe9c45cd-5bb7-46d4-a5c9-44e2456c0517 ModelName:vFW 98e029fc-1ba9-nodes.vfwCvfc ModelUuid:4c0e2f82-ed44-4ca3-a917-5e5d33fb537b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a5c4d56c-b08b-433a-8ccc-1c1649101a47 ModelInvariantUuid:5e9aadbb-4c3b-4718-acb4-35bb2ce1ce36 ModelName:Vfw98e029fc1ba9.compute.nodes.heat.vfw ModelUuid:1b59dc2a-6784-44f2-89cf-c462ea4e7122 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4ab362de-581f-4682-8ec7-25be5bbda5e4 ModelInvariantUuid:bde5bc9f-6442-4b05-a896-9ea0082f9e09 ModelName:vFW 98e029fc-1ba9-nodes.vsnCvfc ModelUuid:4d7d897c-ca83-4b4a-a4d1-28258af4b662 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:4f799d46-b4e6-4810-9378-8ed6b94be479 ModelInvariantUuid:6dcf4df5-ff57-401f-a496-8a3eb82e67e3 ModelName:Vfw98e029fc1ba9.compute.nodes.heat.vsn ModelUuid:2317f696-7bbb-4a46-8fd1-4dd375d27565 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ffd0a2be-aefa-4e3b-bb0d-533c11968054 ModelInvariantUuid:786630c8-e64a-44d3-a7df-ee48687e4513 ModelName:vFW 98e029fc-1ba9-nodes.vpgCvfc ModelUuid:4963a3ef-bfba-46c6-9b1c-db0ac9f04c52 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d738b93e-d557-4ee7-852c-b088ab97cdc7 ModelInvariantUuid:bc940ca6-c2b0-4b24-bf15-b202f9140d21 ModelName:Vfw98e029fc1ba9.compute.nodes.heat.vpg ModelUuid:fcd1e076-8c8c-4a8e-a93d-4c920e32c0b4 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-05-27T03:39:53.232Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 12daa4fd-5621-421b-94c4-c55b3bb0bcf2 2021-05-27T03:39:53.245Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory 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-05-27T03:39:53.305Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||vFW 98e029fc-1ba9 0 2021-05-27T03:39:53.311Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12daa4fd-5621-421b-94c4-c55b3bb0bcf2 2021-05-27T03:39:53.311Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 69ab3fe1-404a-4347-9bdf-2c669b74003d from URL: /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json 2021-05-27T03:39:53.311Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-05-27T03:39:53.312Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json 2021-05-27T03:39:54.938Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-27T03:39:54.938Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json 69ab3fe1-404a-4347-9bdf-2c669b74003d 785 2021-05-27T03:39:54.938Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json ASDC sendASDCNotification 2021-05-27T03:39:54.939Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json 2021-05-27T03:39:54.939Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:39:54.939Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:54.941Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:54.941Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086794938, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:55.041Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:39:55.042Z||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-05-27T03:39:55.042Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:55.050Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:55.051Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:39:55.942Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw98e029fc1ba9..base_vfw..module-0", "vfModuleModelInvariantUUID": "7b85ca16-8d54-4c33-a45a-64fd854cf01c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a59a540a-dc85-410c-ab52-3e8c44f1ad44", "vfModuleModelCustomizationUUID": "44ef05d2-2c95-4bdb-a076-b2c7f84bb55b", "isBase": true, "artifacts": [ "14da96b7-89b5-41cb-87ab-e7c75333f81d", "fc21219b-b2eb-40ff-a729-1028f5ca7017" ], "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-05-27T03:39:55.963Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw98e029fc1ba9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a59a540a-dc85-410c-ab52-3e8c44f1ad44 VfModuleModelInvariantUUID:7b85ca16-8d54-4c33-a45a-64fd854cf01c VfModuleModelDescription:NULL Artifacts UUID List:{ 14da96b7-89b5-41cb-87ab-e7c75333f81d , fc21219b-b2eb-40ff-a729-1028f5ca7017 } 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-05-27T03:39:55.966Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw98e029fc1ba9..base_vfw..module-0", "vfModuleModelInvariantUUID": "7b85ca16-8d54-4c33-a45a-64fd854cf01c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a59a540a-dc85-410c-ab52-3e8c44f1ad44", "vfModuleModelCustomizationUUID": "44ef05d2-2c95-4bdb-a076-b2c7f84bb55b", "isBase": true, "artifacts": [ "14da96b7-89b5-41cb-87ab-e7c75333f81d", "fc21219b-b2eb-40ff-a729-1028f5ca7017" ], "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-05-27T03:39:55.967Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw98e029fc1ba9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a59a540a-dc85-410c-ab52-3e8c44f1ad44 VfModuleModelInvariantUUID:7b85ca16-8d54-4c33-a45a-64fd854cf01c VfModuleModelDescription:NULL Artifacts UUID List:{ 14da96b7-89b5-41cb-87ab-e7c75333f81d , fc21219b-b2eb-40ff-a729-1028f5ca7017 } 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-05-27T03:39:55.967Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: 14da96b7-89b5-41cb-87ab-e7c75333f81d from URL: /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml 2021-05-27T03:39:55.967Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-05-27T03:39:55.967Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml 2021-05-27T03:39:57.102Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-27T03:39:57.103Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml 14da96b7-89b5-41cb-87ab-e7c75333f81d 20368 2021-05-27T03:39:57.103Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-27T03:39:57.103Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml 2021-05-27T03:39:57.103Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:39:57.103Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:57.105Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:57.105Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086797103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:57.205Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T03:39:57.206Z||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-05-27T03:39:57.206Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:57.217Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:57.217Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:39:58.106Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Trying to download the artifact UUID: fc21219b-b2eb-40ff-a729-1028f5ca7017 from URL: /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env 2021-05-27T03:39:58.107Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - download 2021-05-27T03:39:58.107Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env 2021-05-27T03:39:58.756Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-27T03:39:58.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env fc21219b-b2eb-40ff-a729-1028f5ca7017 2098 2021-05-27T03:39:58.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-27T03:39:58.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env 2021-05-27T03:39:58.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:39:58.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:39:58.759Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:39:58.759Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086798757, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:39:58.859Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:39:58.860Z||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-05-27T03:39:58.860Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:39:58.868Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:39:58.869Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:39:59.760Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Preparing to deploy Service: 9878881a-1a73-4edf-8ded-33853b1ff54a 2021-05-27T03:39:59.760Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 98e029fc-1ba9 0 12daa4fd-5621-421b-94c4-c55b3bb0bcf2 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-05-27T03:39:59.802Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:39:59.802Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:39:59.803Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Processing vnf with UUID: a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd 2021-05-27T03:39:59.803Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Will get resource from SDC using resource id: a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd 2021-05-27T03:39:59.812Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel to get resource 2021-05-27T03:39:59.846Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel 2021-05-27T03:39:59.848Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|INFO|500||Invoke 2021-05-27T03:39:59.848Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||===========================request begin================================================ 2021-05-27T03:39:59.848Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel 2021-05-27T03:39:59.848Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Method : GET 2021-05-27T03:39:59.848Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"4c073902-9090-4376-9f2c-94f3a0d800cc", X-RequestID:"4c073902-9090-4376-9f2c-94f3a0d800cc", X-TransactionID:"4c073902-9090-4376-9f2c-94f3a0d800cc", X-ECOMP-RequestID:"4c073902-9090-4376-9f2c-94f3a0d800cc", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"9d64bbbe-6090-42cf-9ae1-6206817f691e"] 2021-05-27T03:39:59.849Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Request body: 2021-05-27T03:39:59.849Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||==========================request end================================================ 2021-05-27T03:40:01.091Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||============================response begin========================================== 2021-05-27T03:40:01.091Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Status code : 200 OK 2021-05-27T03:40:01.092Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Status text : OK 2021-05-27T03:40:01.092Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node083olj7zj2veix2bkhy1o3i2288.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-Vfw98e029fc1ba9-csar.csar"", Content-MD5:"ZGI5NzhhNjhjOGZhYmIwNDkyYzQyYjY2NDM2N2RmZjk=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"4c073902-9090-4376-9f2c-94f3a0d800cc", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-05-27T03:40:01.113Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||Response body: PK��R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPK��RTOSCA-Metadata/TOSCA.metaM�9�0E�9�/�,T�]0���0�,����=.)�����dG}!A}v��Rv����4��I6 ���e1��Մ,�'�T��V�Nj �'�D9��R�ϰ�n7�K��A ���Ҧp�@F-S�)���X�\�ʅ��V�c�PK�����PK��R1Definitions/resource-Vfw98e029fc1ba9-template.yml�]�w�F��_�[��EHH����N�q\���5�`s"� H��ן@0��A��s����̞��{��7C�p|�Q��q�:;�����,���� :O`�r,��i 3�� ���0�h�D�����kÝ��2���vpM,h���Ԃsw>^X�VQL��Q`Y�?��i�h.�#τ���%\A�G�#��������rǓe��� ��S/ 7Y����81�8�A�M�[/CŲ� "p���������;�$�гt�֏��4K@^-�i�M\]l�.D4��'4�q���2��J�F�����i�B/��4 ���{l���6���ˢ \�|��M�l�EY�>���Rœ��&^�^�������8+蒥��U���2;�m�Q�x��ݲ�]�/��� �X��u�v p�%qt3*��u��V�»U�"�'_�D�QQ�I�G�BP�;O��6�'����� \�ns����E�J]"!�-"�Z1I��.��� Ҍ�N��i��I��[vr9��F���D���x��f�.JxE &��/y#o�ިleTp�f��/G���{T��U�-+��5gQQ��0����D0[L��d+xԓ���j�Ȗ-�� ��6xTq��l��lю�̶Z�7�i�5�i�q��6�r�O � U*�[$�ꨳ��M�A/���I�*�g\���T���a-'#k�Y��d<.�V���辪@�_�E�����F��Ȍ05@�����=��Acw ��0�M0�!� =G��F!�Č�0{( � �V�����EO��FV),F�FN��8qrK�=�������q��x���ݧ+����������em����kd���Mͯ��A�8@3�f ��Kы_�h\hlS�s��ٺ�Hr�u��>�ӗ�o�8?1.�n>��`�����]�� �4@�ՀpW0E]Z#V@��lǽ��x��q ='7����tq|i\���^��|1�]}��T�oQz�$̞�w�)Nw��� ��S�%x�ل������ W�����@�0Ȳk�mS$Y��F�$pwz�e��~�*/;�#��ɽd���83n��0,X�W���JC$lO����Kƾ��c�~�/0�z��tu�x���ʚ� ������~�*�d���9���H�5�G�g�g�i���r��[@�(K9�=/^��L �v�-�=��Ob�<���U�����>ғ�ּ�%u�lw���0 �[羠�v����%[���Q�A�p�Q�R�.� �]F8i�Uo.�È��k�N�m�:��N'�����8^A�6g#�9�������ڎ��TQ�;R��m!1@���ߕ*�@R��4��1�*�v� 塚\g�l&�y�^B�?��#3�"P�::g4��k�@��?�H�xO���@�#�����F�Hn !�)��Z\�o���J�c�&�=�鏯��nbc�T2�^��U46 L���h��8�מ^�5�ǽZ9EW�]��r-�<��GE���W4_8����i��5\cm%���?�;# ��7�7��e�튴�E~��$����)��L�1Y�3��%"�M�X"{�����]�+HS�m�$c������n �?R���G�w����d�+�Md�f��da7F*? ��m����kg�o�h7 ����K)�J�`�*q��:���d^��5O�o�]�b������Vm����M}��ӭ��vj��V��R�9�M?Xň��A3�u�!H^��RAk��8�3���g���B�xp B����]�⁢f� �ׅ��?7�%lg�<<1v �R粜�,���� BY Bqե���݃��a���ZN��k]�y:����e�˝�L��ё��'8B2���o����p�i��&Ѥb(��؁pU$؟��h;r����ۨ˓M�O¦DZE���@I��Do{��%*�����a��i�`&)0������;8����������7�������/_��O��u�|��g�ч�zv2��p�����/�>������_��s|s}�����o�?�7כ��^���h�{�mue��_��O^E�w9����t1{��z�= f������z����m򰘯��e2w����O�o�z�C�z}��t�}g_]^����͗���_7''g�������$��=x|g]�ڷ��_{8}���×ɇ���٫��ǧo����������͛���/��W�?���y���i���Z���l�-�̲�����������釋�ѷ����ڞ��� ��ӿNfǧS��_���f�o&�7~�O������� %O=�Ћ�.}X��8����H��S�F�ق4�dv��)�� 3�,Џ���Qd�"�K5���8�W��� �����h��!�h�ؿ��� ���]����o�8���&�#A�O���t��m)q&�JY��:[F$B���'�G��b/k�J���f%�X�ZH�#k9��^`N'ch��ti.��k�>��}̂��nQşY�{4f0wm�����Z�D�j��.����x�4Cn��o�����}�`����(��aAnN�6R&�fC�W��' �eM��+675R�,;��(�1,�Q֠d���>�KZ<���f3����EV�J�@� 2�m�^o�r& ).̰s�] ���xB@/sH!l�&��zEXW];Օ�D�/+]XM�"u ���M��k+oR���!2�^�V�w,_6�#K�) B����4,�N�&a]�2�3�es@p�|��Fi�]gdM4�є<-�!��h�A��D7[Tf�5�U�f�s �ZtŮ֕�D�'��Щ:�}U���[9���sٺ��M��";4��;�ʊ3�W��D�㵐�4��� �E��@� ����Ud��Ǖ4]����Ϙm)]~�2J�*�mVV���X�Ic�l_���ק J"V����DHO:c�n��?��]���i-�t�^͇}���8�t�����^:�S5��=����* �8T�K6�8���&&�a��T����X�E��6 �������fT���.�3,8�W��bK�3�x�H#f�m��9!������i�B������# <��p�z�����Ĵ������\B0/&���c4%��?��#���b�����o���d�����zZ)�a�N������|11�;2'3���� �w��,�/x�P�����0^ �/ۼu�;��E-��Ph�4z9h���%�3� WkB>�:2U�g�;Iҭ^S���P�C��0X9�r ������38�\�>0K��� ��\���/�Syx��l�V�u� %������t��O�������)��30Ґ��c�;:XحL׾��:'Q�u��q=_.���+K��oǐ�r�>�� ���Cg0��4���=Tg8y2;��`��,7@<�����>$*���T�T*���U^�vt����7-��$��v<[���9+6W���P^A!�� ��lC��� �ϴqPʄ8��B����8twcVv^Fq����%z ���f5)�E�!6MI��B�`kg�t���X��,��uvC���z����j#9z*i�(�� $��"�_���L�\� �T5�By���>;�w �Ԧz��BP� E (�q0A�w�L~{��7��G��`Yg��-2KxR}�nr>��8�t����te���j腢�RC/ڽ�ss���p`9�\80�U|���vIy��y�X#�1d�y!Z#p6U�dXΦ�#x(��b>���� �60m۟���L��|q�U_�X"h��)���tU�{ss�Z��c�-���͸� ��`�B�ՇS�tݱoΦSϲ���x��S|��8�B�p�W��3����f������b�C�?�:g��ǣ�6�/U���K���y����$�jS�=�����qH�n���M��N���c��+�A���&%�������F^:�{Ac]~��� o�~ƫ�8��w��o�Oׁ�g��x��Wq���N�n��~z��v���G�XBK��i�&By)Q�::!G���=p��t�D�2��CT8����&�R#���9P��(���.8ʔ(ר4����&�K�_>p�ť���I�J� {N� ��Y�D��M�}�(z>W�iz������\o� �m�� �[�wľ�^�Nd�)Cr'��FG)���d� '����T�R9�6���ϻM�g�<굹c<�囌��(^9y�kP�)_]N�l]5fR��3��R�|���S�LQ7�*���43��Þ�H͵*�D�zr�}_�c��ͩ�s44g?#�fݗ�+ZM����y���Ar��;Ԇ���I��� c��T��Ғ�ݟ�N�Ι 5L?3�?֥�?�qD�u�._���%��}?��}ef��U|��=��5� o�,.�?�$w��ٸ��QU7� �<�¼B���̗&�&д'��\ؓ��y��CkƓ��%�g�-,�6�pM�h�Kkl�0X.��|����6|�9�?���:�£:�ѫc�6@�L_� 4� �^+c��/�>>ܬ�'��>�+l6F'��psZ-d�hT57*R��X�cy��+����(_4�Y�W?o������\�3����� �s;�3� ƖG'T��l f�������5�L��&�.<�,��6��]�#iL�wR"+L�S��h����k"h��&Rp�@~�8}�ü����+������v KeV��*� ��# [�g�D��P�+�Rr$G�8���L���!����t�W�1x�[��X�ؖI{ΐQ �Q>`,�x@�b���\Z(1ED-Z}��d��C��}���D�:ap��k����)�X��iBĎ�k�%8�Y���C���1Dlޡ]���mF�0�I,C����l � W���H� ��r��?Hez��Tgt1�Ss4��z� �G��0顴�h0G‰��E�F��i��0vj�(�T�� �����v�r��DIL�^�`�7aM�IU���T�5Uik����4��v��5��徊ȶ���0i���I����Y������wkI�|i�3|YQ_)�[��t����������Ȣ4f���� Q!%��� �}�YQ���k�cJ#�P?O��D�s\BgQjKy��EY?B�ڎA��&�цŸ�_b�j��w��C�ti��|���<��Hɨ��*4A���gHYT׼ꡩ���M���t���n�o�ʲ������>3rDdB�mKP�-G{1��A��`���g��U�UZ��kwF���Pw�~���M,�8��sD�{Sx�!ˋ�1Uڔj"K��)O�lOE�'��:� ��g.��'�24*0�v.Uᑬ ����a#�J���C�j"������:uyv��ŭ�H�����P�JDh�3CEg���1�*~�\�>�~"TB�Z5i�ĺ�!-�� �}g��f���0-JZ�S]>��G�n����uk�]�Ƌ4�b��(�M� Hy���ʺ��t�T�A=��/~3Z'����vt��!dQ��A�*'Rv�j9M��@�S� ڇ�%�YM�FXҔ��:��!1s� ��Q�A��IU6�����Y�����UM��U.~�� )�ѐ.�e���ƙI�=��%G�V��H���%��4^�\ G%�2q��쐚��=��3 �䥔�IU}�(�M��(�e����v�ܨЖ7�i9��-3�r�I�4!j��A�L �7I&t��"5�� �p��b�>�!=��R벭��,m���x�!�2� �O��� Dq)�4T�T� S�t�7RQ*��OJ�A�eJ�Y�<��F�O�ۓV�$�.$��k0�6KI�`� �s��nj؁�:@J�r?FJ�`�!������y�̈V�M��C�U��a�t~ H�JS�iJ7���[S ݈b6m\C��)�ncX�������� ��X'��3b>X\��)i���6�����h �y mbZ;��[ �(�,ER��+�FL0����F���6���At����ԣf�VX�omC�_�$(խ����t�F'�"�ȑf �bZ�Eҹ�����5ޣ�W \iڗ�Tɢ��{@����C��(R�JX����OP2��*'�k �V�<Y�(� � ����*١��sҾFZ�����b@��Fk���k�M�����Y?*�DA񹓚����!���n �zV>j0��I]��z�<��LfP~��I�&&��}I�A�lw�;�˷���ūZ4�!17�WDk�I�����F�ט��Q�d�]e��f��}���gv���i�z�nu߇���Y�E��e���Bh�f��s�y��6ٽ�n�dpW/�j)?WT���~���|\>� �Z]�?!{�ƟL�v����XQ+��S|��[�����p������Cm|�*���� ��j��&��Q?���WTk���ga�s��(�I�1�2�k~���$@<,���Y��9q�l��~l���]>��N�u��S�'��� �)����Z��'��~H�`��Ĵ5�!��О�������������~W���F�.#PqM2�R��@[��� ���xؓ�=����S�-��ra"X�'Ҵ�CЗ����@��~@�"�o�=b��%�isK��"Egdn[��Mfw+���V�ث�U��������PK�>Ֆ� �PK��R;Definitions/resource-Vfw98e029fc1ba9-template-interface.yml�]is�J��>�B�&�{���q� ��8��l�w�-��Z��BR�@ȯ��ڐD Im��j*D����g본�#K�BT��\�4qLl�q.��W�6�t"N��.6���?M�u���'�B����N΃ӑ_*�+�S+��0�^�,������#���Gm�K�܆��z6�E���6��S�'�ז�kr��g�#�a�n0n�����t�b�B�4L�D6GV�&���2i��Ɠ:�tF?�r�/} �T����"��9:����w\[��F@ק+��� ��3� ����ኞ߹Dva` Ɨ\"j�x=G_�J�� �O����Y�y�8<8����9୚1H�ȑm�r}P�� ����(0UGp��+h� 9�60���ψ0���W�~�uْk��sX��34�1��a���f�����+m�˃ϔsA�t�D�t Qե�i��4"�e�?��ޗK��F���z�{n[7�—ˇK�è�E�F�� �2}���s�H��'���`����qEMY0��Nj��m����|��M���+��K��x�Ĵ_�"��׉SH`' �}������`��E�$-���m�^�^��{/�燻���3� �gk�T�L_X01C�O���� J��Pb��?�:i�� �� ���!)T��� �=G��`�p�E�X&cNC�涿�?�0 �j�0��t�LJ�J$�$��9ҩ�ō4&�M�i̝�#�8ݲ��,�s�����<�r�`����CDј� �+#�m6���L�x#�c�8����80 b�N��Y"�l�:����:����Up�XLH�N�u)�/*A���˟� -�yLF��P�� �bXc�, "��G2�LK�X�i��?)!�J��1^��OW3���ާ� �A�U�t�?�&�7M�HFU�P�����~j�.c �%dJ�B��/P��^�r0��7e9����r 3�AR�[!昑�}� -G1��J+e��J3�@<�q�8����u���*� .|���[p%�1��Q_�+o���3ƆZ�pG�o1R��A'Rċ^�4O��j |]Y�ۏ�~,X�f �e�pX�� _a}j�L��=| ���F}bG.x ���$B��9�N�*R!)����v��M��eҬx�x��= ���x�*v�5}q†�0ʚ<��cEpԌ�‘Ҡ�vTE$Uю"ֳ�h�R`{:a��y.WN�M���h�`�cM�����<���+P�n7�9W� V Ux��_�Y3��r�$����� ���6U�lQ��cnݻ��˫�N��Z� �+�%^=W�%��1��5�s�x��k-�ҽUk.>�3\q^�Pu�* �pX�W�ΰfC w�%w]P6�g�/�Έa�Q�"}� ����C� /��,��υAI͟Bk1-$!,��l)��rn�fmn�� x ���9\KWj�r�w̸�c,��G����� ��I]�3���F!�������\��(�`+�p��N�x gׇNK��M�? �Djsɦg���UFK���*�G5�\�Y��;�QY^����;�p�v$�G��vs*^���~�.�ǭ�?_���hG�w���|��/ϊ+�����}�|�������>�|�Ǿ��/����u;_ۓ�_�_�E�j�H���t�l|���c�������o�/�O�Q9:;���������p2=�������٩�2>٧�#���s6��������=4nzw�����۱:��{/Oó��v�����xx�{|h��4�ܼ?�q�ؙ��5�\�� _�u�nN��.o���<\���}�ݻh�~{�\?��F���m:=v�R��d$�z�;q?u?��z�����N�����׋�2�ޥ�k_k�:=��>iu��ן�çީb]��Q:j����Y�z[����M-r�:�h�ʲ�*L��@EiqxR���{^+]g����Kۤ�W¥ �6X��9�����)�DK,[�MO�1f̕�8���0�6���f�����4��g��-���C�c��~�%��! ���#Ӟ�0� ���k�&�`��)ȍ6�t����iW�f�9�d݃G|t���̦:����a�%����i�O���P�R�_<��4eٳm�v��%ԍ=������sى?K���AG!"�7�V�/��|,�KoO E �b��<��U �J�w�#�!|�����.�a�������oj u�P4絡��&���4�O@�p���B$��\��1R`�ؚK�4�},}!Sd�8�e�ԙ�`(~ cm�p%�H�!gO��I���A�^�T݉d�vd��7e�s����i�o�sEG�CXC�u��%�m�gJ� 3U#�<-7~��� �V9�\A��aV(�j�'!�y�!�-�0=�2������~)�ݑROj�TC��=y[��� R��z6���bوaH�[�ʅs��$��ȷ,�O7O�G�-�>6:��f�ȼ[Md�5�K������@��� YO��ٌ�\�Dk� .�d?pk=���vj�x"s `7}��`I��P��r��:�O9I��z��`���c;%M:l<}o�v����S��m�!LJ%Fe]y [�����|��r%ו��(�L\�!l�c�g��% j�u��T[ښi9����-`.���D�b���|��r����E�-N:)�t"��4�#2sw�h��z�����>�0��EN hjS���v{��ٷⷄC彩ꐩ� n�Km,����|­gz��D��6���[��r%$�z��������P�G7+g|x��T.��0��)�zΖ����7�2�f��D�QK�◢�RƩ��|�\CD0H;˖ 2zWA��IV�!��=yHFRz�$���_:��V�������&_<3��EKr�oB��� �D����׈O�-�.��Sؙ8LX�K�C]aW��]�H���� �~����2�I�=f!`hJVk�c�|��J�Q�>��F�?�z;�%= 0A�Q8�T�b�y)��- /�Cջ�w�M7/:�j�^��՝ �bv'8����N0� }4�2(V����<�,� ��g� �4���>m���qs��3��;k��� g����$`08e��zN�Ć�!�[�͐*:�����M�8�K� @a�0zٺse&��`�ɬ�S�0�#a���x��t��V����@�L�`�4�g��9�;>.F�m�v�\���Y�}�Y�{�^k�zEgs'�;��p_�.� hMw���� �!�^br�� T9Պ���ʑ:�#����2&��3��I�<Ԩ�fή�8��X�؝�J(K�^�rq�0�� ���y2'R� u�� �+� �+�Ҵ�f��� )����3���P�n bq���a,r��a>��Q_�H�$�Nԥn�����R['jk&���t^�x~�1Ɖ�;\g�V��C��GA����f��PF�ǿ��*��N�E��bDe"sܸ7�'Y��������E���q�$څ5��E�0V q��05.�ZN���j��6��oh:n�cm�p%�Hຆ>J�{�G]Su'�M�p�L#I��y#��P�͑H�(LEZ��B]����/!�?&�W}�s,7~���`/�r�ճ�PC����Mb�l��@����G+�BDZ.�A��3,}���mX�D,��a%���X��v�pT���� �)��C�yG  `��,�K���%�U_��c��V��"��*�h����Ꚁ;vM`tM���)�ݦ�����\#�D�y�#�;)�"Fw��QnK�8,�R�^2Op.`� �!��a\�v�5���2M.��j]8�2�,����w��/�*�eK��`#[R�&ߧ�1o�|t�/`�Z2�ϧ���s � �R���dӀ�j��a��{���� �kUJ��Tr|Xb�y-{���78k��ɼ���塚!�-?KaAV�),���f8AU���k��l�J#ծ�+�~8r� �I[ �Xl�-U�hK̻4�X�:��+��0���2���'}��݀��g���"x�LK��K�kě�J�ݭ8|�ˆ�����{�� �Qc�u���B޳ �+ %SOС��'��w�0��w@fX�\�%�!͟;:Y�o5 �\u>F'���� Y��,�����ӕ�iI��cݐ��p (����Qv�.cwV�GSS�ܨ��;L��D��`JW �����H�mӮ�m�,����h��x3�K6 �!%�H]�֥>��.ڦN�� €�曖;�S&�^br�� TY���ἀ�� ĤI�H��S M�v��{��� R9P���9�j"k�q�f����b=�7(�ؓl+��S�4�%��ZWrE�j�!�7-#�,�*�2�͟�@�u6�ZOh��.�Q� `0R��b6��IA^����U'��<�0Z����c����\��3��dDlI�;JbXR=\3M�-F���]�37�%�������G,e��JYE�Z��0Zl5V��2Q~���څd�G��=����=A\�o ��r�b<��}2�2�hZ`����%�����Z����%��Gە��|>�h) +6ky:D�3��I�7���i�D�oW�x�Ǡ�� ��M�!�x��ܖS������,��T��%�La+ 0b��Q':��7"���@�`�j%g���x�4H�A� ������� X��A�!TN�,BYT��}F�n ����(Y��M�_��c��=���Ǐ� �\4M7 �G}��RD`.`�N3�p��@���g�P����jXJ��.�c��Z7����d�[۬g�y��<��H̠T1eS� ّ�7��ʚ&-��!j�Q4��&bs&��s���-8���O���*���2���CX'�Tt�!I鱒D�ZDN|�0Dk�Uc��g�%��%�c 뎣���u���Iĕ����&#�}R3-�,�I9�����7x����2H�鑎������)���)�g+ s�\�R�bj�o �ؘ��_�q\#7]W�=?G�B�NԚ�zgYL%O�5������8��gy��U�&��sti3�}ڒ�TӉ&Y*%zC}`� B�u�Ґ)SVc��ח� �q6�5a������ۀ!~DY���f��צ�pC.�)���x�fu�&�V�J ���_$\�^a�U�8�D��h{f(v1~���>��4g���~�g�Y�c�ϜFǟ�sg$V��טv��K��j ����ܲN����[��XU�˪���V�n9��r�Dz�ڙXVR�|W�*v$����P���6�/�+^U�N�,\�&eʚ��� �#X��k\�{:��b��mJ��qm�� RFcʒ.:�i�4ձFH˼,��I�v�)UXm06�;��֭�nh���֭��i��PK�_4�9F�PK��RDDefinitions/resource-Vfw98e029fc1ba9ComputeNodesHeatVsn-template.yml��K��0���+|�S���qC �ڹFm�=k)�#� �O�0�pK�>�S.'X/�����A[��������z{��0�]�%�HО�f����篟ZVJ�r��H����K�"ț2�!C^�XV�Ѫ N��R%��<�!'N�$ʥ̪B�UQ�eW����6J$�X�a���J�� B�go�W���O60���#}�AǮ�?��2t}�fݽe_�-H��#�>8�t��NN����eMR�:�$��I��:�KQ�#�c��i�s_���o����4�|>щ[|{��p9jƔ�i–�>�d.5,Q�"���#�����_�x`�ߜ��Ԧ��h{-�l���c�6��z�Wp ��Nh�-�#����a<+���w�����)��e���MXl� �t���3��~PK�u�d�cPK��R=Definitions/resource-Vfw98e029fc1ba9NodesVpgcvfc-template.yml�]�۸�=�BOM�@Ö��-��^${�M��"P�U#K�$;���;�')�)�I ��g��orF��`ǣ~YG�s�I �����U�!u^�>tf��͞f���ycYAt�I�������X��j5�� ��F��7Gx�����f�Y��r6�b�b���9���0xEVh����)&[� KGxOo���?��N�O���[�M'������$8d��oc6�� �����gV�ZǔzN����+D���`���-�ApFwq�zc�N#��Fzt����4K0��yB����D#/Nn��lC6�� m��F jo�.����4�8�og�����O0����w)�|�� "N��� ��2 X����`��>��L:l-���|O��A����ˡ q���A+�(��(�*���q���Y9GQ�x�Q��z^�Ѐb� �h�cB�ɗ�O�� ���3ЧÎ0Ȍ���m����%q�B�b/�3����8~c�J��^ J؇>(���ӻ}�B�ɢb9(����[O���� �=°Bz�gL�:B�- s���@~J��� � x8���u���WI�Gd�z�x�0��`�l%޽:�������T��8�3'���9$� 9�ө��{�|s�8,iV��X��G ��1H��?9��a�-lq�9A�f���G~�;&�_J#�fxEƍ�2�:t|�T�?؛s�I�Q>���N ��Q���L��z-�ɫ��g��d'�I|g�d7�������ᑣk4�����I-�A�lK���W��X�lv��T,��j�\�OiE�[�hO{��)N�<��.��ī��B���&�e&�G8ƬBv?P� ��%�wi�"���f�KZ�l�)%�$�^>k��D��ƅ�a�< �v��٬ё���G_���eZ?&�1�X���~iqJ���akj����'�� ,x�^�Y��eM>s��WX ?�*F�Y���c�=��*� �9��/DÞ9���Et}�b��b���~6� �q_�{v�>� 3�%چ� �2��B�$O��;��2����9~��qv��r���>�ؠzF��%&���}���j���|��̠I!=�����S�b�-07��� ��t�u�H�+� �SV�����*Z�xy�O4�2\�_��o����4��od���S$����`�X4r(��ѣ�HVrV�4i�@�0�bS����_?|���G;���� l8+���;Nh���ԣ�y��Ꮟ�����?:�w�� �� B�j>��oXV�ΧUuN�u����t�����{���&c�;]�?��".O� ��{M����-`)=�}B�� Q�ݢ��]!���Yܞ/��|9o ��㢕7[,�-� ;/!�fO)�W�^�Ws�ڍo�;.��kƟ =����<,l��._�:������4�I��,�Hid��cY8��2v��Yu�h���>n���h��J�ͻ��W���b�Q@7�����Z�Y� CL���I5�Qv�~���]��n��Vc�T�]�#�ƕ���MP� �S�7���i�u>d,Q����$����߅��}e�KOFU����ugdX���W��N�� i�?H:=���nr5��ꋲ� �i7���@D:�u���6,��{:�2y��������ԓ�'��vd�8��ښ�1"^~��ͬd���� �U#�� ���c��}ͳ}�{��q�a�/ in��� ��'�1 �צ\����r�楢J�S�S�c���L��圱�D�}��>"�+W �WB$0|q��桖#��B���L��ᢋ������Q�~c4�C���W�Jz�{vߨ^�I=9�"_������[E��*�Z b����2$YY�䒛��+?�r?�^��a>CWs��}p���q�4��ى��|��H�?i��]�ƋQ�����d�Y��}� s�7J�M�6(�����%g����ޝu���J|(|f��)���eWⓑ�]ٝ���d�t6G:{!Y��(�V_�P��Jz��� f �l%O�V�ζ�o�R5e�@��v�;[0��6棝��^��sL��I��ji�O��>*�۽��D�S����?~�/d�2"`5B7{���e9U�'I\��nݑɩզ�פ��QЋ�?�d7�ݺ{� %�1��ml�{�����vR)?��鯒ƙV/��IB��w��?7l(�~�ht�0�ޞ��[����� Ê�9Y���{�/�U�Rz�.��eT�6�>_���U�π�)�yza�UA���;f�j��<�8��������ߩ�[U~�� �|G3�����X�+W�"�e�:w�j}j׻ew�T],}7l�~�9�E��л�=��짥w��؎?�ō�2��#�����fO�~aȚa3��OvQ&�Jt�ݙ��Ѯ�>MY���RK$>�f�a���]v��1�?읟*���;�7���0q곿q]~��Rum�Xѝ��%�C�A��Z������|�jpt\��rE$>>C��ӷ7�PK2�)���kPK��RGDefinitions/resource-Vfw98e029fc1ba9NodesVpgcvfc-template-interface.yml�]Os۶��S�־C8vN/�9N3����ĭ/��@ 5 ��b�O�HJ J�-R�>� �X��v��?���dNRʨ���dE��7�2�$͋�$k�g�ur��˅�7?�����_J3rS��<��s��Z� ��~�Q�f4�N�U�� 2�-iѪ�zPW^^�kU%��gw�l��*�1�*�v-��TԃM6#�b�0�y^ĂH^ L�U���LJ����R|=C�.C3��j���ݪXT}Ή�+2OR��>��O��L�B@]�,�����p����H�Ĕ^%��\<'��0�Q�Gv}��BA�WRA�Q��X>S�ɥJ(� 1E���YJ�0�m �P�����s���L��h(SI�`��`�� ت �)�[F��?�(�vb�H�$9ڶo(�ղA|\K4�R|��?�����n锥8a(��] Y-�� � ��M\:�ʃibu"����F&��s��Wy�fhŅ��Uh*~.��@� b`.c3.K ���@����f�VJ�`N����ܦ\,K�KA�:���S����˒D�(�y����y��C�8r�es�PV�+��%?����V!�����I�l�WH7�撖w���n��FU�ɰ(t����ܚ��*?UK�@�8+� �G�{Cd��Z� ðe][�C�H�sF�QE���-�toz�B1A�J}][��x�����O�~ڔA@A�I��^/�GZ��k�{w�]�����:nUrjnG|[�F��+I�>#����/�/�ҭ\��*Y��E���s*��<���# � �74)�jT%a΀C�cQp�4��Z��Y��5 ��B ���u;�$6�p������{��7=�O[�h�vB�(�8�vu�+�l%�+ lnL��[�V��u��v@>���T�O�%���ȶ\l#�E ��R����Ή^V�&�X�F,��$���#H)��:���M�c�^�vCse�\�@z��C��� �i�C?U$��T&���6�� T8��>�x��(�:u�����L���c{�å��>#9E-[��_J}@'`����z�@?<�;�X��3Q2D�@N�6<�;}^e�u�����c9xܺ�<=K ��L���;6*V�s"U��H�hK�cL�EN�%��m�9���z�?�ڰW �� u�X�6^n/���c|ڳ�>��p@ø�P-� �D{��S��-�{��a�Q��C�tJ3�����P��Gh��O6Ն��N�/⤫����V����~OP}c�bs�������ۇ�r����Rd݉<�����Me^*}HxwK)d�}�>���U��vi )�$'e����H�-e�1a�x�â��dW�g���۰r�S�!���/^VFo��O��9�[gd���I��'~�\�؀���;a_�W��T�i+�c�,����� �q�e#��V���j!둧 �wrP�̾d٣�2OpQ������i ��&�jFNt��"����Ļ4��������S�2�>DwSq �����A��G�_8�y��Oح k@�丨?��xp;�yUY��N��W�n%� l�3��$���S��P8�>�}� 8���R�,�a�WV�z�}H۸X�k�#!���(�pz]�N5��j�(�1�T�/��^� �gǐC!è7 ������N�� � əBc$��l=���R���G�oPqT���Hr �Á43����G~�|kd�d�EnrI���]&�Ofp�+��ވ��Gx�#�({��MD�0��f<<&�����F69�N?�Q�H�O;G����q�m{���NJ�#X�&zl�PK�ྤ� ��PK��RDDefinitions/resource-Vfw98e029fc1ba9ComputeNodesHeatVpg-template.yml��Oo� ���)�� �����jժ���*{�<� a���o���DMo�͏'54-vƙd��̈́!Ңfi)E������<������1�&\zz���fJW����u�/T^p��3W�ȻJ��%�Z�N�Ň^�R�J�P�Z^�*xʵP�z�٥�U�(��RA�i�c���c����i�N�:�!-}b��"��a`�/��J�an��5$��p��W$�h����ULt"=`�c�xA��P�J��OB�����������!�ȣ���M�;���c��z��qR��-�f�3�:��o����le��V�0�2�r�#�������l��+l�5�qO��V�5���mC�9�־�ԝ�����C��(�9��� ������[f�x(�̖Ҟ�m������w��� ���~������oPK���ީcPK��R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`�Y߈a�N9��uH*5�����HIcǛ�O�4c���vB�� �~|�n�qO�RK/�v��Ï���ɢT�,y��^�;*�s�=1&��[ɵ|] ��E�D��9�i��_�A���S������g�9�Td>IO���~�s~�N����8tNN��8��/�� 2k^��M̜߃EhH�2+K@�Ai����qf�+f,�K�+�,x6���t��tnl�I��2�K ��3`CS������J�X�������g�#-u*��o��P@2j͔��s.O�J�!�M1'�J=E�52n��n���f.X�A�+�WX�`Q�g�1��S�DP�)���D�ˠ��+���#�P�d��|�%�����3�a� �h�2C���5lQ�V��,��c*��0v�n&���*�o_<�YEk��1�.��� ��0;jR)��w@��np� �sT� �PM t���G�Zre����{�K�J�m��Ҧ׬TH���r�w�f�ZSmrEJ�\%�g&Z�µ6>�ms�ȁ��MV;����/�M��<�ƨ̀{���nl��� +Y$�5�`���ej���?mLFvK��e��B��nEi͢;+�F��d����=�4,� ��\3�Op�r�4�c0�[��W���-aF�� k�7�)u;ȂO�J����i�0�o����1�~��ݤ*q�@�w9h U�]q���h|u�۠�af��%���bG ������m۟�ѯ�æ�k�����JA�T��+� z��ȌFmR%�-3H�v���!���-ۀ�d`񿂗��J��uWEs�1�BfT�;c�ڄ<�#������dumt���ύ�����7� �n��!���h�R"1� 0���2�.������Wt��0��n���bo���X&�r=���6��%���ԟ!Õ�����u�<��D���o8�[��f�@ːl��D�@�0]��@��٨�_V$�~}�R�ڎq�/U�o��-Gi]����.�͠h�������4t=��#�ᤈ�,�7��^Yĭ����*��?Z��|���k��'�]�n�[�3g��|�����ˈ:���QIZ� �����ۛ�8���{��K�'��'�ZkO��TJн��p,6�luiQ�7���U6��ދ"�[<�t}�@.<�܌����P������<x� � �w�̆!mo��:@S��nْ��I,c1�����Xa��š�2���v�!,IQ) ^���I�z��nǝ9W0�ʮu������O�4U� ��KŞ��PKG����PK��R,Definitions/resource-Globalport-template.yml�W�S�8��[˃=���w�LI3�r������Ԗ|�.�}W�71I;P�̄>���?�#5�A1�p)t���cJ�;�<�S�4K�Q0:��Ј:= ��U� s}5%,>��|z�|r��1�.�F��)��8:���1Z���cJ���;�`�/Fg�9�E����8���ɄE�,hS�W*C�.�2(�@3�s㒼�\�a4�$qj$� g�;G}��͒d�����0�Ӑ�X,h��u�.�ɨ�D�5��3��"lųPE�M��B1xI5%_��xg!;�8����0#��=FG':72�t^d!��vL_O<"�H[� �y�n��_g)�^�z VX�w���p(U��q`��n�RN�,�Z��:�e�ٓ���R�BHS��ju�N�4J��2��0��~ ��r�E�y��o�Rz���+��Xɬ"��n����"$W��j��� �+���z��5 S�M#�e�#��1�"� ���%�����Oua���F��jh�������}dZ5(]緝��yu(��{R ��e[9J���s���2�B�r.�Kю��}LS];�({�8i��.4V��B��q�9�~�`8ʏ�zC���7�fvIh!3��Z�D�&A7/�� *� ."��w��bBD�ؙ$���S�Yҕ��!����H��\8��nko�AbG5N�6�s~{��dG>�����Z��E�{��}���f�E�T���nKK2�,�gT�qU�:�r`"�&?3�n m��Ĥ�CdL܎��V<�`���J��8#�d������1�k�w�p� _������N�c9+�b�#"���X�P��|?� ����P��<6W�V� t��9e��h�޽����{q}��ʿ�J�~����q�;���(,-P�Uv㜴y�I5�ܹ��6�u �~�� �v�t��@2V`���=2�|����r?��t��V��\?����ۡ���{s p��Ŷ��4�w+�=�AJo�قMJ�K\m��D>���Jڢdg�C����u޲0��y�keO�W!G��Ċ��x;r���K�H�޾-|����Ս�W�Fڼ �����=�c�n<�n"���,F-��{j�5�+�{�~j������~�x˿�Kf|PK���k�PK��R=Definitions/resource-Vfw98e029fc1ba9NodesVsncvfc-template.yml��r�:�=_��f�ASsaf�oY��l���x��� �l`������U �8��u�R�P_�j��[-eQ�`�%�����u&I ��hY�)��q@�| ���zs$vq�o�h��q��0����o7�풭������r��a�I�ri�=�,M�*:���5̽�ll�����Z뭁=�����9�Gr��?�S3 �\���V66Q�$]�����9��r?�r�o#��F;i�K �=�L�S�Wé�4���o~�=~��}�p 88#�(y��~'!I|J#=�M�;;��dО�4:%y$�%7��2c�\!� �6^n���$ 8�oW�������}pw:�p�}�&"J��� ����4�C!��c��бphc���1�����¶�]�\+�����}(;����*Z��q�N�d�Vv�ae^��\�U (�Ì$v�| �����)�}LC�Bftf�AѦ݂^8�u��, ��(*�o Ȝ�?x�鷩�Eg��$�J����4�,��{�8(i �=��H��a��%��9eI�� ��¢�K�@���� މ�2����#�ܤ���}P堥���.�,��^����� �r����؊�4��0��&�����(���)��*�Rk��S���ON�l+̟E`�²-!�9� qo4iѓ�f�b�̊�(#�R��?[V�yi�� I6߽�(����C�@�I�? q�F{ĎU�IX��P���юNtk�7\j��V�%�E�ݧK`Q����G�|_|����ı��9%~�b���b!��L�WӀn�b��9�fd�Ө���s,�@A�R9�C�t��t��]Ő��.��3�0XQ-d�N�&�|{��#�|�����ʝ�iJݿh��j|� ��� -�G �Y[j\�(�,���ø����ھZ`��j������:��ȗusns�G��n/:� ��DE UR�]JeM�} ��i�g'��_�?>�K%�Q+z�j��r5�/�l>�b��iۀ&��XD6�a��!O�g��G}��x���L3,bU�m��G�˵;%3�Mm����9�c,7�]6J�f$�G���^��� ���4Ͻ�t����%�1N[�;�:n���4�_�D+�E� �Ԕ�w ֏� (k+��gj8�?R$Z�D�<��!�gm`e��ʂk �b�H�1��!��նC� |'/?����M∟�jrҾ5�)�g��OG-�S#T?܂z�x.v6��b�_�q���W�H؅usbQ( ��g�]`"��96:ï(����]I�]���p�;��/�tc�&�_�{P�w��֠k��o����R;/L�L�L��=�g�1z�~��5�$���:�.5�N��ոʈ.Ξ�hg�qy�"I��h�S�9�ڹ����y�v����CX7w��bk�ۓM [��7����>{۶��u��+���f�u���n[�8�4����y�<��������ҍ����� ��lS���7k��$�:*~�#1�Ӈ�[YwQ�tJi>��V�z�����NÊٙX� �'c����1Q��)Y��YL�愋��]e�s 4_�c����:0M�^$��[��F#izE�d_x���� |�����>~���L;��4� lp�i�e?pB�� f=L����������������u��Q����J�U;��r�5M�|)�� >8��#��O�n��ko3#t�K���UĻǶyk|Z���JD+�A�?�Mtj�L���8�������?���k�Jk��&�T�@B��Hz�'�D�d���q�L6:�Zuޜϐ�NW&�n#k���6�șF4��C��g�N������F0�S�I�o�j�V\�w�Zx�!:��4PQ��s u��j��#����i�NF�2����I2h#�qa����e4��ڹ�蓨3x�-�.�D��M�F��ŪD�ո���I�s %�X�fSU�g�N���(?3_� p�5�!�Tj�D���ޡ�+;$�����������}�a�N���#�5 �W͠T^I r>�) ��|>^AC����*۳���8�����p���D]5~9��m)�x�ۘ;��쐳ܮ�n{{�Wk9+lco�o�U;^Y�r� ZC`�t�Z#s�M�8���7޺���Z��k��a8��O� y��o ��;�V�Wn,_�����_���lZ^zO#��x�(��A�E�I �脆%^��ܨ��\!Q)v�$�)_y��C��q��C�~٬q�P��e�Eo��O�*Tn#�L ��N�!���'�*�c�"�͎�(��~�D���R��s(����������e9]�m�k$�����c������Y8��\��)��u1ʵ��\A��-q01�tc� ^o-�B<���|q }JDE}��*^��FS�[�R�ߑc`q1b���͗NAJ�Sugs��F}1� e����ȳ���@��`:�a3$S.��Q�?��G���1�ї��% 2�/�9��M�N�t��`�_w��=n}�w��{��Ϊ4�2�<�B�y68디����q����J�|%U�cx�J�}v5)�x��'� ��'��W7�������—ך V�I�uV�@����ԫ�4M��S�&���Z5a�a��Q\�5��ԥۋx��Ɣ��Q�֜KC�G�J���a]N/J~`��������ԠMTx�I�z����[Z�&IY��@�%ajQ�cjPI^E�L���k-�}�����}�g\ ��pd�U�B%�'��KL�@��Gs����ΰr��9�ֶ)���)�S���*����4�f@�+��D�0�)�Հ���[jjP�MD�F��mD�7+���~�bUwߋ��O�)k��uQ!�3�›�PKO����jPK��RGDefinitions/resource-Vfw98e029fc1ba9NodesVsncvfc-template-interface.yml�]Ks�8�ϯ�mva�9mts�IU��N*��ek�A��5 pP���o�/�%RIA��I�F?>4���P� 1�4\�k*|�!�?R,Icnp����/�SH�f�|@\,(|A��XLgEA�Ibx���Mڬ` ���x�bh�Y�./�J㜷Ku��K)�f���|�����&��� �\肮]�*�+a�ZB!��H)�D$i ��$4XG$x�^?���|���9�DL�+-1��/��֊m.�dk�#)��!�;/?���M%ԕ[�"�^X�B�q�1�,$$�Gl���WU�4�,��Ѻ��:Cs!b�y]*�2&�b�"����H�@{:~4%�IA(�i�?� U6�T�@�-f;�d�/[��x�[���L��r��ū 2��Ȁٺ!�)BL��V�6-T�?�^�| 0�i1s�\��L2� m�o���ǩ#�M�Ȋ&ؖ���o%*��'`���˅� = �\���Czz�_�QD�4�%��x��9��o�?.#U�9�I�x-�i��� �w� qӏ�u���.:O]��Xh���/��m���4a�!��rA'���v�p�W�%Rrk�S>�IK�bfV������I)d����*���8�g�fV���a����v6U�%5��4ӳ�{'v��u��F��j���������?�0����׵�����P���� �D�_��� ���0y��fIH���ܪ��*����e���C�50uz����<6���n]�'q�'��}���:�"; �qL���CWY�Ç�-��t43ncA�*rj9�4]�f q>:yT�����]DŽ�x�>������B�]ƒ`p��t����-\}�0���m;��>+�~�_�= �{����t��(��+��bc#�Z�ȕ`�'�w(�|��|���@n�kE��:�,��?Pt5�$�1�ƾ;�k�:� m��w�L����Rl��0i��Öo�}x$L�dr9��Z�Gň ��]GDs��Cb�M�c����`&��a�_ V>�Ce��㪐b�B�����ү�8h?���8/�#�pD�[�?}���hh �<.&�U�!�����q}��+������a�[wf�q��e��d"���w;��"�,���L�L�W v �7F����:�0|vN����$��\O�������c��:Ss�n��� =�v�o�=s��0\8g�z��r�;E��ͮ&iQ/ iywM��]CDp-1��?Ͽ�=>e�ola���$�{P��';ޱ������ֱ��~z�,�,G�O�1����a.:�4�=�8Y���a�w\�sk��CС|�_���>������������̠(ٻ��6D�Y�"ͅ�)�sIg> �%��FX�׮v��g���Qc�_.g�* ��h�:݂د�?D�8����r ��P�oڋ���e�iy�������,hS#��PKh;�E� f�PK��R)Definitions/resource-Network-template.yml�TMo�0 ��W�� ��8u�ŷ �]:K/�`�� �%��S�ߏ�h7�ir��{|)������q&�B�%��!vT0Um��ae��H'E�1��E6��ju{�CFf�x��ge�d�b������(���D�b��\j����Tę�L0[� ��|}�e�yy)b�尤����|k �M�>P����A�X�1 -�>��(�Jt����x'K��6�w9|'Gl�`�)�[3�ȍ� ����oX�#9�9��嗟��W[��'�Y� ��ә�����D��k�˦*I�..&����IN�Ж`m��t�tWY!�򷙌-8� k,���K��A�d���'S��#bo�7cU� t�Q��|� :�c�{�:�;a�l�ϰ��i_��N�CC�&Z�oK�X������8H��65���PPA�v����(�o2��6{��_c�tk��\?�� ��f��׈��� 7�ʶ�^˽�hSI~]I ��:ې׹��O��IJW��ɫ#~+�� S�+�n��c���72R�q�ރw!�Ȭ9o��9`�;i��ō���;�y����T�LN,��W˯���ͷ�=�Ektя�a.��= �g�PK;\ "Q�PK��R-Definitions/resource-Neutronport-template.yml�WKs�6��W��� F�l��M���fYMl_:,%L@�@)�N�{�Ô�F��1>Z,v?�~� ;mM8dB '�����EL\ز"/$${���2����QN�/jK���=>.�1�t�n2�L!� ������f��j�/a4�Wp��*��(c�_O0J���w�d@o�����zt3��QY�b����V�8�q�̈����0`A9K(�z-� �'nC��j&�KRp;Enu^�UM��6_��&�Nl��}6B?~��.�_k���/���2[����̝�܃�}��K�� �&&��ي������� �Ztw �oLJ�:�4�,��ڛ7� ��/���SBH&$� �h�K��� ��*xa��hAS!1��*]y�j@�@��(t6j���V%�� -;r��j��v�ݮVG�e���ڬ#]`��9jB�"����"U� ��Y��V�cz�����<>i��SS��#'!�A`�9i(A�Vt�����l6|N�F��Vz���k,|R�}˅��`�4��VH}�֐�o�0�dTZ�h�o�D��a�j�:�y8Ds�3�%l@p��7m���}W�&�d0ӵ�_����{ �e� 8λ4�R�C�s�?¢��cTRX�:��#Y>�n�.V�6D��ƼU ���z�rF�����'�m �ϰ`��o��a��*D+TH���x� ��7 �`P�K�Zb �l �z���T���X'�8�h)]L�����#�9-^�w����6���#�ɒ~@��?��A����;9}�� |κUJ��K��T/����\1�R���� o IY�/*�������UU�Ș���t![ �B�P/m' B��U���&}2�{��p�;%��}��R���D<�E�"���}Ȉm�환�u����P� � I$e� �)����ٮ���Id��"�?L����w\ڣ >U����#B3b�yꋤ�g��s��S��1��_Dt𔜵ʭ�fX�N�䲳~\��\��� C)xR�l��#�u����`:��n�����7싯����4��i=}�-���B��h�Y�4����_PK����\PK��R.Definitions/resource-Extneutroncp-template.yml�VKs�8 ��W��=H��I���;�i�6�egGCQ�ͩD�$������ ��줵=��@�#��U��8�LHa��&ޠ6���*#�2�xˊ<�Ë-K�e�������~>� __���2��7�`�dW��|��]MƓ�N�ƣ�����0��� G���],�� �g#Nƒ>�VV+y�$a��kQZ�n�0���n��ȝ�JH 3v["�<eר�fI��� dZ���#�n9��Rz��(���7U�/�>*���X������4�����.�K��Υ�g�?1G��0��1���|R)拪H���zuA�Wښ�"I*������xA�-rR�����8a��d�ȩ��&}yc�1g� kQ���)�VվU-iԥ�?��&���߾UO� �e��J�BUR��*ʰMa��p3 �t�]�5OcW���aφ�K3�RSH�K?I���A^ia�1J�䘶ʖ��RD�I�@}�ي�곯Saܿw �c �� dM�ΑƯ��2��h�o�X<�a�r�2��?���b ���U��3a{N(W7��M�?��Q[� f-�k��q�vi��z$v�4%2,&�9D� c_�4MS?;Y��7��Kh�wԺw�JFR��Y�}UNHPy��Ɔ��`;X-�}6ws \#�a��pZ#Z��A"dJi�6Rp�W���yOK��Z�t�6���o�� cS"��6�r���}�9@X��exf�lML���B!y^�H��Â��~/GM�GZ�$s������ ٟJ���YA�@]�R s%W.WG�i,s�� |��]ݦ�w�g�Y�L�Y�GW.bk��oF'�T%��&*��G��#p� �_U;T��돤qu�&�w�Ǐ�������� q��K�K��?R|k�.N�����m" ��)zilv3� �r���'\����1��b\�/��� ��p�N[u=�� '�mێ��(��'����A�X��=#CS0�"qMR��ӫ���͖t |��?�ýG�3�l���(9�����}�xw{����u2J�H�e���գ����8�v�����s ��\|=���W�޶�ڋ��a>|�.>W�\��XoX��^�?��/PK�|��N� PK��R)Definitions/resource-Compute-template.yml�VKs�6��W���@�l9���i'��;ʥ��,���1,�U~}?>D��2Q�s�tw?�~�]���\(��r6������*(SjN�dtz���S�ő�n�+�q�|�����ۋ$ˊ���)���͓b>�泙�'�aW ����b~r������)>�lzq����4;�N��)�� /ĵ3e�9�U��\zlc$<�΋���Ґ\+˵(�GT����7�P�T��\�#�y�CX��xRZ��E�N =y��Y�k���s-]� [0��R�MCH�V�vU.hCJS���d �A}Vv�33�<`�l��n�r��AA��=�!Y؍B�wv�� %��� �5�m�v|sq�a� "B����@h�)� �% ��k�%E^���e�$d�ʞ�H��>_�X��\(����O ��B��^~?}�;��/��\{������|:����o+�1��ys��t>��Q�.�m)P 3�`�5ʺe�PF�Z��%��)�C���Y7� kU��#E^yW�Q��S�N+��;Y!k]l�Qq��M��ٝ� ��݌�A��i�Y�`�������ꈉ=݇���ij�ލb[�Q_>t�餬�g+�� ���`����[�޼��e�*O�a�:I��k���_#M%�!��g�T�i�m�&��쑸 HY�G�]�� x�E�W�ҙ���k�Q:���:��ꏭh`8�$�<�IJ���H�haf��a"���\a�UV5G��k�]�b͖��=����T"��.rso���څC����H8Y�w��?��\�p��w���?�Qk[�T�� ���k���?���� ��I�9�&�� ���~�n<�e�=�f���;4������� ;^�>�(Zۉ�Q�!:O�A��>��ސ/c�� ������� �Z:=l�����/��6����oPKT���� PK��R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`'q���&���.���b!P��&J�Z�r���Q�-%�M4(� ����<~�2R3�d��.K��Ai��c�4/*Ɂ"Y&ˋ ͨ�� Bx�����<=}z���N�WYt��̣���*J/���rA�r�����[�q~C�t��h}{}]g�ED�g�Z��� `E)��� �[Ȕ�{YT�i��@3�+c��*J� %[kI�\����x 䙛)$�Q*^n �M��.���@s������5��R�Z(Aq�i�NO�w�6�2��X����PfRmȗǻ���޿�� ��z������+��2�X)`i��]��R���H�Y����� ,�&ćB`f㒦#�&��vxh2�5U �Eaǫ��(�3�*Y��ڔ.����U�i� -Ki�r�V�dk�t69�P�m,+tC&�^�x���U�c�-1C/�!Kr%���Yg51T� ձ��P�EE��/�zǽ����A�:j����G̎�U���?�l 9���oם��̒��w2Rk��c��f�X����IB"�\?=~�������1mOϒ�o�_ɏc.!��+�Z���͏ �ύ9��ټ��Ȱ�a�Ћ�$&�譚M��P/L�w��K=iC�n�z?*_�5G-�AU�m�6� L A/�Ǟ/�hƓ��)�ފ��mt�����G�FW�}����\E��� � ,8`�-�=f�U56Y�+���d,u������ ���>�����0f�a`p<0X�}��Yq�W< ����—, (����W�+VԄͣs Vi���5��`������Ij�E����G+�ǞF+*�d��Y��ِp�w*کm��� NW#��AF�A�ia9 &�����ך8� ��z"鱿�t�G����00zVt���s�1�=�p��1s9��6VJ��"��w ^G���<ۀ��Zs�S�0PL����c�Q �_�F��� +ݢ��3�ߞ� ��3��}���-���97�f�Ix�<��γ/5���\��1�ˡa����Y�8� W�'�3x�W���&��",��z��� ��Jz���PK���<KPK��R,Definitions/resource-Neutronnet-template.yml�V�o�6~�_qo��ŵӴ~��l+��?�> �p"O1�TIʞ1�ߑ��1�Œw�>�w<:X/��T)����r� ��U�j*v��bZL' �p1Pf�N� ��o� ������E��^\P6��^g�f�2+%ͮ^J�������rZ�W�U/�y6��eVN_�L ���ռ*l���� Κ6I�©6$��u����ֺ����(A�U�����w%g$�ܠ$AXS�u�0>��a�r�Ͽ�R`��u��J��l�(w�Ր�FS9����� �LFZ�����w��S����HzN7�/�+/f�0XIz�5%q�g�&��u�/&v�(@�4�I�|�hvF��Y��8��X*ͪC���H���U{�=r ൳�1�� ��j%NR�m����;F�� [Nh�:�-�$l������E� C>4S?�_�A���E�l�x0�>� ���J��1%w���E[���J���ʇ��ݧ���҃� �r���� ��+^�$;M�eF���vʑ\@�����{ݮ�[��g�Sf=�L�O���2��C��V��jj vk��7ޟ“� �������)��i���E�:����T>~S`��N�F7&�;N �n_jⴎs+�{����D��Y�]����� ��Q��|���3D����z� ꎉ�$T��HeK����ذ�w��}\M�Z_�Ѳ{j��W����s���~D��r��j\���o�)���$�K�,װ�;/��\;<�g�ǔr��$*�D�����2}{�o�am�Eǵ��#VT�;I�M2�S�h�}�������g|�O�I?�����>`�������4LG���OooW˛����T��ߕ� �?G����PK3��Pl� PK��R&Definitions/resource-Port-template.yml�SMo�0 ��W���� ��4�mm�a��E��AKt*T���K����{��Z<�?�2uh���~�W/���! �u��j�JL�Ir�W�b�,j�A��d�V��92����"�m��v���愝V����h��q��b�i�<�O�9^�a���k����X�ŕ>h�N�-�PK�vFS[ePK��R=Definitions/resource-Vfw98e029fc1ba9NodesVfwcvfc-template.yml�]Y��8~�_������W���t�vDOME_�/���6/�:��o 0F ��QU�1���.P�R�Tf~�H��`ۥ������@��qm�٫�?j?�C`��yu�)vq��� �p��0����/׆Gw�Z�g���k!�";dYta��d�27@��Ȝ.��Qײ�E�᝹A+�r�K�Y-7�^�e�t��y�ޡ0ri2{�o<��/��4��&b2?���>��85��8%�5pb�4I�_�;?4~|������ 8��(~�6�AC�����\�w�4�$��1M�SL��Q|m��-�.�&���A��W�F�/4�8�:ߙ�����_A���tp(�|�� :"���� e KX���!W��!���wX[��a��#v���/R}^�i�3����\Y�EQxG'�T��x}��Ԫ?��/,� S� :��^�Sx����q�1�������ȅ�!M��gA}�~���Ń�����ԅ@�h�i�l'���L��Yto�?+�Ь�i�%�����}�����Q��u�JN��>�U'3���I�0{T�X&AtF��$�&vQK��3C������ �N���|֑\�5���~��KEy�C�0�A��fu�{Is�ˋW5�.�mFP���z��FX}+j�����ł��t��y�v��O�L��� s�E<���gY城y�0��Z�-HώN�%~��'�'�s^>�̉e$��G��!��� j a6��YJ�ܛYS �JR?=�n�}���1\��ՂF^R�h�v���t�^/��G��xߓu��A=�c������,w���j=�L��(v/�3f�پ��8�%����Qw � ��1�T����') M�4ʍ�_�8�0C$F�j�1>���x_���?���>:R�ق�+� S���� �7�����m�~8����*���jU�����˦� $?�o�$-�3��� H�C�ߟ�쯆�6�w �P�`�c%UI���*;ARk����(>����0������ky�`���.�L���!��v0��|��q��׏ڼ˽�����@y�=T+�Ӎ���`�� �弲pm8��}k��e. �mˈ9#2��7 ��$�{Z�U5}��;���2���E��|N���cbdLXf����Q��9�2�Y&#���h�� ���'}~�Y֑&qD]�Gu`����ħ+���˽��@3�:1�X�T��o6��:�ꖈq�S���%�l�\I(�Τ�H�K�k���9#���bV]4/���k�+Y���\��A�,�� l.�������ZZ�U��$��;_�E��r�,j.�n�w� ���f�-HIBNI��3�~�7ɖ�K�xx������]!��0^bsn�����1s�Ǒ��+�ׂ�{j����o,O�eq�.�a�%�yJ�����{7w@ ڇ\%���T!�����m,�}.J47��v�����7�'�o�B�~P���Η����-y�G_���6<:��)�o�!x���^�+��ܨW C�ot���?^y���Hi�s����$�V;�h�v-}���E Ⱖ���K���N�&��u6]�t�U�/��}[S2�lXo���q}–Z�F+K7uZ\�Q��.�x��ʞ���_Ar�Si���Le�R�q���2�IK_�`�kZ�HX $�HCj�t�S�'���U�D�ժ�k����i�3��]zh�6]dQτ�7s�m�d�q�v�]� ��X�Iqc�D`F���P8ӽ��*�F�h�X�F}��Fqc�pX�������>�I����a�F�� x��[G�tm�G�u�)��B���Œ��O��tzza:�� ��bZ�{&��~ka���,�BC� y��̃Gf?j���� �'�gEw���,���m�-�ı�r�8 BMB������j�F���B��-�vG"șo����-!��\[;snbk�p�:iUE ��F)�S�n�1�����Q}�]*�7�?�;�D�79� ����x���z�M���\~�$��we\,�]� '�ܳ�S@~���1�_>����Ͽ\RƆ�+5�L֝�F^��cZǴ��Ä9�k��ϟ�����ž�x{1�(�R~`���8�m`�o=�QTlG���=��b�>�����==a4l�Y��O�>W.N�\?�9c�CU��~�Ι#�>F����ɳB]������=�cY��t)3$؝���&��)����J�K�ɽ���8|r�^�q>��nA�&.3F=@���U�����b��d�|El�*$}FyAYI� ߫Ūv���}�����gb� ��V��=Ԁ���apB>5��QyM�Q����^:>� 0 *�8��9_��th_�p�Ə�,�Q+��@���vy����� ��]ASyY��������J�D�x�c�T=��i}�%ȵ��h�����g�b�C�(��g�ÆwG�2B=N���R�R�v�QU�@U�]>9�,d��Ww6�>����i~�Rs���<|�3*�Q�i�q�����Q��β��4�;~����T��?28�*k HݢD^<:s/�-�%����v���j�U�1�����(N��Ǿ`xU�]���. 3�`T������R�:2�%h=�g�4���P���,�R ?I��u��uhXf-+/*������hM��\��M��9�x��zGy�ڵ��Ԫ��o>P�#x���P+3�U��%�Us�O�QNo�F��Z��j�c�n�o*�T��>}7Q��I=ŌC�;�^� �I���)���� � �Z��PƞL�D<3�mv���|��j����UI����3�~�����ԦɅ����ӱ��ɫ P�A�L�w.{�U�PG��%xтu�w/����g:/� <*���t�oY�Ƈ7{����P$�<�O�h�D{�G �߉D�=�h�Լ��s�HV�Ґ��p�~�X�C�jW����M�T��v ���=Z��R��j˪g-�(D����vj|~>�䓞�URv�VՓJΪ��b��t5�kg���<�E#�mݻ���<�ֵ[�"��f�wɦqv^�N��{�W���W��y(^�xH��f����^�=�R��q�S�*��S::�6��M@�Z��B��q���j۝���'jQ ��C��7T}X<�}� �>̦�� [��żCiD�Ϫ_H�9�䨵���׹�^�3T�"�̇u]W/�d�(�0m�JX�qg�4Fh��٪.����I�֝��]x�*l{@Q��Ck�n'��}�`Ж/�]�fc�SC�C}�n"�w �}3��x� ����W�PK;�3gw��PK��RGDefinitions/resource-Vfw98e029fc1ba9NodesVfwcvfc-template-interface.yml�]_s�8�O���=���t��l�\�qR�_��( ��A�$1�ܧ���3���Fd姱�V���VK4��� %�0*�-�~\{R_$��P�W��/�/�R\��Σ,��Ã��$��h�wi#$��e����� �H���4�ˮ'H�!Y�o�B�y�Y��U���3���3d�VvA�2Y�m�j4�j�A=C��>�0�!K3�c�rb��c���_����qx�BCՆVBr���Bv���3œlqĜ��}�;7?~���f��`�T�P�:HJ ��(H�@wxh�B3����~�S��"d���s�qH�9��1�|�p�S����ОI ���Qpp_2p#Y�h��TEY��Ü� �(8'� F�F5��V�P����%tmRa�S�XZh{����<��QT��@�f�q���_�b�ܙ�1e~E�3�Ҡq��3dZ��aP^@���-�a���-�AD�I&�у�ӣ��fl� NЖq��[��� �c��#S`�O,����\rF}ņ�E1q�U��oIF�KP��a������[��0��� �k�׫_��p�[�)Z%�R���/㻓��'&r0�D�J��C�/z��hv�����`���4�(��3p���4��)AIž�E8d����X������©B�N@�GM����>�q��0��AtM7�m�h�˘��? ?��`]HDC|�UWέg�+z!i�z4OW�{,� 4��*ZG,��`�d��]f��8��$��Y�yZmt�f�^�ц�zX�Mz{���������� ���O`3&d�bI��4&��� �6��7�=J�\�����Bs��C(-1�)�VXp�`9.)�qQ69q;�!X��^#J�$@�;y+$p�����w���v�Nm�z�-" �c��2x��3��g�F.�.a�I�s��L�퍿��;�Nt,�oAn��=�4� �ǥ���z��&�4l0Gt�䫙�zc`�Hy�������ͪ�r^���8<�$ŵ(��ڌ/��Ξl�Y�]&�� F�4/[�ca�������X���� �+�_�Uq�IV�����Ǧl�K �]!���c��o��5S|�v��8CF�!h�5a1tR�2��s��S�1g�CS��� ����οe*��;��cr?��#����K�A��-�[�J�:�g�S^I�pC����۸Z�lj�G��2_��.u>d���f;�q>��>�������%�F��#�aV6m�� ,0I?�����?�; �Q#�t"��Tc�l��z��cK�'<�V�:�?�|,���9C�&C�+k������k�B{j� h�b�T�~gJ���}�����Jg�p�0�3)�k1 ��(ܨ���&��覦8�nʔ�$*���8v���PY\���a�V����дZꮕ��t�y~�&�� ]E-mX ���g�0�{��KE���λ2��r�'.�U���un�°�1�T��v��΀l��t�6�o��� ,y�1n�C��b ���3�hS$=��� �rqmJ��{[��#*�?�y�%���:��3�&p�zW���ct�#��8='�:�J2��+�./6I�w/a�M������=�:�r�8?( ���7a�;Z0��%b�Ѡ]�*1�CD�Pv�gi�'���/-\�~ZH�S}�̣���F:���ӈ.���#vq4���f'݊z.�tU�$Ը7yl���f��^�>,����/���0&ΊLhEl7�I�mp�9Jt�Aa(��l;&�\]{Q�P1UNtk�0�!*J$rX8;j�Z��fX������(�� �+��c/a۱���z� � ����8h�0�ɃI��P:6wg�b9rL�\�9sm��D���� ��J~l��X���@��b������/~c.�� �Re��cI �=�.&��[�na�7��q ;T1�� �c�������D���.����?�Ӈ�·y�)u?����{J�?�c��zc_mv'�����ߘ�'�g���@��s��i��p�n�ZѼ�{� ��vyf��k��� N����=�,e��>xw��W�<�aIߧeZ�g�]M��E#����Cg�x��b�0��� 5\E����8+2QIM�5x&����-���1cҝ��r�Q �b$�ߘri �55%Sr�M >�^>��7K�2��qgmg�Fp������1 \���}L.T"w�����I"��T�1E������gYS\�µ+�n�c���J�#��6�3��:�q�>b8�ѳ�[��:���;,���H�9G�W�|:�ay���t6�}�oH=5��Y��Z���Pqi.I��0Ep�Ek���&��Q9�w�(<�����j^���k�x���s���v�`l�Flj��"6$��5ۄ�Y�H|��3���i&��Ou�3I}���WE9��SI�'ҼU��Lӹ�6��~�y�%�sP�| � /�>S�������&X��jn�PK��� �PK��RDDefinitions/resource-Vfw98e029fc1ba9ComputeNodesHeatVfw-template.yml��Oo�0���)|ۓњ�]�V�J�Csh����6���lC�߾ß�K��d��<��3�u���:jgC=���X�KAw�����E-vFh B�cL������X�%@#%�ԑgQpP2��\�T�Px<Ѯ2/�?���gY��T-W�)E��,Ҕ` V�Ҿ�ҲUBB�(��C�ĺC���}%�^��}� <��<�A�V��]�o��t^+�xu�V�G$B+�� ��_d�T$�cp�WxA�8_�R�8/�Ly�)>���'�@#�"9�?�� �4t��~��w>�j��lp:j�Zm�����*N1LV6�$�u=Hm(�-r���Gs�/�߰�� _��Ԣ����ލ|�V�uq�{O��38���8t����B��Oގ��W���kf��(�̆���[���w��!���~������oPKXl��cPK��R(Definitions/resource-Extcp2-template.yml�R���0��+��m I�p�&Q��f�*�KU!c�UcS�d��� �@w�S���ޛa潱�P�3,��+i�3j�ؖ2���R�<��Y��0bI6��L4'�_�,�r�)e� �i,>.�AZ0 �EL���0WՉK��(��~� �"�(H#2����b��KRa��v���ym��'����=���H=;ť��{���� 5�v�Z�3B�U�zy>s�{Rb��%�/(��:�4� ޢ}Q�'lV(�q�F�M�%S:������i^��P��)�8���E�W�G�Pl��@���n�Wښl�t���\�6-^*�H���e"�`�SR�� �T2�{�FA�+8�z�����U3UuHO�Jp��'�X/!R*���Fp+���ÆJCU������jaH�����Յ�r�v����J���}���4x#�n^q����xE�w9x�����Z7�)J�Q���F�����a�ެ�LgygFo1|X�û�n=���k�#��c��M�k��q3��u}s�Q㯆kd�D��PK�gH�PK��R/Definitions/resource-Globalnetwork-template.yml�T�n�0 ��+x��F��]�[�C�--���a0h�N�ɒ'�)��cl'���� �(�O��#-o��$�\j��.ِu|���CN��d��J�$�1C������_.��3ȧe�x bJ�`BYPgy�G�hʷr<�&��|�9�A�N� �.�`�F�0F���54��ʤ�����hFNXY���;*-9��BS.|eVR��\Gv#���k( wk��+Xb*7O.di�-9��> ��2v��I���1W�O�e�E�� Le=�Ό��������,|�#E�8M��� �G��&#����X��l�}��l�����K�25n ���lv=�;��w��Rz>4TK �X˲��Z�ʚ��j�6\%ų�{�����7�]V���f�C�ƮBS�x�)�poa�QacJ;��ݝF8�an(Krk�v�O�[�[6��r��i��K���o$o+@K�*i)�����f�����V�VR��s�ư^/W:�������x�`�9/�n������mP�,iF؎��?�c�j���g����&�����B�Lb�<; �7g�ZO�y����W�ԯ6���{�6^���v�OX{Ht{w�py�/\q�l)�|��nq��&N����V��o%�N�/�K��htRc�%ׯ���*)ѯ�r;PK��J���PK��RDefinitions/data.yml�}ks�F��w� FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$ $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X� ���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W ��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gV X'�u ,VDT�� U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����> z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z! MKs�C��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�t���+���>(�#�e�����*�� ?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G �`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:��� �wm�o�O��ܭ�[FdZ)���Ғh���Iq ����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[ X4�,x���ZE�퐞�q ��$$����(I�#�B���O `�,�ܷ�j� ���r��e��ӚR_H�` ��z�:����Y�N ZCns7 ��a��S��-��=E�2��T_��FA�Eևx ޭ�ަΆ�& �2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}�� ����q��DF:^��M����VY�Od�����ב݇ =T� ��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���I lcж1�-�V ��jT,�P7L� O�#���c&�@I&��tr��X `Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z) O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U ��v���X��[�wۢ�%��O��(���{�^ b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h ���{�je����c �%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#��� ��Z�g�i,�<�)������ᅴ�� �Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0 �>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6 Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o �����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[� ��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So� X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ�� ���c� ~2y��!]V�{���60#t�R���� �l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_ e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�& �Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3 aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r ���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ� �]��s��.ꤥS�7���sx� �5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D" Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q� 8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#� �Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O� D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯} �X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/������� '�� �6'C�Ֆ玱������U��� �p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj� ��O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5} ����� �kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0 �(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp ����{�J=�.���.�?� ����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД �RY�_# Cz��%aT��' �(���U�����Q�X˛e��h��X?/�ϋ��b� 6���0���jq���V�5Ѡ�@�WJ ��ċ����`��Tr3�Z�a�\1s� ^V�x�% ���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��| UJ���mj�c\�#���:}i����i�~�zh� �G�����e��O���U� ZM�m���Δ��x^��75�EFtf���$&Jd ���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID� %��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me! 4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>�� &�y��ޤXg�Z����]�� ����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0 ��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i�� )���_��/ڸ��2i�w���q��g�P8 �)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7�� Dm/�;�}R(qܥƕA��~ ��%9\�� r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw �z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x ��+$�w���ñ˟K e�jn?�S�V� ��y�ap����= ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq�� �%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F �x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2�� o�De��\��B�\������2-�����Prh �τ��R�j�����X1m� ��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e ���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{ "&z/��r����\���i>��'�)[*Y�- �/c #��� o5��7>�L3f��� -T��6284����=���3= ���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`���� J�W� ,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7� ��a-�W 9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ��� ���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J����� �1� LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#' �B�����q~ ����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{ x���U�E{�խ��4�@� �}�%.�L��i�%�Bӛ��s�b"�~�H] ��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A�� ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I �y� �G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ� �����LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D� �X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_} $N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y���� ���`�W�� 8" �f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�] � �\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG� ���z���$�( F$��2Q+��33S<��� ,�z�]�h � ���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����* ����%Vi��J+'r��X�V���w{�T%ZU�c ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X���� >5�Pm���m.� �)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b \�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I� ��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�! ��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*� �p��NJ��u���zg|�����p��s ��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[ �D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG ��Q9 �[қL�@��ٗ���j�+C����Ί ��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ ���Ome�Q�F۽ v2��L��x���HKWi9^c��8"�ld�c� �Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n� m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x� Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5 �^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F ����UU��ط�����].�ՄS�rȆ<�>U���i G��^u�`�.���q�I� ��u�6����_eFA�J^�9O�q� \/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�: �[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB�� ��%����7oa�ף�HvҜй�I�7Y�2`��mO� <�_�?�s��Lő�H ��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+ �F����Z��V���M �O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM 2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù� hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PK��RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PK��RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PK��RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PK��RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PK��RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PK��RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PK��RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ���� E-�̍}q�\.��.��v������[�e[� �>M?̀�G*�J巊$��� Vaa��.�r��3)؟�p�F�������}�~M�"���1Y҂N��~�Y��_��w��tF0d ?�qdЦ��eS�Ô��e��4�� ����ɗ(��IF�!� w��[e����6I �$͒4�ޅ�<�3�?�0�g#�oa��{�g@+2 p�U�c�V�%��cK�����"�h� �p٘�������A�0 ��ɊF��3�i���bX�;- �7A\�����l\�>bTb=��0-�ܯrs7=%3hF�a\B��$�:��_4�?�b���/�,\l� dNv=��b�in��,/`�:Z�P����f�^|�~Qv1'����A� b_�T��w����-tͧ��l��3@~�}��f�h�Q�����������VY�����f���(GA�D�*��~Ld�a�A q�{i�F�@�$JC8��/IV��R�"z!����{ ��q��a ;�E{���A� ��<�pD�0/��HVI�ڈQ���u9 �փ� ��d|q8��B����ͰeJi�?%�=�C�fǿ*h����:� �S4M����Oͣt�����(��Kq�L7�!_5v��J($���4�]�QV�j���N�!�˒�(Roþv��V�a^o��c� �<�{��6�jhx���YX���-�q��4tZ��-L��� A��x�"z=8?��q�Q� `�V�2X�m��R��U����ݪ̐I;jo��^bx�aS#P�`aI��A�tws|{~q|vz:2� �}zv��;�M���� ��Dպ�D��qAY�O����'SW�S+�Z� ����7A��|L�N�g��n�O-���yxC N��\��E�p�V:Z*yz�Z�;mG�H��'H�ކ>{���o?'�����Q���ۉ� �΃4z0���6�C�>l~�h��4��;���v �����dr%�iO4���_C�y �A= �o���&����K�1L K��|$�GB��"�| -��b��D�"���|��-XZ���/��Ͼ4����_�5 �.�klӰ���U�t*)[0���b���+�L; �>tC��(��Y��� �D�V� ��tX3�m$|�-\��D����������"a&L�g�[�Fv'�q�1���A�0��C�6e�Nf��KbA� Үڅ�WZ⫝j��ܐKz |Z��آ����8���N����O3�m�n ?�K�2�լ��V�ջ�d�0m����v Yev�h�kʁ6�����6�qf3�i��/�9�ţ�@-H*^�g[2DC�eS9�g��[�w�+s��ɇaB���J��\��� ~K9[�2��爄�`B�a�'����Ǐ�6PY�i�`�:��tw�c�l��H��zq�悌|���B��_A@��AO:�<�@y�uc���!�d l?h�q�� �? =�E�Ӏ8��\�+��߸�X��������ʭ�5�� HDAǀ���� �Nȿ29S(V��'0@�L1Q�3ف �����.�~yv&�OR�� �Ţ���p�_����s��oW7_N�l��I�iV���D�B�a)��6M~����!��Q��˳�����eϧu�e���b��_��0^P���L\0 �Ë?��!���S;�Cd`Gb/J4�Ac��rY칟(C���(��q%���p���G���t+ ʳm���K�4�Y��d�N�-)w�]��Y�M�,X�-PI��AX�R63�ġ;s��]t�|� ��{�U��&��#!�V�Be���Za��1v�ц��{0�a#��b:��^� l�&� �Hw[�Nɥ@[R�}���q�Zr'�_�`��o�L�Ov(9Z�擋��,(�(��J-9s�N�Z�<�"�A�d�E/ �y���z��+����)V׵���pu:�S�c萻��Q�L�ר�]Dt�d��:�h�i��n�c�϶��%�h;��8�e�2��i�( >f�£uw6%S�}��v�>X�<�D�*�~:o�з�d(�V̘.�p� /z$��ܗQ�>"� V���R��y�����`�8!A�>�`2�ym�����-�'���� �ڸ��44sK}�,EY�v�u�=�C�����O�IlRTL�wjS�\y��J�U��\��Mf����iy�)��td�4��!��om0�A�@[�.L_km�i����&[��\S_� ���1&/�@�4I���&Z3h)�v�� �SrԮR�.��R��-�h��p`� �)�,9� `�� �A. &A�R���[i�N��*��7�a�N��B�wl�",��!�Is����� �ͤt&�O�� !0��.a_��]�m�!G��fUns�Ρ �=�L���;�^�)OX�W��*������}��s#Ѝb�x��.ܸ�,q�JQe��Y g84WL�p�Dc=c��λŔ��-�����P\����`�'PW������&P�HǴx���B$��P�GW;�+i� �@�^i�@�Lv�58��m ��C�U,r�i0�)��1d]���m��^'O�4��Uռ$�7��d�UHz�� ��<�]�����?+��Lq'dz������,���n��D�RZ-�^������VL�y툾�8r/ő������f�Du����);h��,�)Jb��:cUq��kˊ�����^�8!�NA��rrG��2-�1hŦ� �p����2<��|k҅Q�9�j��Ԑ�-.�f|���*�Lp����1h����k@�UD ��Ρ`�����˜�G����� ۳�m�J�/������� ��2U0b��,�� ��]yT��e�� S4� �U|�J�o ���{r�Q4mt,3��ۋs���I�t�l�K��V�vδrYm+���ue&B�˼�$�:KDŽL�� o�!K�5��! �@��B3��;J������c�^>�J�h9@x�˄����C���J��A ����8�� �Ib�L�a#vl������H���x���' QH�'��܎� ����+�.�y>�=�,d;���������抺�9����Ր��[�l� ���`pm�֠���pETqo���6 ������tl�M����7F�0֧�<� ��]�:�� ֩!���vC��� '��%��z ���^���+^lb�o�i�w\?���_�a��(Y��@D�siԟ�YR����w�o��t"YF���O{��6)k��F+��C��{'���r*�Y>�[�ľ�J�|L0l\M=\3��%%j��k#�pv9��4d�R��dna!-c��=�O#&���U#�J�Q^��`������� ��B|39ǵ��a�o|K4������f��.�*p�م���bL�<�l%�RԬ�`�c����=�����앴�P^#cD���2�a�/�, ^5�|X�xD>��#2�L�H�a���^����g�r�ܓ÷\WA�4�4U� L�h��#�����)A6�6�q��#ΎBӒ��8r��� 2�S��W�!���;�9Qa����8�����Xu�c�ۂ�3�^k��&��+a��c ��|�$+�d┘�P@�ˣ��A�ի@/�/-�aJ7L}��������� 8J�R����X#Q�����+@�v� ���wo��/����k/�}��j5eث��:0�G�B8~�~����n� �fFY�p�*�� �b���P��?W�'�Ub������6nP9�"qH�df(;�b�����*U�ugR8o��9��W8�_��y8�X��U�����AZ8Q�ѿ�>3���*�E!�y����ZW+󍴀x Z~���ϒ��CF.Ϥ��W\ ��`v���h��g��W�P�<�,SB�`+)���U����ˆq��kn��� ,��� ����œ�0z��û�d�Y���hi��@˦Y͈�Ѡ�V51��:�����R=�e�;��B���Ia_*�,_�g��ud�0�3�D���$9��`a��ڄ3I�6\�d��z���$T�+�3<��}��<�>l��;*�)�淩&��)������鏕����v̨�Y�Dj/��6�x:����\@�F���8��UϢs�X�g��)�@Q�*� o �@~� qۘg'^�PǗO#�c� �9<���߾H�0�K/��}��Ι�8�;���>�؇P���4Yz��^��j�uuD������f΂� �� �u�Ɂ�v Bq�u<�e�v"ۓo��X�3�S�@��BL&��A��7 �@XM�Y�8���B�DS��(0—n,h�2����"�eE$��o˜v�26s�EY���UEQ��K��,S�j| ��)B�X"g���L����B˴��c�WV�Z�u�9���oÉK#����1��s��,J]I���b�֝�>�T�l�A�-��o 9e��v@�#�@&'��=�bt�#:m��=ږ͞�7pu�M�bA,�s>���0�.�H �EfJ�����`C��� �E����$�O��@I�.���Ǜ��*&�/� 6�Xk# ��v��(2t���0o�� ���m(�V(O�ڛ�Nc��d���H�!RqY,�2+<̫�^�E} %Zq����c!��%�8�,�a��5�k�v�}�>9�i�)��RA�= )�6`S6� ��(-��'��s� ���K펩��E����ן u�C{'t��`�1���x��ާ���yƇ�b�xlDb�¨� ��*���ܷ[�r��jXV��vet�;��a*�SߕU��J'��4��N})�6�� [,���|ǭB����h��w���,&$���q�|v��� ��^f]& ��P%�����n�,����dihТ� j�\����� ��d��Ӓ���;Ww�v��mpWe����]9��D/�����G8)���p*a5���+�� �K�lYU���|u���*Ձ�q?�UkI�д]���<���a��*��i�"��)�<^b�i$�=�=�oY =�}S��z��{���O"�a�� �{�b�7�q�!Z)>��ŕg�j�- ԁ���5*Cǥ2��T�Đn3��t�R�o�,��>���{|E���! �՛|���#[|�]^EV����H�<ε�>K�$)kˣa��Uh'q7�P�q퍣j"��"�5�`L�q��l�0�t�n*��&�z��ϲ"�:�Xe�zb]7�/1T���Yi�g��e�i:L�+�+�3=��� J��G���q��7�� �N��ή��\�(�R���t�/TՓ%�&W��� ����t�g���ڧd�=�} �ݿ5?�{]�˃�29~ K�H�4�Y�0�.7�?�)_Ȍ�๐\��Ӫv�\�`_x�U2��8�Cf�$�����26�E�r%U� �Q��� �D�� yu�P�m� �U�9;a2�͢.���8M���G4�f�*��nD���y��y��SaB�������x2��_H�,B��f,�R�\����(;��� �ح�O�O�l�X�<30b�`��=ÒO��"� �,V����ˏl�k�M�)�!"ʣ�8�d�K3���G�>��Eؿ��K� TO����E�BOY�v��MT��{�Ǻ��8�����⠌`8��?��џ>�G���f0Ǯ��/��ƾ;Yw�n�n�H�u�Z�Z��@n�C�.���@DP�89� h�q�w'A���^�j�-k����\9�g���6P�KR`����aҫ��μ�hڹ(۠�<|�6kȋVx�f�lx����V{�o��vQ��֏fTD�'Z������5�h�o���Ο�~�� �� �2 S%��Oс+�u�������������5�i��X��^*mwJ��?�Qź,R�����^�Y�9�]N�,0�@$/�V�D���!�QC����e.�s�t&q�1�Qx3@u� �AT��(�K��U���+3�Uև�r�5� ��X��V^=D���bzg]�|4�]�zu9�&�f<2ٵ:c���@ ΄,k�Rļ=F�q����e�#z��XF[� }8L���I����]�2���ֽd����k,��&<�e5T:�R�eYr�M���Lr��!Ȃ���t.-�Bo��ŶpEV��d��v�KV�Řxu��� Òk�+МE:�R���vh��2�h�,Z��o`+�Gx0�d��Մ=7%���XK�1��s�Q�g��R�B~"�Ml�ѵf���a��7����� �6��n�w ?%���AB��f�����o��^��8�8������H����B�pə��:��֍z��d����/c&���sA��S�,�úW>��G��ɐò$���2������$�xO� ~������/�|���t�o#c�\+�A`gA�^;���~!�^��X��#�hC�a ���jo3>a0iغ��“2�1��U䀭Ut�'�haR����$�Βs-�J#|�áp��tX�R�ΰ+���������wz/����k)����V �B�R���wR��|���mOX�ir���Ft�K�a$�@H"���m�7P�,_�,1�;�,���m�~m�sl蹐��-�2l�a>�C� _�A/�;P����Te�$u�$����t cZm��x�k�+ P���co"���ߛ���(�7����%�B�,nӅ-���[ꃀU�,+��;��������r�}���_h.�.�_~�k�W����[<�uz���$N6�6?��9�$�n�|�͍l�I=���|��xɋ�"�}��%�U��1�nLY�a&��� 2t� ���H�ź�ٗ4�N��@e�l�k�ƣN ���ZYX�����ߏϦ����S��!#+CNg5��C��`#���Ւ� gMT'~np� �G��8~V}v׃�u9/*t_&��EQ�(���~Mj)��b ��TX%UY�\����[K��I�q�ϣ�_�7�E�Pܨ'��A�Lv�.G�A��s�]����1�H��gb¯Q�.� ����\�&����0R��1���U�b%1�r���Z�5��,�T�ѩ�<������K3���Qt���x��̾p�Ȃ'�: �Ce)�"a�Zi�2E�=��/$T�#�u>�Z!��Q� Fg�c�4z �RB�XV��ꈓ���:Pꪞ�&�W�IN��n��7|���`7��[�IN��Mr�7�ɏx�������G�I~:+IG\�,^��X5��0�khh����0L�ذ����S����:5e�Yi`��fق�D��D��&����l�uJ�n�*����ӝx���+�)��]��l���\h-+,?�l�R��Q[eIH}/��M2���D�36k~���PK�j��-�YPK��RCArtifacts/Informational/OTHER/VSP_vFW-98e029fc-1ba9_Information.txt�WAo�0>o���M,�I�jj�h� �JK��y�!�l'��s�PB�=M�ɼ���}��"���Z.��f� ��"�M|���|��^@I�]�� Vq ��*��Cq�$�� @��QF�A[���9]DŽ�2\ Q����;n��A��A��`g00H0�1V��b"�g�� ^����<5�o�@"�F�X�(?���� �y�[HT)҈�@F�����o�L����7X`���5"������c�L��u�G�s��εuPe [�d5Ҟe��s-i��ݥ r&�p���5ke������Z0ݭ���T���dz����� 5n9T�b�X6DC��ǧ[��̲� Di#t�H���L�Z���Z���I9��2�~���n|�݁I�W��r���~w���'����Ԧx��:<L)#�e1\|l\>�~���{}W�4��W�=~�h��|Z>-����]~���sw�[�-PPK��؝��PK��R'Artifacts/Deployment/HEAT/base_vfw.yaml�[�o��=�4T��^�JFi�&�a�eB贱�ν��{{v�(��;�{>ߗ�/N���1���������̞=:�����>o{g���k�'��$?\�9Rpp��a/.%<�>�Ϟ�:��蹒;�ʐ90�υ�4��8��<�b�gM��֞r7�3� /9t|6�����E`{.�h>�'Dp ?}�/�%ۀ�I�vs�����ܗ`�0���c3w�am�K�L�l��»� ����m��&�2�\J�[��z�d�ۦ'-GS�H� �X ��ux@��;��z��#CSv�l:l ��ǤG ��-mwq�7�k&8���@ �"�)mm�C���/��qg ��1��3�O�co�z�~;�Q�?�u�0�٠ޛ�}�� :�O��??���e��/�d�&=���1�)�f(��Ԟ�S��]�l�a᭸pQ@kX��f���ű��dR=� �,��n����j˅���ݐ��@ 6�K&�� ��UA=��/�f:�s]r&-�Q�Lrk���M>�K���/~9:��`*l_���H[zT~�q��6�^�}�:J摑�m�;ã �;c�}vF�w�Iw4��h�g� ��ym��k�^�V[.>�'r��6�A� ��a�iC���Ȟz�j,%��@?����3%y06�F ɏ�U�[y�Ʋ�a~� ��voqቆ|�`����CB\��$ ��!!�z_���\��Ҳg�+ ) ���pP&i�T�#w)�S�_z(��s]�!t�!C��%t}�cS�Ֆ/��~����A4��Z�g�ƍ!�^q�+w�`!�)GRލ���q��L�m� 1<��{�FA������<g ���sP�p�4�;�b0/n�#Nk��g�~^��sj�����w>2x/�J#�|+,F(��j��-�We<�L�����s�bWZ���}�Y9S;��"���f3��I��Y�ۢ��6�� �� S����]��-��(�����L$�����N%�w9�hF¥��2�;�,lJ7o�x�J��\ހ�ߊ9!�f�N�J,ߐ� u����>w�m����x48�� ID(����,�꛹��n�sX$�Ê�͞����� -8�4���Z�rމ1ב�`ӔA�4 ���s0RK��Fl�m�#ϝ�]�T� DYT��J�y��*�Ϳ~��j,c8q�j��4Tc��Q��+�T��y�Dg�8F{����g���Z���#�~�]�x-Zbn-�Y��J)v��'��#|�%,X|6eܚz���5nՙv~��BL��w����h�ғ��ɵ��4���t-y�75�� �� i�.�[[���Pco�Z<��섫�q�B��)�e�TD4�Ɖ�t�}=G�7AO�h"����R�[Ek�m�ӰQ����h��Ҟ3���q�ْǼ����j`tQ���&=����L4�?-�p�u��Y��^g��F�'���m�a����F�ۨ�wl�]�Eo"���™��U��gD�I���KQ�� <��E�<��O@���}�)���Z/,���:��| [n�W���֦ڱ�m�ޏκ�Vm�S{t�� Ŕ�>��*�[6��$[�q�M=�v{���;6}���t�3�.�e�z��rD��,^�[�v�|��P�8Ad�,�A�B��n�����"IT�$�]�b�)�����R����ꫝPV�gN�I���ߝ|��X���n�ԗIQM> � �P.\樨e.8�T+�m<�h��y�]��S4e�I���:o��?�*�P��K�-��X �3ڈ�'W8A,�j��3?"�C��35�H �*x�>�B]�ƙ�N����u�">��t����Gܳ® ��j(���6��S���8j�A>=��y\NO�o'p��v��g]��� ߾}�1Qr�s�X�F0NZ��}W�uȭR}8D��dQ6��^Gu��DŽ�n�S{X�-m�;YB�;d0~�1�T7�`n1o� �����E]� ����wZE�=% S)�X��K��,'���)Jݠh��1�)_�{k1U������A�M�5���N]�'r���_��sf�sk�7�s�\��l����O�Rҧ�^٭� %gl[qu V��"�,�9��F��ٱʴ֔�ZV�]fYvr��5���Y���tr8�VJ�H�C3��rhf��M2��p�s�r�煈7�{a�3� LY����H���{��j| h��a����x$7��b��6Фpv�R��Ժ��� .��p&8�/:��E(t�O��)��� C|��eK��F��҃cc8�$��r$My-��hPGDŀa!�i�+�-�YX3]!l>Pd�u��WB=� ���E!Ty��–Q.��7�/Yd#Y!h"vd����� ��1)�Ld8��.�T3������Bp�����q B���Pc��ﶟ"����s�3������p�z09�/_^҅� ��pp���KO/�;�w8 8>�۩�0�w�q���*kEoʜ�v������� �V�)N������xq�E�v�Iᣉ�W=�1;ſ��c~��?^������f%�5��YM*�B�}A�1SS`eͣFЖ���FJ�2��S��u��͖�&ۏ��䰻[7�������T�b�m�X�ܟ��7��te��O�v���O�⠴�n��*��\�8�ˢ�'_�}��#;D���U!k�/����~���2��#�~s���"����}9�p�lը}��<�eI�S�8������yl���Pԅ2U���Y2?Դ��CM�մ�W �ް���OU��([֪w�ͥ,&<��e��/�+�[VeJ�?a k�e�!�u�6���6����6���W�Vzqm��V���b}�;�djD��*u\+�֗׊���\���;�� ��Pق����ts�r�i�J�m�`E��g �%&7ۥ��!w���������MT��=��/�t'�}պ"�flz6�<dȌHIbsK�(s�$��C��_uaL������khz ���⧫�2���+g����B7��L�U�g;����Ԥ7��̔Ct!���XXp��R���m��K� �Ƨ��ϯh~Fs�M7�D�%��z\gվ��o|&�����?O�)�΀�Hd�1�xf?Ǚ�W�����˵���[i��,��n�3 �?�� �=dV�ReL�,*�S��"�?���dƳ89�K��y~��r��u�D=��r^��|f�ҥD�PK��U 7PK��R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xml��n�0E�Ȟ�S"�'^w�n���D�^�d#��R�]8�����^^�G�=�������Xo^���ݼ�cG��v=�躦���3��;�n��&�l}H �7�HƉ�L��`Ib����+�3限��L��/�㩔��),�8i��a�$ϡ����a���۱kl�?黮>�.ӹ]�D��Ʉp�=Q����.�y\�����|�{sf���,=����g[0 ��V� 󔁮TX��p���(�D#!� %@LJV�4�̃��������l��ݓ��ܪǭ|P���F'j'7��Ů�v_���H��I�o 9��~���K�ᥫ=9@��Mٷ՘�9�-�v��S_��j��ݩ�� �%�ÄDS�M>R�7���j2�n:��+ѕ�a�0#� NXB���������L`���_�8���K��D����+�#����7��c�*�Y$ʕ�}'�(�2bD�?��贉N����y�.�G�gP���F1�H�J�I�ti<�O-V���>"�T*Ҹs��� ��NM@?��5�/3��/#��J�xW(<~�W 짪N�"$N%�F8O/�� � SU��@�����c�������$�����&хrBC`e�E�2>n�^ޫ�PKs ཉjPK��R�R�B4E csar.metaPK��R�����kTOSCA-Metadata/TOSCA.metaPK��R�>Ֆ� �1CDefinitions/resource-Vfw98e029fc1ba9-template.ymlPK��R�_4�9F�;L"Definitions/resource-Vfw98e029fc1ba9-template-interface.ymlPK��R�u�d�cD�9Definitions/resource-Vfw98e029fc1ba9ComputeNodesHeatVsn-template.ymlPK��R2�)���k=<Definitions/resource-Vfw98e029fc1ba9NodesVpgcvfc-template.ymlPK��R�ྤ� ��GLKDefinitions/resource-Vfw98e029fc1ba9NodesVpgcvfc-template-interface.ymlPK��R���ީcD�UDefinitions/resource-Vfw98e029fc1ba9ComputeNodesHeatVpg-template.ymlPK��RG����,�WDefinitions/resource-Novaserver-template.ymlPK��R���k�,]Definitions/resource-Globalport-template.ymlPK��RO����j=�aDefinitions/resource-Vfw98e029fc1ba9NodesVsncvfc-template.ymlPK��Rh;�E� f�G qDefinitions/resource-Vfw98e029fc1ba9NodesVsncvfc-template-interface.ymlPK��R;\ "Q�)@{Definitions/resource-Network-template.ymlPK��R����\-�}Definitions/resource-Neutronport-template.ymlPK��R�|��N� .��Definitions/resource-Extneutroncp-template.ymlPK��RT���� )I�Definitions/resource-Compute-template.ymlPK��R���<K/C�Definitions/resource-Globalcompute-template.ymlPK��R3��Pl� ,܏Definitions/resource-Neutronnet-template.ymlPK��R�vFS[e&��Definitions/resource-Port-template.ymlPK��R;�3gw��=Q�Definitions/resource-Vfw98e029fc1ba9NodesVfwcvfc-template.ymlPK��R��� �G3�Definitions/resource-Vfw98e029fc1ba9NodesVfwcvfc-template-interface.ymlPK��RXl��cD*�Definitions/resource-Vfw98e029fc1ba9ComputeNodesHeatVfw-template.ymlPK��R�gH�(E�Definitions/resource-Extcp2-template.ymlPK��R��J���/��Definitions/resource-Globalnetwork-template.ymlPK��R+�@j5����Definitions/data.ymlPK��R�'}8N�Definitions/groups.ymlPK��R0?��@ @�Definitions/policies.ymlPK��R���C&�Definitions/annotations.ymlPK��R�����Definitions/relationships.ymlPK��R 2ea�  Definitions/artifacts.ymlPK��R�H�v~(ZDefinitions/capabilities.ymlPK��R8��Definitions/interfaces.ymlPK��R�j��-�YDefinitions/nodes.ymlPK��R��؝��CZLArtifacts/Informational/OTHER/VSP_vFW-98e029fc-1ba9_Information.txtPK��R��ȕ �O'}OArtifacts/Deployment/HEAT/base_vfw.yamlPK��R��U 7<g[Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPK��Rs ཉj4�]Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPK%%! �` 2021-05-27T03:40:01.199Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|DEBUG|500||=======================response end================================================= 2021-05-27T03:40:01.203Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/a2f27f11-d5ec-40fe-8d7c-ecbbe9e97ecd/toscaModel|INFO|500||InvokeReturn 2021-05-27T03:40:01.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-05-27T03:40:01.209Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||VF Category is: Generic 2021-05-27T03:40:01.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||VFCustomizationUUID= ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f 2021-05-27T03:40:01.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f matches Tosca VF Customization UUID: ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f 2021-05-27T03:40:01.210Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||vfCustomizationUUID: ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f 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-05-27T03:40:01.216Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.217Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:40:01.220Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||resource request for resource customization id ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f: {\"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-05-27T03:40:01.220Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2855136d 2021-05-27T03:40:01.220Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.220Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T03:40:01.221Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44ef05d2-2c95-4bdb-a076-b2c7f84bb55b 2021-05-27T03:40:01.222Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44ef05d2-2c95-4bdb-a076-b2c7f84bb55b 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_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-27T03:40:01.229Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.229Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:40:01.230Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:40:01.230Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.231Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:40:01.231Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:40:01.231Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.232Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria 2021-05-27T03:40:01.232Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T03:40:01.232Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T03:40:01.232Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-27T03:40:01.232Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-27T03:40:01.233Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-27T03:40:01.233Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-27T03:40:01.233Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-27T03:40:01.233Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-27T03:40:01.234Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-27T03:40:01.234Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-27T03:40:01.234Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T03:40:01.234Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=46320a86-9559-462b-aa46-27c9f811a124 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-05-27T03:40:01.249Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.249Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:40:01.249Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:40:01.250Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.250Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria 2021-05-27T03:40:01.250Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T03:40:01.250Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T03:40:01.250Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-27T03:40:01.250Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-27T03:40:01.250Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-27T03:40:01.251Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T03:40:01.251Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-27T03:40:01.251Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-27T03:40:01.251Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-27T03:40:01.251Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-27T03:40:01.251Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-27T03:40:01.251Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T03:40:01.252Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ab362de-581f-4682-8ec7-25be5bbda5e4 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-05-27T03:40:01.277Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.278Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:40:01.278Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:40:01.280Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.280Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is not matching search criteria 2021-05-27T03:40:01.281Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-27T03:40:01.281Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-27T03:40:01.281Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-27T03:40:01.281Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-27T03:40:01.281Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-27T03:40:01.281Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-27T03:40:01.281Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-27T03:40:01.282Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-27T03:40:01.282Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-27T03:40:01.282Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-27T03:40:01.282Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-27T03:40:01.282Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-27T03:40:01.282Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ffd0a2be-aefa-4e3b-bb0d-533c11968054 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-05-27T03:40:01.289Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.289Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:40:01.289Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:40:01.290Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.290Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Node template vFW 98e029fc-1ba9 0 is matching search criteria 2021-05-27T03:40:01.290Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found topology templates [vFW 98e029fc-1ba9 0] matching following query criteria: sdcType=VF, customizationUUID=ac8cdd86-36b1-4aa7-a5c7-93bf5d486f7f 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-05-27T03:40:01.293Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.293Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:40:01.293Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9878881a-1a73-4edf-8ded-33853b1ff54a: vFW 98e029fc-1ba9 2021-05-27T03:40:01.293Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.294Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:40:01.294Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.294Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:40:01.294Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.295Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:40:01.295Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.295Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:40:01.295Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:40:01.296Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Service vFW 2021-05-27 03-35-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:40:01.296Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||Saving Service: vFW 2021-05-27 03-35-48 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_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_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, ORCH_TEMPLATE_ARTIFACT_TYPE, 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-05-27T03:40:01.556Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 98e029fc-1ba9 12daa4fd-5621-421b-94c4-c55b3bb0bcf2 1 ASDC deployResourceStructure 2021-05-27T03:40:01.557Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json ASDC sendASDCNotification 2021-05-27T03:40:01.557Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json 2021-05-27T03:40:01.557Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T03:40:01.557Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:40:01.559Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:40:01.559Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086801557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "DEPLOY_OK" } 2021-05-27T03:40:01.659Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:40:01.660Z||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-05-27T03:40:01.661Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:40:01.671Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:40:01.672Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:40:02.560Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-27T03:40:02.560Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml 2021-05-27T03:40:02.560Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T03:40:02.561Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:40:02.562Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:40:02.562Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086802560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-27T03:40:02.663Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:40:02.663Z||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-05-27T03:40:02.663Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:40:02.675Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:40:02.675Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:40:03.563Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-27T03:40:03.563Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env 2021-05-27T03:40:03.564Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T03:40:03.564Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:40:03.566Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:40:03.566Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086803563, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-27T03:40:03.666Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:40:03.667Z||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-05-27T03:40:03.667Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:40:03.678Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:40:03.678Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:40:04.567Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar ASDC sendASDCNotification 2021-05-27T03:40:04.567Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar 2021-05-27T03:40:04.567Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T03:40:04.567Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:40:04.569Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:40:04.569Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086804566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:40:04.669Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:40:04.670Z||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-05-27T03:40:04.670Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:40:04.682Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:40:04.683Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:40:05.570Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:40:05.588Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:40:05.593Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T03:40:05.593Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T03:40:05.593Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T03:40:05.593Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T03:40:05.593Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:40:05.593Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:40:05.593Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:40:05.593Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:40:05.594Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:40:05.594Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:40:05.594Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T03:40:05.599Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T03:40:24.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:40:35.600Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c073902-9090-4376-9f2c-94f3a0d800cc 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-05-27T03:40:35.606Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c073902-9090-4376-9f2c-94f3a0d800cc and serviceModelVersionId: 9878881a-1a73-4edf-8ded-33853b1ff54a 2021-05-27T03:40:35.607Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec 2021-05-27T03:40:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:40:39.913Z||pool-3-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-05-27T03:40:39.914Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:40:40.034Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:40:40.035Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:40:40.035Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:40:40.036Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:40:42.165Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec/model-vers/model-ver/9878881a-1a73-4edf-8ded-33853b1ff54a?depth=0 2021-05-27T03:40:42.279Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T03:40:42.710Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec/model-vers/model-ver/9878881a-1a73-4edf-8ded-33853b1ff54a?depth=0|INFO|500||Invoke 2021-05-27T03:40:42.713Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec/model-vers/model-ver/9878881a-1a73-4edf-8ded-33853b1ff54a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec/model-vers/model-ver/9878881a-1a73-4edf-8ded-33853b1ff54a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c073902-9090-4376-9f2c-94f3a0d800cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c312980f-ca10-4748-95b0-719e4d0c628a], X-ECOMP-RequestID=[4c073902-9090-4376-9f2c-94f3a0d800cc], X-TransactionId=[], X-ONAP-RequestID=[4c073902-9090-4376-9f2c-94f3a0d800cc], Content-Type=[application/merge-patch+json]} 2021-05-27T03:40:42.757Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec/model-vers/model-ver/9878881a-1a73-4edf-8ded-33853b1ff54a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T03:40:43.112Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec/model-vers/model-ver/9878881a-1a73-4edf-8ded-33853b1ff54a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec/model-vers/model-ver/9878881a-1a73-4edf-8ded-33853b1ff54a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210527-03:40:42:763-74863], vertex-id=[352504], Content-Length=[0], Date=[Thu, 27 May 2021 03:40:42 GMT], Content-Type=[application/json]} 2021-05-27T03:40:43.113Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec/model-vers/model-ver/9878881a-1a73-4edf-8ded-33853b1ff54a?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-27T03:40:43.113Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/70d1f812-8a8d-4e79-ad7d-1cec1d79a7ec/model-vers/model-ver/9878881a-1a73-4edf-8ded-33853b1ff54a?depth=0|INFO|500||InvokeReturn 2021-05-27T03:40:43.115Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T03:40:43.115Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T03:40:43.189Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) 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-05-27T03:40:43.197Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c073902-9090-4376-9f2c-94f3a0d800cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T03:40:43.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T03:40:43.198Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:40:43.199Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:40:43.200Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086843197, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T03:40:43.300Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:40:43.300Z||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-05-27T03:40:43.301Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:40:43.310Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:40:43.310Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 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-05-27T03:40:44.211Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:40:44.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T03:40:44.212Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:40:53.748Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:41:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T03:41:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:41:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T03:41:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:41:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:41:39.913Z||pool-3-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-05-27T03:41:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:41:39.992Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:41:39.993Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:39.993Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "NOTIFIED" } 2021-05-27T03:41:39.996Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:41:39.996Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:39.996Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-27T03:41:39.996Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:41:39.996Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:39.996Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:41:39.997Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:41:39.997Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:39.997Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-27T03:41:39.997Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:41:39.998Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:39.998Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:41:39.998Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:41:39.998Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:39.998Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086779910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:41:39.998Z||pool-3-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-27T03:41:39.998Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:39.999Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086789000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:41:39.999Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:41:39.999Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:39.999Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086794938, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T03:41:39.999Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:41:39.999Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:40.000Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086797103, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T03:41:40.000Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:41:40.000Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:40.000Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086798757, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:41:40.000Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:41:40.001Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:40.001Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086801557, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/vfw98e029fc1ba90_modules.json", "status": "DEPLOY_OK" } 2021-05-27T03:41:40.001Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:41:40.001Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:40.001Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086802560, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-27T03:41:40.002Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:41:40.002Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:40.002Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086803563, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/resourceInstances/vfw98e029fc1ba90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-27T03:41:40.002Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:41:40.002Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:41:40.002Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086804566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210527033548/1.0/artifacts/service-Vfw20210527033548-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:41:40.003Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:41:49.453Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:41:54.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T03:42:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T03:42:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:42:39.912Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T03:42:39.912Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:42:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:42:39.913Z||pool-3-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-05-27T03:42:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:42:40.433Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:42:40.433Z||pool-3-thread-8|||||DEBUG|500||received message from topic 2021-05-27T03:42:40.433Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c073902-9090-4376-9f2c-94f3a0d800cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622086843197, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T03:42:40.435Z||pool-3-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:42:49.455Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:43:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:43:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:43:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T03:43:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:43:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:43:39.914Z||pool-3-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-05-27T03:43:39.914Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:43:49.457Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:43:49.508Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:44:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T03:44:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:44:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T03:44:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:44:39.913Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:44:39.913Z||pool-3-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-05-27T03:44:39.913Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:44:49.525Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:44:49.527Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:44:54.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T03:45:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:45:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:45:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T03:45:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:45:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:45:39.913Z||pool-3-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-05-27T03:45:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:45:49.458Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:45:49.509Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:46:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T03:46:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:46:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T03:46:39.912Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:46:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:46:39.913Z||pool-3-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-05-27T03:46:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:46:49.454Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:46:49.457Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:47:09.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:47:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:47:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T03:47:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:47:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:47:39.913Z||pool-3-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-05-27T03:47:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:47:49.455Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:47:49.455Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:48:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T03:48:39.910Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:48:39.911Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:48:39.911Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:48:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:48:39.913Z||pool-3-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-05-27T03:48:39.913Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:48:49.609Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:48:49.611Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:49:39.910Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:49:39.911Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:49:39.911Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:49:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:49:39.913Z||pool-3-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-05-27T03:49:39.914Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:49:40.533Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:49:40.533Z||pool-3-thread-3|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.534Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab83ea50-2001-40e8-900d-f6eee3b3bc10","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9fd81678-6020-4f14-9373-4859c5246bd5","serviceDescription":"service","serviceInvariantUUID":"da53c729-84fd-4c86-a0c3-3e90c235e7ee","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8e8ac7b6-003f-4ae9-91f8-46628987a8db","resourceInvariantUUID":"44eea392-6f55-4872-a74c-6cdad71a21fd","resourceCustomizationUUID":"9d7c2e5e-d3a9-41e0-9ac9-ef8ff2c8798c","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NDNhOWE4ZDQwOTE1ODk5NDg5YzA0YjdjMmVlZjg4M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1602a89c-4d44-45bd-864f-73837b6f96a1","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2I4ODQ3ZWJmYmQ2ZTQzNDhlN2Y1MWE3NTE0M2E4Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa85f748-2030-4c89-b2de-59916b2bc1dd","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T03:49:40.537Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:49:40.537Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:49:40.540Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:49:40.540Z||pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087379910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.543Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:49:40.587Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.587Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "clamp", "timestamp": 1622087325201, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.588Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.588Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.588Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "multicloud-windriver-id", "timestamp": 1622087331056, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.589Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.589Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.589Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "cds", "timestamp": 1622087331043, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.589Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.589Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.589Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087323713, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.589Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.589Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "multicloud-k8s-id", "timestamp": 1622087324608, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "aai-ml", "timestamp": 1622087332894, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "cds", "timestamp": 1622087331043, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087323713, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:49:40.590Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "multicloud-windriver-id", "timestamp": 1622087331056, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "clamp", "timestamp": 1622087325201, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "multicloud-k8s-id", "timestamp": 1622087324608, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.591Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "aai-ml", "timestamp": 1622087332894, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:49:40.592Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.592Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.592Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "policy-id", "timestamp": 1622087336103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.592Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.592Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.592Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "policy-id", "timestamp": 1622087336103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:49:40.592Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.592Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.592Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "cds", "timestamp": 1622087338319, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:49:40.592Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:49:40.593Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.593Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "aai-ml", "timestamp": 1622087338327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:49:40.593Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:49:40.593Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.593Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "cds", "timestamp": 1622087339328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-27T03:49:40.640Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:49:40.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-05-27T03:49:40.641Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:49:40.651Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:49:40.652Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:49:40.680Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab83ea50-2001-40e8-900d-f6eee3b3bc10 2021-05-27T03:49:40.681Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab83ea50-2001-40e8-900d-f6eee3b3bc10 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-05-27T03:49:40.734Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.734Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "policy-id", "timestamp": 1622087340017, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:49:40.735Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:49:40.735Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.735Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "policy-id", "timestamp": 1622087341020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:49:40.735Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:49:40.735Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.735Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "aai-ml", "timestamp": 1622087341882, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:49:40.735Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:49:40.735Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.736Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "dcae-sch", "timestamp": 1622087341177, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.736Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.736Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.736Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "policy-id", "timestamp": 1622087342023, "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-05-27T03:49:40.741Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab83ea50-2001-40e8-900d-f6eee3b3bc10 2021-05-27T03:49:40.741Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab83ea50-2001-40e8-900d-f6eee3b3bc10 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-05-27T03:49:40.749Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.749Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "dcae-sch", "timestamp": 1622087341177, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.749Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.749Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.750Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "aai-ml", "timestamp": 1622087342887, "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-05-27T03:49:40.753Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab83ea50-2001-40e8-900d-f6eee3b3bc10 2021-05-27T03:49:40.753Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab83ea50-2001-40e8-900d-f6eee3b3bc10 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-05-27T03:49:40.760Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.760Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "clamp", "timestamp": 1622087343268, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:49:40.760Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:49:40.760Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.760Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "clamp", "timestamp": 1622087344356, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:49:40.761Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:49:40.761Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.761Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "clamp", "timestamp": 1622087345359, "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-05-27T03:49:40.765Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab83ea50-2001-40e8-900d-f6eee3b3bc10 2021-05-27T03:49:40.765Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab83ea50-2001-40e8-900d-f6eee3b3bc10 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-05-27T03:49:40.771Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.771Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087349558, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:49:40.771Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.771Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.771Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087349558, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:49:40.771Z||pool-3-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-27T03:49:40.771Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.771Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087353064, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:49:40.771Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:49:40.772Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.772Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087354516, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:49:40.772Z||pool-3-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:49:40.772Z||pool-3-thread-7|||||DEBUG|500||received message from topic 2021-05-27T03:49:40.772Z||pool-3-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087355519, "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-05-27T03:49:40.777Z||pool-3-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab83ea50-2001-40e8-900d-f6eee3b3bc10 2021-05-27T03:49:40.777Z||pool-3-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab83ea50-2001-40e8-900d-f6eee3b3bc10 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-05-27T03:49:41.541Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:49:41.541Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:49:41.543Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:49:41.543Z||pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087379910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:49:41.643Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:49:41.644Z||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-05-27T03:49:41.644Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:49:41.653Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:49:41.653Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:49:42.544Z||pool-3-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "9fd81678-6020-4f14-9373-4859c5246bd5", "serviceDescription": "service", "serviceInvariantUUID": "da53c729-84fd-4c86-a0c3-3e90c235e7ee", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9d7c2e5e-d3a9-41e0-9ac9-ef8ff2c8798c", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8e8ac7b6-003f-4ae9-91f8-46628987a8db", "resourceInvariantUUID": "44eea392-6f55-4872-a74c-6cdad71a21fd", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "Y2I4ODQ3ZWJmYmQ2ZTQzNDhlN2Y1MWE3NTE0M2E4Mzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aa85f748-2030-4c89-b2de-59916b2bc1dd" } ], "workloadContext": "Production" } 2021-05-27T03:49:42.545Z||pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T03:49:42.545Z||pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9fd81678-6020-4f14-9373-4859c5246bd5 ASDC 2021-05-27T03:49:42.545Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:ab83ea50-2001-40e8-900d-f6eee3b3bc10 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:9fd81678-6020-4f14-9373-4859c5246bd5 ServiceInvariantUUID:da53c729-84fd-4c86-a0c3-3e90c235e7ee ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:aa85f748-2030-4c89-b2de-59916b2bc1dd ArtifactChecksum:Y2I4ODQ3ZWJmYmQ2ZTQzNDhlN2Y1MWE3NTE0M2E4Mzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9d7c2e5e-d3a9-41e0-9ac9-ef8ff2c8798c ResourceInvariantUUID:44eea392-6f55-4872-a74c-6cdad71a21fd ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8e8ac7b6-003f-4ae9-91f8-46628987a8db ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-27T03:49:42.545Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9fd81678-6020-4f14-9373-4859c5246bd5 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-05-27T03:49:42.601Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T03:49:42.603Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-05-27T03:49:42.604Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-05-27T03:49:42.604Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: aa85f748-2030-4c89-b2de-59916b2bc1dd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-27T03:49:42.604Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-05-27T03:49:42.604Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-27T03:49:43.608Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-27T03:49:43.610Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar aa85f748-2030-4c89-b2de-59916b2bc1dd 47928 2021-05-27T03:49:43.610Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-27T03:49:43.611Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-27T03:49:43.611Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:49:43.611Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:49:43.613Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:49:43.613Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087383610, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:49:43.714Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:49:43.715Z||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-05-27T03:49:43.715Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:49:43.781Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:49:43.781Z||pool-22-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:49:44.614Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T03:49:44.615Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-05-27T03:49:44.616Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: aa85f748-2030-4c89-b2de-59916b2bc1dd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:44.616Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-27T03:49:44.616Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:44.617Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:44.787Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6254537805975908301/Definitions/service-BasicNetwork-template.yml 2021-05-27T03:49:45.220Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T03:49:45.220Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-05-27T03:49:45.220Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:45.221Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-27T03:49:45.221Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:45.221Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:45.221Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:45.221Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:45.221Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:45.221Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:45.221Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:45.222Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-27T03:49:45.222Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-05-27T03:49:45.222Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.222Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.222Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-27T03:49:45.223Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-27T03:49:45.223Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T03:49:45.223Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.224Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.224Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-27T03:49:45.224Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-27T03:49:45.224Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T03:49:45.225Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.225Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.225Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.225Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.226Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.226Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.226Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.226Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.226Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.226Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.227Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:9fd81678-6020-4f14-9373-4859c5246bd5 Model Version:NULL Model InvariantUuid:da53c729-84fd-4c86-a0c3-3e90c235e7ee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:44eea392-6f55-4872-a74c-6cdad71a21fd Model UUID:cf7c8768-b92c-497a-9410-cd2403f21bc7 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9d7c2e5e-d3a9-41e0-9ac9-ef8ff2c8798c Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-05-27T03:49:45.232Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 8e8ac7b6-003f-4ae9-91f8-46628987a8db 2021-05-27T03:49:45.232Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||No resources found for Service: 9fd81678-6020-4f14-9373-4859c5246bd5 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-05-27T03:49:45.235Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500|| 2021-05-27T03:49:45.236Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-27T03:49:45.236Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||No resources found for Service: 9fd81678-6020-4f14-9373-4859c5246bd5 2021-05-27T03:49:45.236Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: 9fd81678-6020-4f14-9373-4859c5246bd5 2021-05-27T03:49:45.236Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-27T03:49:45.237Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T03:49:45.241Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.242Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.242Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.242Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.242Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9fd81678-6020-4f14-9373-4859c5246bd5: Generic NeutronNet 2021-05-27T03:49:45.242Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.242Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.242Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.242Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TEM1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as NETWORK_2_55_, tempnetwor0_.AIC_VERSION_MAX as AIC_VERS3_55_, tempnetwor0_.AIC_VERSION_MIN as AIC_VERS4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_37_, networkres0_.CREATION_TIMESTAMP as CREATION2_37_, networkres0_.MODEL_INSTANCE_NAME as MODEL_IN3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_37_, networkres0_.NETWORK_ROLE as NETWORK_4_37_, networkres0_.NETWORK_SCOPE as NETWORK_5_37_, networkres0_.NETWORK_TECHNOLOGY as NETWORK_6_37_, networkres0_.NETWORK_TYPE as NETWORK_7_37_, networkres0_.RESOURCE_INPUT as RESOURCE8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as MODEL_UU1_36_, networkres0_.AIC_VERSION_MAX as AIC_VERS2_36_, networkres0_.AIC_VERSION_MIN as AIC_VERS3_36_, networkres0_.RESOURCE_CATEGORY as RESOURCE4_36_, networkres0_.CREATION_TIMESTAMP as CREATION5_36_, networkres0_.DESCRIPTION as DESCRIPT6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_, networkres0_.MODEL_INVARIANT_UUID as MODEL_IN7_36_, networkres0_.MODEL_NAME as MODEL_NA8_36_, networkres0_.MODEL_VERSION as MODEL_VE9_36_, networkres0_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_, networkres0_.ORCHESTRATION_MODE as ORCHEST11_36_, networkres0_.RESOURCE_SUB_CATEGORY as RESOURC12_36_, networkres0_.TOSCA_NODE_TYPE as TOSCA_N13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-05-27T03:49:45.298Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.299Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.299Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.299Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.299Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:49:45.299Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:49:45.300Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_3_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_3_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_3_, service0_.SERVICE_CATEGORY as SERVICE_4_49_3_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_3_, service0_.CREATION_TIMESTAMP as CREATION6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, service0_.DESCRIPTION as DESCRIPT7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_3_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_3_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_3_, service0_.MODEL_NAME as MODEL_N11_49_3_, service0_.MODEL_VERSION as MODEL_V12_49_3_, service0_.NAMING_POLICY as NAMING_13_49_3_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_3_, service0_.RESOURCE_ORDER as RESOURC15_49_3_, service0_.SERVICE_FUNCTION as SERVICE16_49_3_, service0_.SERVICE_ROLE as SERVICE17_49_3_, service0_.SERVICE_TYPE as SERVICE18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_3_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as SERVICE_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as RESOURCE2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_7_0_, allottedre2_.AR_MODEL_UUID as AR_MODE15_7_0_, allottedre2_.CREATION_TIMESTAMP as CREATION2_7_0_, allottedre2_.MAX_INSTANCES as MAX_INST3_7_0_, allottedre2_.MIN_INSTANCES as MIN_INST4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as MODEL_IN5_7_0_, allottedre2_.NF_FUNCTION as NF_FUNCT6_7_0_, allottedre2_.NF_NAMING_CODE as NF_NAMIN7_7_0_, allottedre2_.NF_ROLE as NF_ROLE8_7_0_, allottedre2_.NF_TYPE as NF_TYPE9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as PROVIDI10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as PROVIDI11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as PROVIDI12_7_0_, allottedre2_.RESOURCE_INPUT as RESOURC13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as TARGET_14_7_0_, allottedre3_.MODEL_UUID as MODEL_UU1_6_1_, allottedre3_.CREATION_TIMESTAMP as CREATION2_6_1_, allottedre3_.DESCRIPTION as DESCRIPT3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as MODEL_IN4_6_1_, allottedre3_.MODEL_NAME as MODEL_NA5_6_1_, allottedre3_.MODEL_VERSION as MODEL_VE6_6_1_, allottedre3_.SUBCATEGORY as SUBCATEG7_6_1_, allottedre3_.TOSCA_NODE_TYPE as TOSCA_NO8_6_1_, toscacsar4_.ARTIFACT_UUID as ARTIFACT1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as ARTIFACT2_56_2_, toscacsar4_.CREATION_TIMESTAMP as CREATION3_56_2_, toscacsar4_.DESCRIPTION as DESCRIPT4_56_2_, toscacsar4_.NAME as NAME5_56_2_, toscacsar4_.URL as URL6_56_2_, toscacsar4_.Version as Version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_1_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_1_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_1_, toscacsar0_.NAME as NAME5_56_1_, toscacsar0_.URL as URL6_56_1_, toscacsar0_.Version as Version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_3_, services1_.MODEL_UUID as MODEL_UU1_49_0_, services1_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_0_, services1_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_0_, services1_.SERVICE_CATEGORY as SERVICE_4_49_0_, services1_.CONTROLLER_ACTOR as CONTROLL5_49_0_, services1_.CREATION_TIMESTAMP as CREATION6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_0_, services1_.DESCRIPTION as DESCRIPT7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_0_, services1_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_0_, services1_.MODEL_INVARIANT_UUID as MODEL_I10_49_0_, services1_.MODEL_NAME as MODEL_N11_49_0_, services1_.MODEL_VERSION as MODEL_V12_49_0_, services1_.NAMING_POLICY as NAMING_13_49_0_, services1_.ONAP_GENERATED_NAMING as ONAP_GE14_49_0_, services1_.RESOURCE_ORDER as RESOURC15_49_0_, services1_.SERVICE_FUNCTION as SERVICE16_49_0_, services1_.SERVICE_ROLE as SERVICE17_49_0_, services1_.SERVICE_TYPE as SERVICE18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_0_, services1_.WORKLOAD_CONTEXT as WORKLOA20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_37_3_, networkres0_.CREATION_TIMESTAMP as CREATION2_37_3_, networkres0_.MODEL_INSTANCE_NAME as MODEL_IN3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_37_3_, networkres0_.NETWORK_ROLE as NETWORK_4_37_3_, networkres0_.NETWORK_SCOPE as NETWORK_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as NETWORK_6_37_3_, networkres0_.NETWORK_TYPE as NETWORK_7_37_3_, networkres0_.RESOURCE_INPUT as RESOURCE8_37_3_, networkres1_.MODEL_UUID as MODEL_UU1_36_0_, networkres1_.AIC_VERSION_MAX as AIC_VERS2_36_0_, networkres1_.AIC_VERSION_MIN as AIC_VERS3_36_0_, networkres1_.RESOURCE_CATEGORY as RESOURCE4_36_0_, networkres1_.CREATION_TIMESTAMP as CREATION5_36_0_, networkres1_.DESCRIPTION as DESCRIPT6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_0_, networkres1_.MODEL_INVARIANT_UUID as MODEL_IN7_36_0_, networkres1_.MODEL_NAME as MODEL_NA8_36_0_, networkres1_.MODEL_VERSION as MODEL_VE9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_0_, networkres1_.ORCHESTRATION_MODE as ORCHEST11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as RESOURC12_36_0_, networkres1_.TOSCA_NODE_TYPE as TOSCA_N13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_1_, collection2_.CREATION_TIMESTAMP as CREATION2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as INSTANCE8_14_1_, collection2_.MODEL_INSTANCE_NAME as MODEL_IN3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as CRC_MOD10_14_1_, collection2_.NETWORK_ROLE as NETWORK_4_14_1_, collection2_.NETWORK_SCOPE as NETWORK_5_14_1_, collection2_.NETWORK_TECHNOLOGY as NETWORK_6_14_1_, collection2_.NETWORK_TYPE as NETWORK_7_14_1_, heattempla3_.ARTIFACT_UUID as ARTIFACT1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as ARTIFACT2_28_2_, heattempla3_.CREATION_TIMESTAMP as CREATION3_28_2_, heattempla3_.DESCRIPTION as DESCRIPT4_28_2_, heattempla3_.BODY as BODY5_28_2_, heattempla3_.NAME as NAME6_28_2_, heattempla3_.TIMEOUT_MINUTES as TIMEOUT_7_28_2_, heattempla3_.VERSION as VERSION8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as MODEL_UU1_36_4_, networkres0_.AIC_VERSION_MAX as AIC_VERS2_36_4_, networkres0_.AIC_VERSION_MIN as AIC_VERS3_36_4_, networkres0_.RESOURCE_CATEGORY as RESOURCE4_36_4_, networkres0_.CREATION_TIMESTAMP as CREATION5_36_4_, networkres0_.DESCRIPTION as DESCRIPT6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as HEAT_TE14_36_4_, networkres0_.MODEL_INVARIANT_UUID as MODEL_IN7_36_4_, networkres0_.MODEL_NAME as MODEL_NA8_36_4_, networkres0_.MODEL_VERSION as MODEL_VE9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as NEUTRON10_36_4_, networkres0_.ORCHESTRATION_MODE as ORCHEST11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as RESOURC12_36_4_, networkres0_.TOSCA_NODE_TYPE as TOSCA_N13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as MODEL_CU1_14_0_, collection1_.CREATION_TIMESTAMP as CREATION2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as INSTANCE8_14_0_, collection1_.MODEL_INSTANCE_NAME as MODEL_IN3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as NETWORK_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as CRC_MOD10_14_0_, collection1_.NETWORK_ROLE as NETWORK_4_14_0_, collection1_.NETWORK_SCOPE as NETWORK_5_14_0_, collection1_.NETWORK_TECHNOLOGY as NETWORK_6_14_0_, collection1_.NETWORK_TYPE as NETWORK_7_14_0_, instancegr2_.MODEL_UUID as MODEL_UU2_32_1_, instancegr2_.CR_MODEL_UUID as CR_MODE10_32_1_, instancegr2_.CREATION_TIMESTAMP as CREATION3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as MODEL_IN4_32_1_, instancegr2_.MODEL_NAME as MODEL_NA5_32_1_, instancegr2_.MODEL_VERSION as MODEL_VE6_32_1_, instancegr2_.ROLE as ROLE7_32_1_, instancegr2_.TOSCA_NODE_TYPE as TOSCA_NO8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as INSTANCE9_32_1_, instancegr2_.OBJECT_TYPE as OBJECT_T1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as MODEL_CU2_16_2_, networkcol3_.CR_MODEL_UUID as CR_MODEL8_16_2_, networkcol3_.CREATION_TIMESTAMP as CREATION3_16_2_, networkcol3_.FUNCTION as FUNCTION4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as MODEL_IN5_16_2_, networkcol3_.ROLE as ROLE6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as COLLECTI7_16_2_, heattempla4_.ARTIFACT_UUID as ARTIFACT1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as ARTIFACT2_28_3_, heattempla4_.CREATION_TIMESTAMP as CREATION3_28_3_, heattempla4_.DESCRIPTION as DESCRIPT4_28_3_, heattempla4_.BODY as BODY5_28_3_, heattempla4_.NAME as NAME6_28_3_, heattempla4_.TIMEOUT_MINUTES as TIMEOUT_7_28_3_, heattempla4_.VERSION as VERSION8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-27T03:49:45.357Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-27T03:49:45.357Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-27T03:49:45.357Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-27T03:49:45.357Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T03:49:45.358Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:49:45.359Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:49:45.359Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087385357, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:49:45.460Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:49:45.461Z||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-05-27T03:49:45.461Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:49:45.470Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:49:45.471Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:49:46.360Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab83ea50-2001-40e8-900d-f6eee3b3bc10 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-05-27T03:49:46.370Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab83ea50-2001-40e8-900d-f6eee3b3bc10 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-05-27T03:49:46.373Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T03:49:46.373Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T03:49:46.373Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T03:49:46.373Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T03:49:46.373Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:49:46.373Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:49:46.373Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:49:46.373Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:49:46.374Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:49:46.374Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:49:46.374Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T03:49:46.377Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T03:50:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:50:16.378Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab83ea50-2001-40e8-900d-f6eee3b3bc10 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-05-27T03:50:16.382Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab83ea50-2001-40e8-900d-f6eee3b3bc10 and serviceModelVersionId: 9fd81678-6020-4f14-9373-4859c5246bd5 2021-05-27T03:50:16.382Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da53c729-84fd-4c86-a0c3-3e90c235e7ee 2021-05-27T03:50:16.383Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da53c729-84fd-4c86-a0c3-3e90c235e7ee/model-vers/model-ver/9fd81678-6020-4f14-9373-4859c5246bd5?depth=0 2021-05-27T03:50:16.387Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T03:50:16.424Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/da53c729-84fd-4c86-a0c3-3e90c235e7ee/model-vers/model-ver/9fd81678-6020-4f14-9373-4859c5246bd5?depth=0|INFO|500||Invoke 2021-05-27T03:50:16.424Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/da53c729-84fd-4c86-a0c3-3e90c235e7ee/model-vers/model-ver/9fd81678-6020-4f14-9373-4859c5246bd5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/da53c729-84fd-4c86-a0c3-3e90c235e7ee/model-vers/model-ver/9fd81678-6020-4f14-9373-4859c5246bd5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab83ea50-2001-40e8-900d-f6eee3b3bc10], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ea2e495-ed21-45c7-82ef-6b0279e1c3d8], X-ECOMP-RequestID=[ab83ea50-2001-40e8-900d-f6eee3b3bc10], X-TransactionId=[], X-ONAP-RequestID=[ab83ea50-2001-40e8-900d-f6eee3b3bc10], Content-Type=[application/merge-patch+json]} 2021-05-27T03:50:16.444Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/da53c729-84fd-4c86-a0c3-3e90c235e7ee/model-vers/model-ver/9fd81678-6020-4f14-9373-4859c5246bd5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T03:50:17.483Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/da53c729-84fd-4c86-a0c3-3e90c235e7ee/model-vers/model-ver/9fd81678-6020-4f14-9373-4859c5246bd5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/da53c729-84fd-4c86-a0c3-3e90c235e7ee/model-vers/model-ver/9fd81678-6020-4f14-9373-4859c5246bd5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-03:50:16:449-80285], vertex-id=[352296], Content-Length=[0], Date=[Thu, 27 May 2021 03:50:16 GMT], Content-Type=[application/json]} 2021-05-27T03:50:17.483Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/da53c729-84fd-4c86-a0c3-3e90c235e7ee/model-vers/model-ver/9fd81678-6020-4f14-9373-4859c5246bd5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-27T03:50:17.484Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/da53c729-84fd-4c86-a0c3-3e90c235e7ee/model-vers/model-ver/9fd81678-6020-4f14-9373-4859c5246bd5?depth=0|INFO|500||InvokeReturn 2021-05-27T03:50:17.484Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T03:50:17.484Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T03:50:17.487Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) 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-05-27T03:50:17.488Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab83ea50-2001-40e8-900d-f6eee3b3bc10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T03:50:17.488Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T03:50:17.488Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:50:17.490Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:50:17.490Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087417488, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T03:50:17.590Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:50:17.591Z||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-05-27T03:50:17.591Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:50:17.600Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:50:17.600Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 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-05-27T03:50:39.910Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:50:39.911Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:50:39.911Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:50:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:50:39.913Z||pool-3-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-05-27T03:50:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:50:40.031Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:50:40.031Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:50:40.031Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087379910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:50:40.032Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:50:49.454Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:39.910Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:51:39.911Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:51:39.911Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:51:39.913Z||pool-3-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-05-27T03:51:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:39.938Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:39.938Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:51:39.939Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087379910, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:51:39.939Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:51:39.939Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:51:39.939Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087383610, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:51:39.940Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:51:39.940Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:51:39.940Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087385357, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:51:39.940Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:51:39.940Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:51:39.940Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab83ea50-2001-40e8-900d-f6eee3b3bc10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087417488, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T03:51:39.940Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:51:40.536Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:40.537Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||received message from topic 2021-05-27T03:51:40.537Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d6a0e85-7caa-416c-ae29-9884f66ec6e4","serviceName":"Demo_pNF_AaYD9npCkMAiUkLECnox","serviceVersion":"1.0","serviceUUID":"569d9723-ecc1-45a2-a1a8-aa14ee4dff84","serviceDescription":"catalog service description","serviceInvariantUUID":"b2675b28-717f-4bf2-b221-de24696093d5","resources":[{"resourceInstanceName":"pNF bb29b3ce-46f0 0","resourceName":"pNF bb29b3ce-46f0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"629ae4be-cc06-4c76-af16-840e80e53757","resourceInvariantUUID":"29272408-e17c-4978-8435-89e1c18ba5cf","resourceCustomizationUUID":"7bdd2270-9567-4c3e-805d-f72bfa6c9b27","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml","artifactChecksum":"NjUxZTc2ZGNlMDI3MjJmN2Q0MGFjMzI1YjVmY2UyMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41872d36-f9f4-4a85-9b9a-d20e8b6bdc22","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar","artifactChecksum":"NTBhNjFhMzU5N2FhNTg5Mzg5ZWI0Nzk1NTc1YjBjYzg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67099105-d0c5-4b31-8713-58435f56836f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc38d9e7-574d-4693-bbbf-d9405d3a0efe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml","artifactChecksum":"Y2UwMTAwMjZiMjdiZDk0MjdmM2Q5OGFmNzc3MmRhODM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b1b548d-8ab6-4232-90b5-173c9de6740a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f73649d2-890a-4b7e-8d7f-a1789777aaac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2b382d79-57f7-477e-a3c0-e4e314a4446f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAayd9npckmaiuklecnox-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml","artifactChecksum":"MWQwMTdmM2JhYWZjNTJhOTUyYzdmNTUxMWMwOWMwMDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c835eb81-eac0-40a0-b303-f7b3cce9572b","artifactVersion":"1"},{"artifactName":"service-DemoPnfAayd9npckmaiuklecnox-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar","artifactChecksum":"OGIxZDBmZTU3ZmZmY2FkNjhkNTFlMmY1ZTZiMzMwZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53fc0c77-1498-4df9-a4c5-ca221526179d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T03:51:40.539Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:51:40.539Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:51:40.541Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:51:40.541Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:51:40.641Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:51:40.642Z||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-05-27T03:51:40.642Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:40.651Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:40.652Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:51:41.541Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:51:41.542Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:51:41.544Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:51:41.544Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:51:41.644Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:51:41.645Z||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-05-27T03:51:41.645Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:41.654Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:41.654Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:51:42.544Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:51:42.545Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:51:42.547Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:51:42.547Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:51:42.647Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:51:42.648Z||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-05-27T03:51:42.648Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:42.655Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:42.656Z||pool-27-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:51:43.548Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:51:43.548Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:51:43.550Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:51:43.550Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:51:43.650Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:51:43.651Z||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-05-27T03:51:43.651Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:43.659Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:43.659Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:51:44.551Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:51:44.551Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:51:44.553Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:51:44.553Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:51:44.653Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:51:44.654Z||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-05-27T03:51:44.654Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:44.681Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:44.682Z||pool-29-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:51:45.553Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:51:45.554Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:51:45.556Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:51:45.556Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:51:45.656Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T03:51:45.657Z||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-05-27T03:51:45.657Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:45.667Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:45.668Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:51:46.557Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:51:46.558Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:51:46.560Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:51:46.560Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:51:46.660Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:51:46.661Z||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-05-27T03:51:46.661Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:46.686Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:46.686Z||pool-31-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:51:47.561Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:51:47.561Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:51:47.563Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:51:47.563Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:51:47.663Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:51:47.664Z||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-05-27T03:51:47.664Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:47.674Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:47.674Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:51:48.564Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "serviceName": "Demo_pNF_AaYD9npCkMAiUkLECnox", "serviceVersion": "1.0", "serviceUUID": "569d9723-ecc1-45a2-a1a8-aa14ee4dff84", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b2675b28-717f-4bf2-b221-de24696093d5", "resources": [ { "resourceInstanceName": "pNF bb29b3ce-46f0 0", "resourceCustomizationUUID": "7bdd2270-9567-4c3e-805d-f72bfa6c9b27", "resourceName": "pNF bb29b3ce-46f0", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "629ae4be-cc06-4c76-af16-840e80e53757", "resourceInvariantUUID": "29272408-e17c-4978-8435-89e1c18ba5cf", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "artifactChecksum": "OGIxZDBmZTU3ZmZmY2FkNjhkNTFlMmY1ZTZiMzMwZGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "53fc0c77-1498-4df9-a4c5-ca221526179d" } ], "workloadContext": "Production" } 2021-05-27T03:51:48.564Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T03:51:48.564Z|ab83ea50-2001-40e8-900d-f6eee3b3bc10|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 569d9723-ecc1-45a2-a1a8-aa14ee4dff84 ASDC 2021-05-27T03:51:48.565Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:7d6a0e85-7caa-416c-ae29-9884f66ec6e4 ServiceName:Demo_pNF_AaYD9npCkMAiUkLECnox ServiceVersion:1.0 ServiceUUID:569d9723-ecc1-45a2-a1a8-aa14ee4dff84 ServiceInvariantUUID:b2675b28-717f-4bf2-b221-de24696093d5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAayd9npckmaiuklecnox-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar ArtifactUUID:53fc0c77-1498-4df9-a4c5-ca221526179d ArtifactChecksum:OGIxZDBmZTU3ZmZmY2FkNjhkNTFlMmY1ZTZiMzMwZGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bb29b3ce-46f0 0 ResourceCustomizationUUID:7bdd2270-9567-4c3e-805d-f72bfa6c9b27 ResourceInvariantUUID:29272408-e17c-4978-8435-89e1c18ba5cf ResourceName:pNF bb29b3ce-46f0 ResourceType:PNF ResourceUUID:629ae4be-cc06-4c76-af16-840e80e53757 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-27T03:51:48.565Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 569d9723-ecc1-45a2-a1a8-aa14ee4dff84 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-05-27T03:51:48.600Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T03:51:48.601Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-05-27T03:51:48.601Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-05-27T03:51:48.602Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 53fc0c77-1498-4df9-a4c5-ca221526179d from URL: /sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:48.602Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-05-27T03:51:48.602Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:49.444Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-27T03:51:49.447Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 53fc0c77-1498-4df9-a4c5-ca221526179d 78810 2021-05-27T03:51:49.448Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar ASDC sendASDCNotification 2021-05-27T03:51:49.448Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:49.448Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:51:49.448Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:51:49.449Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:51:49.450Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087509448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:51:49.550Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:51:49.551Z||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-05-27T03:51:49.551Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:49.561Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:49.561Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:51:50.450Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T03:51:50.451Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-05-27T03:51:50.452Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: 53fc0c77-1498-4df9-a4c5-ca221526179d, URL: /sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar to file: /app/ASDC/1/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:50.452Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:50.452Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:50.452Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:50.594Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11689745252059544360/Definitions/service-DemoPnfAayd9npckmaiuklecnox-template.yml 2021-05-27T03:51:51.202Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T03:51:51.203Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-05-27T03:51:51.203Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:51.203Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-27T03:51:51.203Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bb29b3ce-46f0 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-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:51.203Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:51.203Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||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-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:51.203Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:51.204Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:51.204Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bb29b3ce-46f0 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:51.204Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||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-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:51.204Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:51.204Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-05-27T03:51:51.204Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:51:51.204Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_AaYD9npCkMAiUkLECnox is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:51:51.205Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Node template pNF bb29b3ce-46f0 0 is matching search criteria 2021-05-27T03:51:51.205Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-27T03:51:51.205Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Found topology templates [pNF bb29b3ce-46f0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T03:51:51.205Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:51:51.205Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_AaYD9npCkMAiUkLECnox is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:51:51.206Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Node template pNF bb29b3ce-46f0 0 is matching search criteria 2021-05-27T03:51:51.206Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-27T03:51:51.206Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Found topology templates [pNF bb29b3ce-46f0 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T03:51:51.206Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:51:51.206Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_AaYD9npCkMAiUkLECnox is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:51:51.207Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:51:51.207Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_AaYD9npCkMAiUkLECnox is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:51:51.207Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:51:51.207Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_AaYD9npCkMAiUkLECnox is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:51:51.207Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:51:51.208Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_AaYD9npCkMAiUkLECnox is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:51:51.208Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:51:51.209Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_AaYD9npCkMAiUkLECnox is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:51:51.209Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_AaYD9npCkMAiUkLECnox Description:catalog service description Model UUID:569d9723-ecc1-45a2-a1a8-aa14ee4dff84 Model Version:NULL Model InvariantUuid:b2675b28-717f-4bf2-b221-de24696093d5 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-05-27T03:51:51.224Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 629ae4be-cc06-4c76-af16-840e80e53757 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-05-27T03:51:51.228Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||pNF bb29b3ce-46f0 0 2021-05-27T03:51:51.228Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 629ae4be-cc06-4c76-af16-840e80e53757 2021-05-27T03:51:51.228Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||No resources found for Service: 569d9723-ecc1-45a2-a1a8-aa14ee4dff84 2021-05-27T03:51:51.228Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: 569d9723-ecc1-45a2-a1a8-aa14ee4dff84 2021-05-27T03:51:51.228Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bb29b3ce-46f0 0 629ae4be-cc06-4c76-af16-840e80e53757 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-05-27T03:51:51.232Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:51:51.232Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_AaYD9npCkMAiUkLECnox is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:51:51.232Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid 569d9723-ecc1-45a2-a1a8-aa14ee4dff84: pNF bb29b3ce-46f0 2021-05-27T03:51:51.232Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||Processing PNF resource: 629ae4be-cc06-4c76-af16-840e80e53757 2021-05-27T03:51:51.233Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:51:51.233Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Service Demo_pNF_AaYD9npCkMAiUkLECnox is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:51:51.233Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||Resource customization UUID: 7bdd2270-9567-4c3e-805d-f72bfa6c9b27 is the same as notified resource customizationUUID: 7bdd2270-9567-4c3e-805d-f72bfa6c9b27 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_.MODEL_INSTANCE_NAME as MODEL_IN6_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as MULTI_ST7_44_0_, pnfresourc0_.NF_FUNCTION as NF_FUNCT8_44_0_, pnfresourc0_.NF_NAMING_CODE as NF_NAMIN9_44_0_, pnfresourc0_.NF_ROLE as NF_ROLE10_44_0_, pnfresourc0_.NF_TYPE as NF_TYPE11_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as PNF_RES14_44_0_, pnfresourc0_.RESOURCE_INPUT as RESOURC12_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO13_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_.MODEL_INSTANCE_NAME as MODEL_IN6_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as MULTI_ST7_44_1_, pnfresourc0_.NF_FUNCTION as NF_FUNCT8_44_1_, pnfresourc0_.NF_NAMING_CODE as NF_NAMIN9_44_1_, pnfresourc0_.NF_ROLE as NF_ROLE10_44_1_, pnfresourc0_.NF_TYPE as NF_TYPE11_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as PNF_RES14_44_1_, pnfresourc0_.RESOURCE_INPUT as RESOURC12_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO13_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, 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-05-27T03:51:51.322Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bb29b3ce-46f0 629ae4be-cc06-4c76-af16-840e80e53757 0 ASDC deployResourceStructure 2021-05-27T03:51:51.322Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar ASDC sendASDCNotification 2021-05-27T03:51:51.322Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar 2021-05-27T03:51:51.323Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T03:51:51.323Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:51:51.324Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:51:51.324Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087511322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:51:51.425Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:51:51.425Z||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-05-27T03:51:51.425Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:51:51.435Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:51:51.435Z||pool-34-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:51:52.325Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:51:52.333Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:51:52.335Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T03:51:52.336Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T03:51:52.336Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T03:52:22.336Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:52:22.344Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:52:22.345Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T03:52:22.345Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T03:52:22.345Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T03:52:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:52:39.914Z||pool-3-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-05-27T03:52:39.914Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:52:39.938Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:52:39.943Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.943Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1622087464608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.944Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.944Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.944Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "cds", "timestamp": 1622087466043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.945Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.945Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.945Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087463713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.945Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.945Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.945Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "dcae-sch", "timestamp": 1622087461177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.945Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.945Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.945Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087469558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.946Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.946Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.946Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "cds", "timestamp": 1622087466043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.946Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.946Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.946Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1622087464608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.946Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.946Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.946Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087463713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.947Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.947Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.947Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "dcae-sch", "timestamp": 1622087461177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.987Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087469558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.988Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "cds", "timestamp": 1622087466043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.989Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.989Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.989Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1622087464608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.989Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.989Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "dcae-sch", "timestamp": 1622087461177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.990Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087463713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.990Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-windriver-id", "timestamp": 1622087471056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.991Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087469558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "cds", "timestamp": 1622087466043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1622087464608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.993Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.993Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.993Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087463713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.993Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.993Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.993Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "dcae-sch", "timestamp": 1622087461177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.993Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.994Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.994Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-windriver-id", "timestamp": 1622087471056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.994Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.994Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.994Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087469558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.994Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.994Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.995Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1622087464608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.995Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.995Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.995Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087463713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.995Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.995Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.995Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "cds", "timestamp": 1622087466043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.996Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.996Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.996Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "dcae-sch", "timestamp": 1622087461177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.996Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.996Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.996Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-windriver-id", "timestamp": 1622087471056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.997Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.997Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.997Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087469558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.997Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.997Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.997Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "cds", "timestamp": 1622087466043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.997Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.998Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.998Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087463713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.998Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.998Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.998Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "dcae-sch", "timestamp": 1622087461177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.998Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.999Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.999Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1622087464608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.999Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.999Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:39.999Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-windriver-id", "timestamp": 1622087471056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:39.999Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:39.999Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.000Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087469558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.000Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.000Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.000Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "cds", "timestamp": 1622087466043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.000Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.000Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "dcae-sch", "timestamp": 1622087461177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.001Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087463713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.001Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.002Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.002Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1622087464608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.002Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.002Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.002Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-windriver-id", "timestamp": 1622087471056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.002Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.002Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.003Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087475201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.003Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.003Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.003Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087469558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.003Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.003Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.003Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-k8s-id", "timestamp": 1622087464608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:52:40.004Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.004Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.004Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "cds", "timestamp": 1622087466043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:52:40.004Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.004Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.004Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "dcae-sch", "timestamp": 1622087461177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.005Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.005Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.005Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087463713, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:52:40.005Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.005Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.005Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-windriver-id", "timestamp": 1622087471056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.005Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.006Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.006Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087476103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.006Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.006Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.006Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087475201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.006Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.006Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.007Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087469558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:52:40.007Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.007Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.007Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-windriver-id", "timestamp": 1622087471056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.007Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.007Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.007Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087476103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.008Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.008Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.008Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087475201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.008Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.008Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.008Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "cds", "timestamp": 1622087478026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:52:40.008Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:52:40.009Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.009Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "multicloud-windriver-id", "timestamp": 1622087471056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:52:40.009Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.009Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.009Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087476103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.009Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.009Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.009Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087475201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.010Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.010Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.010Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "cds", "timestamp": 1622087479032, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-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-05-27T03:52:40.017Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 2021-05-27T03:52:40.017Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:52:40.025Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.025Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087479516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:52:40.025Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:52:40.025Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.025Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087476103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.025Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.025Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.025Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087475201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087476103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087475201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087481111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087476103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.026Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.027Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087475201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.027Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.027Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.027Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087482114, "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-05-27T03:52:40.078Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 2021-05-27T03:52:40.078Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:52:40.102Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.103Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087476103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.103Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.103Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.103Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087475201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:52:40.103Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.103Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.103Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087482894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.104Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.104Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.104Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087476103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:52:40.104Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.104Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.104Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087482894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.104Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.104Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.104Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087482894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.104Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087486345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087482894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087487349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087482894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.106Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.106Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.106Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "policy-id", "timestamp": 1622087488353, "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-05-27T03:52:40.110Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 2021-05-27T03:52:40.110Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:52:40.119Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.119Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087482894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.119Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.119Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.119Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087482894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:52:40.119Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.120Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.120Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087482894, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:52:40.120Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:52:40.120Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.120Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087492167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:52:40.120Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:52:40.120Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.120Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087492558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:52:40.120Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:52:40.121Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.121Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087493266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:52:40.121Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:52:40.121Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.121Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "clamp", "timestamp": 1622087494268, "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-05-27T03:52:40.125Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 2021-05-27T03:52:40.125Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:52:40.136Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.136Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087497782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:52:40.137Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:52:40.137Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:52:40.137Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "aai-ml", "timestamp": 1622087498789, "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-05-27T03:52:40.140Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 2021-05-27T03:52:40.141Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:52:52.346Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:52:52.355Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:52:52.358Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T03:52:52.358Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T03:52:52.358Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T03:52:52.358Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T03:52:52.358Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:52:52.359Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:52:52.359Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:52:52.359Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:52:52.359Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:52:52.359Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:52:52.359Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T03:52:52.391Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T03:53:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T03:53:22.392Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 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-05-27T03:53:22.396Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 and serviceModelVersionId: 569d9723-ecc1-45a2-a1a8-aa14ee4dff84 2021-05-27T03:53:22.396Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2675b28-717f-4bf2-b221-de24696093d5 2021-05-27T03:53:22.397Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2675b28-717f-4bf2-b221-de24696093d5/model-vers/model-ver/569d9723-ecc1-45a2-a1a8-aa14ee4dff84?depth=0 2021-05-27T03:53:22.401Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T03:53:22.535Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b2675b28-717f-4bf2-b221-de24696093d5/model-vers/model-ver/569d9723-ecc1-45a2-a1a8-aa14ee4dff84?depth=0|INFO|500||Invoke 2021-05-27T03:53:22.536Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b2675b28-717f-4bf2-b221-de24696093d5/model-vers/model-ver/569d9723-ecc1-45a2-a1a8-aa14ee4dff84?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b2675b28-717f-4bf2-b221-de24696093d5/model-vers/model-ver/569d9723-ecc1-45a2-a1a8-aa14ee4dff84?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d6a0e85-7caa-416c-ae29-9884f66ec6e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ac38161-f1e4-4697-8601-98046ff6b7e6], X-ECOMP-RequestID=[7d6a0e85-7caa-416c-ae29-9884f66ec6e4], X-TransactionId=[], X-ONAP-RequestID=[7d6a0e85-7caa-416c-ae29-9884f66ec6e4], Content-Type=[application/merge-patch+json]} 2021-05-27T03:53:22.553Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b2675b28-717f-4bf2-b221-de24696093d5/model-vers/model-ver/569d9723-ecc1-45a2-a1a8-aa14ee4dff84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T03:53:22.636Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b2675b28-717f-4bf2-b221-de24696093d5/model-vers/model-ver/569d9723-ecc1-45a2-a1a8-aa14ee4dff84?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b2675b28-717f-4bf2-b221-de24696093d5/model-vers/model-ver/569d9723-ecc1-45a2-a1a8-aa14ee4dff84?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-03:53:22:558-86570], vertex-id=[381176], Content-Length=[0], Date=[Thu, 27 May 2021 03:53:22 GMT], Content-Type=[application/json]} 2021-05-27T03:53:22.636Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b2675b28-717f-4bf2-b221-de24696093d5/model-vers/model-ver/569d9723-ecc1-45a2-a1a8-aa14ee4dff84?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-27T03:53:22.637Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/b2675b28-717f-4bf2-b221-de24696093d5/model-vers/model-ver/569d9723-ecc1-45a2-a1a8-aa14ee4dff84?depth=0|INFO|500||InvokeReturn 2021-05-27T03:53:22.637Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T03:53:22.637Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T03:53:22.641Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) 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-05-27T03:53:22.641Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d6a0e85-7caa-416c-ae29-9884f66ec6e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T03:53:22.641Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T03:53:22.641Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:22.643Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:22.643Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087602641, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T03:53:22.744Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T03:53:22.745Z||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-05-27T03:53:22.745Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:22.757Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:22.758Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 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-05-27T03:53:23.652Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:53:23.652Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:53:23.652Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:24.272Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:24.273Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||received message from topic 2021-05-27T03:53:24.273Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b9ded4c5-875a-480d-9323-2538dfb92bc3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d11631ef-0eb5-43c0-9ff9-46b880bf32c6","serviceDescription":"service","serviceInvariantUUID":"ef3b83d6-6e84-41ff-a5af-1e24c3a7e290","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"766b5320-b5c0-483b-ba6a-c8cbb5bb70f5","resourceInvariantUUID":"9f9973b8-7b8a-4a57-bf53-fe9dd93e7f13","resourceCustomizationUUID":"300ba487-92c9-456d-a63e-336532e7228a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NWQ2YzEwZWExNGI4NzdmMzg2NTUwZWYwYzUzYTQ4Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f8f40b3-a8dc-4ea0-8d6a-2f3ce83596d5","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a11f5263-c661-4a19-bd89-ee6e7cebc9a6","artifactVersion":"2","generatedFromUUID":"ef91c732-5368-406b-a7f4-f7dc3a195f76"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ef91c732-5368-406b-a7f4-f7dc3a195f76","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OTNjN2I4MjMwOTdmYzUyNzk4Mzc4NWYyZTZjMWEwMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce052497-db25-4785-88a4-69d3b093be18","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6694f9a-6098-4e0f-bd0e-01f321885b15","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f20e997-1d71-4bf4-bde0-a6ae79430939","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aa6472b2-a528-4762-bb0b-0159876c563e","artifactVersion":"2","generatedFromUUID":"a6694f9a-6098-4e0f-bd0e-01f321885b15"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTJhMzdmNDIxYjJjODUyYjNjY2I5MTdlYmJiMDJhMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb0b0a28-0eb1-49f5-b950-acd0ba60a13e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2JlZTQwZTMwMGJhY2FmYmExZjVmM2ViODFkYTgwOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be22a334-843f-4a47-acea-c52fb80360d0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-27T03:53:24.275Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:53:24.276Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:24.277Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:24.277Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:53:24.377Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:24.378Z||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-05-27T03:53:24.378Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:24.388Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:24.388Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:25.278Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:53:25.278Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:25.280Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:25.280Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-27T03:53:25.380Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:25.381Z||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-05-27T03:53:25.381Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:25.393Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:25.393Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:26.281Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:53:26.282Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:26.286Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:26.286Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-27T03:53:26.385Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-05-27T03:53:26.385Z||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-05-27T03:53:26.386Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:26.395Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:26.396Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:27.287Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:53:27.287Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:27.289Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:27.289Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T03:53:27.389Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:27.390Z||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-05-27T03:53:27.390Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:27.401Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:27.402Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:28.290Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:53:28.291Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:28.292Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:28.292Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T03:53:28.393Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-27T03:53:28.393Z||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-05-27T03:53:28.393Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:28.402Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:28.402Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:29.293Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:53:29.294Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:29.296Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:29.296Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:53:29.396Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:29.397Z||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-05-27T03:53:29.397Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:29.406Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:29.407Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:30.296Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:53:30.298Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:30.300Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:30.300Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-27T03:53:30.401Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-27T03:53:30.401Z||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-05-27T03:53:30.401Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:30.411Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:30.411Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:53:31.301Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:53:31.303Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:31.306Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:31.306Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:53:31.407Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:31.408Z||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-05-27T03:53:31.408Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:31.417Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:31.417Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:53:32.307Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-27T03:53:32.308Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:32.311Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:32.311Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:53:32.412Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:32.416Z||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-05-27T03:53:32.416Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:32.423Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:32.424Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:53:33.313Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "d11631ef-0eb5-43c0-9ff9-46b880bf32c6", "serviceDescription": "service", "serviceInvariantUUID": "ef3b83d6-6e84-41ff-a5af-1e24c3a7e290", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "300ba487-92c9-456d-a63e-336532e7228a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "766b5320-b5c0-483b-ba6a-c8cbb5bb70f5", "resourceInvariantUUID": "9f9973b8-7b8a-4a57-bf53-fe9dd93e7f13", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a11f5263-c661-4a19-bd89-ee6e7cebc9a6", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ef91c732-5368-406b-a7f4-f7dc3a195f76", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "OTNjN2I4MjMwOTdmYzUyNzk4Mzc4NWYyZTZjMWEwMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce052497-db25-4785-88a4-69d3b093be18", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a6694f9a-6098-4e0f-bd0e-01f321885b15", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "aa6472b2-a528-4762-bb0b-0159876c563e", "generatedFromUUID": "a6694f9a-6098-4e0f-bd0e-01f321885b15" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "aa6472b2-a528-4762-bb0b-0159876c563e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "M2JlZTQwZTMwMGJhY2FmYmExZjVmM2ViODFkYTgwOWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be22a334-843f-4a47-acea-c52fb80360d0" } ], "workloadContext": "Production" } 2021-05-27T03:53:33.314Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-27T03:53:33.314Z|7d6a0e85-7caa-416c-ae29-9884f66ec6e4|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d11631ef-0eb5-43c0-9ff9-46b880bf32c6 ASDC 2021-05-27T03:53:33.315Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b9ded4c5-875a-480d-9323-2538dfb92bc3 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:d11631ef-0eb5-43c0-9ff9-46b880bf32c6 ServiceInvariantUUID:ef3b83d6-6e84-41ff-a5af-1e24c3a7e290 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:be22a334-843f-4a47-acea-c52fb80360d0 ArtifactChecksum:M2JlZTQwZTMwMGJhY2FmYmExZjVmM2ViODFkYTgwOWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:300ba487-92c9-456d-a63e-336532e7228a ResourceInvariantUUID:9f9973b8-7b8a-4a57-bf53-fe9dd93e7f13 ResourceName:basic_cnf ResourceType:VF ResourceUUID:766b5320-b5c0-483b-ba6a-c8cbb5bb70f5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:a11f5263-c661-4a19-bd89-ee6e7cebc9a6 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:ef91c732-5368-406b-a7f4-f7dc3a195f76 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:ce052497-db25-4785-88a4-69d3b093be18 ArtifactChecksum:OTNjN2I4MjMwOTdmYzUyNzk4Mzc4NWYyZTZjMWEwMjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:a6694f9a-6098-4e0f-bd0e-01f321885b15 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:aa6472b2-a528-4762-bb0b-0159876c563e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:aa6472b2-a528-4762-bb0b-0159876c563e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-27T03:53:33.315Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d11631ef-0eb5-43c0-9ff9-46b880bf32c6 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-05-27T03:53:33.489Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T03:53:33.490Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-05-27T03:53:33.490Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-05-27T03:53:33.490Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: be22a334-843f-4a47-acea-c52fb80360d0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-27T03:53:33.490Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-05-27T03:53:33.491Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-27T03:53:35.192Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-27T03:53:35.195Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar be22a334-843f-4a47-acea-c52fb80360d0 66803 2021-05-27T03:53:35.195Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-27T03:53:35.195Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-27T03:53:35.196Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:53:35.196Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:35.197Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:35.198Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087615195, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:53:35.298Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:35.299Z||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-05-27T03:53:35.299Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:35.308Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:35.308Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:36.198Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-27T03:53:36.200Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||MSO config path is: /app 2021-05-27T03:53:36.200Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: be22a334-843f-4a47-acea-c52fb80360d0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T03:53:36.200Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-27T03:53:36.201Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T03:53:36.201Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T03:53:36.336Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11730459264107561670/Definitions/service-BasicCnf-template.yml 2021-05-27T03:53:37.156Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-27T03:53:37.156Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-05-27T03:53:37.156Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T03:53:37.156Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-27T03:53:37.156Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T03:53:37.156Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T03:53:37.156Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar 2021-05-27T03:53:37.157Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T03:53:37.157Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-27T03:53:37.157Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||#################################################################################################### 2021-05-27T03:53:37.157Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.157Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:37.157Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T03:53:37.157Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-27T03:53:37.157Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T03:53:37.158Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.158Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:37.158Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T03:53:37.158Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-27T03:53:37.158Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-27T03:53:37.158Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.158Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:37.158Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.158Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-27T03:53:37.159Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-27T03:53:37.159Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-27T03:53:37.159Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-27T03:53:37.159Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.159Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T03:53:37.159Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.159Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T03:53:37.159Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:53:37.160Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.160Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T03:53:37.160Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:53:37.160Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.160Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T03:53:37.160Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:53:37.160Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.160Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-27T03:53:37.161Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-27T03:53:37.161Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=df8fbce9-eab7-465c-8bf3-3544a634fc2b 2021-05-27T03:53:37.161Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.161Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:37.161Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.161Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:37.161Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.161Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:37.161Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:37.162Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:37.162Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:d11631ef-0eb5-43c0-9ff9-46b880bf32c6 Model Version:NULL Model InvariantUuid:ef3b83d6-6e84-41ff-a5af-1e24c3a7e290 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:4cf840b2-4b08-42d6-8edf-accf26e5d9c1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9f9973b8-7b8a-4a57-bf53-fe9dd93e7f13 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:300ba487-92c9-456d-a63e-336532e7228a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:748afa84-dfd0-4b3f-8f18-85361d108bd3 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:2b525dbe-5afa-48a1-8ef0-f7353ec114a9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:df8fbce9-eab7-465c-8bf3-3544a634fc2b ModelInvariantUuid:97a282a6-110a-40ed-a255-febe6d15891f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b4a2d8d3-f395-4a0a-a0b4-51442c7684e7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:60bcee61-affe-47e4-aa9b-60f6472961b6 ModelInvariantUuid:4e5c04c2-b8a5-436d-b389-2e01641f859d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:6c7533fc-6a72-4d7c-92e2-c1637c9d546d 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-05-27T03:53:37.166Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 766b5320-b5c0-483b-ba6a-c8cbb5bb70f5 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-05-27T03:53:37.168Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||basic_cnf 0 2021-05-27T03:53:37.168Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 766b5320-b5c0-483b-ba6a-c8cbb5bb70f5 2021-05-27T03:53:37.168Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: a11f5263-c661-4a19-bd89-ee6e7cebc9a6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-27T03:53:37.168Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-05-27T03:53:37.169Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-27T03:53:38.109Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-27T03:53:38.110Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a11f5263-c661-4a19-bd89-ee6e7cebc9a6 12 2021-05-27T03:53:38.110Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-27T03:53:38.110Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-27T03:53:38.110Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:53:38.110Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:38.112Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:38.113Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087618110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:53:38.213Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:38.213Z||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-05-27T03:53:38.214Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:38.223Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:38.224Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:39.113Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: ef91c732-5368-406b-a7f4-f7dc3a195f76 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-27T03:53:39.114Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-05-27T03:53:39.114Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-27T03:53:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:53:39.913Z||pool-3-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-05-27T03:53:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:39.932Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:39.933Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:53:39.933Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:53:39.934Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:53:39.934Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:53:39.934Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:53:39.934Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:53:39.934Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:53:39.934Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-27T03:53:39.934Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:53:39.935Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:53:39.935Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:53:39.935Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:53:39.935Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:53:39.935Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:53:39.935Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:53:39.987Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:53:39.987Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/resourceInstances/pnfbb29b3ce46f00/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087499910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087509448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087511322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAayd9npckmaiuklecnox/1.0/artifacts/service-DemoPnfAayd9npckmaiuklecnox-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:53:39.988Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:53:40.113Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-27T03:53:40.113Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ef91c732-5368-406b-a7f4-f7dc3a195f76 2688 2021-05-27T03:53:40.113Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-27T03:53:40.113Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-27T03:53:40.114Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:53:40.114Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:40.116Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:40.116Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087620113, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-27T03:53:40.217Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:40.217Z||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-05-27T03:53:40.217Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:40.224Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:40.224Z||pool-47-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:41.118Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: ce052497-db25-4785-88a4-69d3b093be18 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-27T03:53:41.118Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-05-27T03:53:41.118Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-27T03:53:41.694Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-27T03:53:41.694Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ce052497-db25-4785-88a4-69d3b093be18 828 2021-05-27T03:53:41.694Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-27T03:53:41.694Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-27T03:53:41.694Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:53:41.695Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:41.696Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:41.696Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087621694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T03:53:41.796Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:41.797Z||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-05-27T03:53:41.797Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:41.805Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:41.806Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:42.697Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "748afa84-dfd0-4b3f-8f18-85361d108bd3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2b525dbe-5afa-48a1-8ef0-f7353ec114a9", "vfModuleModelCustomizationUUID": "98546275-d3b3-4316-b2e2-d212bff9016e", "isBase": true, "artifacts": [ "a6694f9a-6098-4e0f-bd0e-01f321885b15", "ef91c732-5368-406b-a7f4-f7dc3a195f76", "aa6472b2-a528-4762-bb0b-0159876c563e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-27T03:53:42.705Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2b525dbe-5afa-48a1-8ef0-f7353ec114a9 VfModuleModelInvariantUUID:748afa84-dfd0-4b3f-8f18-85361d108bd3 VfModuleModelDescription:NULL Artifacts UUID List:{ a6694f9a-6098-4e0f-bd0e-01f321885b15 , ef91c732-5368-406b-a7f4-f7dc3a195f76 , aa6472b2-a528-4762-bb0b-0159876c563e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-05-27T03:53:42.709Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "748afa84-dfd0-4b3f-8f18-85361d108bd3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2b525dbe-5afa-48a1-8ef0-f7353ec114a9", "vfModuleModelCustomizationUUID": "98546275-d3b3-4316-b2e2-d212bff9016e", "isBase": true, "artifacts": [ "a6694f9a-6098-4e0f-bd0e-01f321885b15", "ef91c732-5368-406b-a7f4-f7dc3a195f76", "aa6472b2-a528-4762-bb0b-0159876c563e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-05-27T03:53:42.709Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2b525dbe-5afa-48a1-8ef0-f7353ec114a9 VfModuleModelInvariantUUID:748afa84-dfd0-4b3f-8f18-85361d108bd3 VfModuleModelDescription:NULL Artifacts UUID List:{ a6694f9a-6098-4e0f-bd0e-01f321885b15 , ef91c732-5368-406b-a7f4-f7dc3a195f76 , aa6472b2-a528-4762-bb0b-0159876c563e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-05-27T03:53:42.709Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: a6694f9a-6098-4e0f-bd0e-01f321885b15 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-27T03:53:42.710Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-05-27T03:53:42.710Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-27T03:53:43.525Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-27T03:53:43.526Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a6694f9a-6098-4e0f-bd0e-01f321885b15 1164 2021-05-27T03:53:43.526Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-27T03:53:43.526Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-27T03:53:43.526Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:53:43.526Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:43.528Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:43.528Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087623526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T03:53:43.628Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:43.629Z||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-05-27T03:53:43.629Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:43.638Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:43.638Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:44.529Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: aa6472b2-a528-4762-bb0b-0159876c563e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-27T03:53:44.529Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - download 2021-05-27T03:53:44.530Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-27T03:53:45.639Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-27T03:53:45.640Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env aa6472b2-a528-4762-bb0b-0159876c563e 200 2021-05-27T03:53:45.640Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-27T03:53:45.640Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-27T03:53:45.640Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-27T03:53:45.640Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:45.642Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:45.642Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087625640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:53:45.742Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:45.743Z||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-05-27T03:53:45.743Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:45.752Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:45.752Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:53:46.642Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: d11631ef-0eb5-43c0-9ff9-46b880bf32c6 2021-05-27T03:53:46.643Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 766b5320-b5c0-483b-ba6a-c8cbb5bb70f5 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=? 2021-05-27T03:53:46.648Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported 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-05-27T03:53:46.657Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:46.657Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:46.658Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: 4cf840b2-4b08-42d6-8edf-accf26e5d9c1 2021-05-27T03:53:46.658Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: 4cf840b2-4b08-42d6-8edf-accf26e5d9c1 2021-05-27T03:53:46.659Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel to get resource 2021-05-27T03:53:46.665Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel 2021-05-27T03:53:46.668Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|INFO|500||Invoke 2021-05-27T03:53:46.668Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||===========================request begin================================================ 2021-05-27T03:53:46.668Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel 2021-05-27T03:53:46.668Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||Method : GET 2021-05-27T03:53:46.668Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||Headers : [Accept:"application/octet-stream", X-ECOMP-InstanceID:"SO-SDC-CONTROLLER", Authorization:"Basic bXNvOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=", X-FromAppId:"SO-SDC-CONTROLLER", Content-Length:"0", X-ONAP-RequestID:"b9ded4c5-875a-480d-9323-2538dfb92bc3", X-RequestID:"b9ded4c5-875a-480d-9323-2538dfb92bc3", X-TransactionID:"b9ded4c5-875a-480d-9323-2538dfb92bc3", X-ECOMP-RequestID:"b9ded4c5-875a-480d-9323-2538dfb92bc3", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"2515ef3c-b856-4c8a-84ae-8c32c52fa80a"] 2021-05-27T03:53:46.668Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||Request body: 2021-05-27T03:53:46.668Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||==========================request end================================================ 2021-05-27T03:53:47.642Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||============================response begin========================================== 2021-05-27T03:53:47.642Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||Status code : 200 OK 2021-05-27T03:53:47.642Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||Status text : OK 2021-05-27T03:53:47.642Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||Headers : [Content-Disposition:"attachment; filename="resource-BasicCnf-csar.csar"", Content-MD5:"Njc3MGU2NzQwOGE1ZTM1ZmMyYzg5MDhiNDZhMzZjZDk=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"b9ded4c5-875a-480d-9323-2538dfb92bc3", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"] 2021-05-27T03:53:47.648Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||Response body: PKj�R csar.meta vq� �vv��M-I�u��I� K-*��ϳR0�3� �+pIM���,�#)�PK�R�B4EPKj�RTOSCA-Metadata/TOSCA.metaM�� �0 Dw}�@I�zK�vk M�.R �l꿯nj��w��\܈V»�o��'�f�.���u&�̤���Z�(�T�B�$7�\�ʻ�M(֜B���o�'*~s��r X�r�ę{�i��\Le,��Խ�(tm�~�h�}��Ӄe���S����?}8Y��x�o��{���#/�mQ@����}`o�K;$88ko�o}@��D�l��?�cѓ������4#)��b��a$�]h�'�9='��d�Ac�2cY�5�O^����0��,)RB_i�'i)$����WR���w�j��3�g���< P��=�ْ4�NȊa*������� V�(�InK��F��y�/�c!8G'Q�KҔ�X��;�h��DI|N�B��#��% i���J�I.qU*e�^�4�݈X��4����,��s�g �)���F��(�=_2��i?pR�����#��#�_��䊿����Ogb�wɕ�I�K�r��)���� z>K&���X{��?���a�cĕ�Rzq��M�y���on5*���x �(� �[̗#���8�Xf�)�Y1�ถs,��Յϯ�� ����T�t�d"�܃LD�ې���uis�+U+�� �@ �H�.�9MP� A궩O֋0�����_u} ]��>��^qX�Z��7�*����,4�﷖�Ϝ��p�6s� g/��)� ����x_��R��ϐ���D �~lt��t���E�C[���&<�](,�򣭱. um&�xM� �D�z�r��FT�b��c��A�� YV������,���a��_�4���&d���b�a�$�W�Eg���:�O�>���+���,��.�o��fA���Oɥ��H�������hƊ����A��o?��螥�]�1���T����Z.N�����l����Z� ��TF#8L��J.%��\8��3*Γ�7�:W��ؤf[�Ɲ�,F����� c��q?vo�.Z�V �aš9K�XrY��9���m�~���'@�FE��{I��Sp��$pS�QR��U��+]R���0�x��������C��U�������4�*8�_�m���|:���{sO������ӛ�u���/�n�7�-�������K:��Q�]����Mg�UQ ���o��s��-��GIQ��Tis�-���N�+�tCH��=�J����1F��k�c�lj^ɲ�Ѐl���!�s����:�� � �ҧ2t�4K<�ۙ[����V�ߞ�O �o ��)��[�rV�n��f/ar��Z��E6��O�+t%{h=�K����x��%��Y C /���Iw��9��F�� �!���>ھ�>x�� $�7�n��=�v>�6:�`���v��Ķ|4�v��a�͔��)�5ӐFi�Ps4�t&XW��d�E7Q;��c�_�T�$,"Z���]7�x��˅��RS��z�Mo�aj�葴JZɪ'ԐU�a:7�^��� 4P��Bx�G^ ���1� �@U7R�Fm�X��F�8@�z�@ç��]̼Œu� �e�P}+ fXs� ���!����������Ú������^�.����-�G�ņm@DO;xX@�i�����5 `�mFe�J9��#v��� ��N��KS�X��vY�Y����+@'i�y9~a(qLJ���n_f��h��f�.7�2&��b�d��;_�%:.��zQ�����+nr ��8�bf��6�u���o/�}!�}�L;:�����#Cb��y�"Թt���a��=PL��E�7��;���:��:L�_��K�55j�ʑI/��8��52�5Kn?tF�`[3�15j���}O�Qg������h���m�#fd����zn���Dd^W��U�w�Hn̪�FՀ&��.�>�+� s� ��V�d�Ϣj����J�Ú:��Xdzb���'� PKL�Ji� }6PKj�R4Definitions/resource-BasicCnf-template-interface.yml�\K��(����q��V�5�~�4��Mό�Z��8A�� 8��_�8��؝Ǵ�bEN����*��Fj�QFs&�aRh��J��,1�fE�)Zィkt}�2zvq��Q�H��3Ng� ]nf�`�.�la}����N�U��uUE9vc[��S�s���P����%��RrFv�ܔ�U��x��Z�bW�N53�j�ʒ JdQ��jY)B�U��b�ȝȽ��*��ʕ,fC��\��I=�?>�����j�W��rTȬ��lSf��q��,��������{t�'zz���԰��%��V3M+���%W,�Y2_'����S1E�Y�c�i]�_X�J� bB, s@!"E��r�zFhTEwF5��S,t(r$p���$��-_�^7�붫����kr`4��L|A��4[�͵���������Ay%HW '�E%9� /������ׇO��7�n���0������_�p%LOg�;]0a肪C4�AL(�IXL�3��b�Xa��Ҍ�U9���m�ĉL��#XyJ��<��[�xs'�%�4��4\��s���M5��ߓ��e���^}-��P�8�3�0���ӯr���*] �"����x�=�M��3й��X����U�����9��A;��*�����qT{�E:3t��0dA�g�5��Ѣ�. I1)��P����L���C� �� &�bܝ��docܟ��Ni7���=��>>8�;) f�e&�P����?�y��yŊށ�JA�9D�@�[ճ�v�a�9���H��� �9V��7�u��i�� �a}=$��x����9޾5s.��ڑ�-�ᬶ@=����ƌ6��Т��g���Gj�[�ł=���%Er�E��Шa�.M�17�#G�'c�"@GR����&�.I��i�H�h� ���$#9�|&abl2���ۜŌ��pá����7L�lB<��s�����á�}^X�#�9��� �����[���I�)C��Ib �:'��i���֖�B�$��0���w�5��i"�\W-�r�QP���E��T�5��_òkì󍇯Rn}l���j��߻��'�?5{h�# ���`����ɲh �s��a�<�A�0W/��o��?PK.��52^PKj�R8Definitions/resource-BasicCnfNodesDummycvfc-template.yml�ZKs�6��W��4����[�8mf�79��APFK,�Q}| ��$��1�}aw�����`?��L1���F3 ��=ULI��1��8�����I��!Vx�y���a����q��xy���X�1Z�i��r�F �&\��w��J�`���}x�����0p�y�B��j�$����n���1����G����Y�'���-"@�$c�*l~�ڟ�&��1�?�XyLz�����ǩT�_1Ǹ��������<��Adǽ�+�4cZ�̃���@� ��"��Ay(��N��s���)���v1��v�����s�D��ހ�E�������$�~8&1L�p�%Xz��'8��!�6�9^�f4�E��Ԣ�&*�C&r����S3�RY�U$�s�J�&�1��U: �fb\�,„�fW|�h�=k����h&E!_ �'�šqF �rEg��W�U��_X�P2Z�Bs����Y����t �Ӳ���k,WZ�BJ�j1�r�$<�x��Њ�ѯG���Ud��,�S!�ϸTP3X`��C�O%����c5(�i5Vn�@�C���?9�h��"˒�GďrNLy%/l[���W�"��Y�NBb&UG�a&�*;���Ҥ�y���������p��Β�:���5DF����x�ODP��A����\Sx:W�X���rp{�랎��]QT�ws����kk�~�ʿ��,���R/J7���3��P��{c#�K�����š���";�D t�a���s��*���Y��o���Md��dpcZ�f��uU]Mk5�I<|H}J�6CbP�S���kF�/N��n**������Sax�MB���� ��%�@/p'�jB_���⤄pN���x0� 4�@�_����o���d��S���T�1� w~��p���? ���4: yE�d�"K�c��w�w�;����f���׻��-Y6d�������%Z�[�vK�Dd��ے]�^mN,$�J$��<����t�@8�(Zm� a� �fmV��n�6 �k�Z�J> �z+x�BAtr�K�*�Wbm3 � ���>$^��w�uP�����K�4���N�Z���}z��ՠ��o�S����r�_6�������|{���秏���IFS�1�z��Eb�p�H��3Z�8����Z���_�����o?��������*�>��� �X�B��k�|m��>� ���hy|���������v����}���������Z}�ӿ�ɿg8�)�U��ϕe�Z���L8d��"� �-4�:nP(q8 �PY/ޑb+�%���E�+�SM#i~���mT��e�,8ma�f ���3���V~Ẁ}�R��Lc���Y��V�N:O������ꄯ�:�#�\�%�5�Jz��V?h/\-��5�2Z��j��} �\i��\��e�#��+s�%c#B]=ګ�la- y��TP�t��w����F�)�ݶ 6�N ��ߒ9����h��\f���j95�ur��r�w��I-�P��E`�Ѥhm����Ds��qV�7.�U�\-O[���ۛ6K��oe��o�Ʊ�ŽGbw����(:=O�����L��N� b�~?����Fl�6v���Va�C��L;���Բ��n��H#���f��G�������n.��5U50�/P�<Q�,F�.�HG+h^��+"�N ��;�� �l'�P��D����g-����mޚ�缟������κ�Cn*J�~��[{���\��uUM#��]�s�5Z���8#߫�k\�l��O�=�4���4�{�c58v^�@�/�#�;P�IW�*r~at\}@�`5�wc��Ip�?@�p�}�MԞ��PK���+�*PKj�RBDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.yml�\�r�6��+pK{0���f;�LqfꤗN�K 5�(G��.@R"%2�R��f��.���H�i�M!J8���0�YY!��ɜ���7�Sgon��)�?�2�â*H�2LJ)s�m���/��sV��ȱѮH��5��`�Z�΃Zxetٕ�J�Dž�?h�)�E�R�Uz�R�� �;Kw=�f��p-�Āե�l2��3+��ʸ�������� ���r[5��Hif�\ )>��LJ�P�0(k��b�EA m�:��}�\�L�J~5¾񌕹C�v��� ��:�v��)��tA2��F;J�R��J�,����� �P �y��ʅu=�:f�rfK-_�l�o4�mu��R�F7,/������ LK�r#��a�ѫ"A�qka�-�[•^�X0��8���S�S$��?.�G1 �M�O�}��m����b�}��D�r �Á�N ��%���QB��d+�a�Q����NT�A!�dR��V� Zmp4 }*0��jMن��n{I�uO4��� ��h�05x�Q�SNz�a���*�uH��.:�3�s D�O��YvoB�s�Nށ>uL�"�����y��|}�������w�2�"�ՌM[�P%_�[��O:s/���,��N;��=�ZJʋ�S6��a�ą}�$�_�S��37%憉�9S'Z�� >F������T.A�����I >�bv��d�u`��� ��`�bO@��Kw!G��[3���y�"� ȧ�dO߭��T`ki�Y����7��> �]��)��^�Y�g ǿN1��+��u��A��=ʤ½�7����&!�|Yץ{x�c�_�њ)��F�L�cqb�ܹ��\�j��0�ϝ >G�y+Ra,*�Ϙ��E�@���=ZZ���i�x�΁#�UøLh�� �H� hq����#,�Ƈu��l64h_ CZ�N���H��H��xҐ;Re:�t0�1[$Hm�.������f��#x�胍�����8:!ra��z��IXq�����k�hq����O�u�^�C���ɷ����Ouq�j���z����clB\՚#��(8̝ �D't�0v6�A�>�4bZj\Y6Q[?���s���L�N��lOp���j�X$�8�Н1��*~�?ͬ0�/�A����3��� �]*�:克~^� ���l���E�}�q�i�Vg#���h��c=n|l������υ?��]z�Z���� �zYv����3@���*�WIs�K���љ���kျ#r^hU��8���u��j�EO\[�����a���Rc�װ!�$N.y<>*�8Ϙu�2`E C�ed�kL �3fC�o3������MQn��8���n����[�U �t���ӆ��T�:���C���Y�HUw��u�:���ˍX��w�v�Y�}�_���"R=[jct��9�ײ�r8��=���TuA�*�`��7�PK���s:[PKj�R,Definitions/resource-Novaserver-template.yml�WKS#7��+t��`�Y߈a�N9��uH*5�����HIcǛ�O�4c���vB�� �~|�n�qO�RK/�v��Ï���ɢT�,y��^�;*�s�=1&��[ɵ|] ��E�D��9�i��_�A���S������g�9�Td>IO���~�s~�N����8tNN��8��/�� 2k^��M̜߃EhH�2+K@�Ai����qf�+f,�K�+�,x6���t��tnl�I��2�K ��3`CS������J�X�������g�#-u*��o��P@2j͔��s.O�J�!�M1'�J=E�52n��n���f.X�A�+�WX�`Q�g�1��S�DP�)���D�ˠ��+���#�P�d��|�%�����3�a� �h�2C���5lQ�V��,��c*��0v�n&���*�o_<�YEk��1�.��� ��0;jR)��w@��np� �sT� �PM t���G�Zre����{�K�J�m��Ҧ׬TH���r�w�f�ZSmrEJ�\%�g&Z�µ6>�ms�ȁ��MV;����/�M��<�ƨ̀{���nl��� +Y$�5�`���ej���?mLFvK��e��B��nEi͢;+�F��d����=�4,� ��\3�Op�r�4�c0�[��W���-aF�� k�7�)u;ȂO�J����i�0�o����1�~��ݤ*q�@�w9h U�]q���h|u�۠�af��%���bG ������m۟�ѯ�æ�k�����JA�T��+� z��ȌFmR%�-3H�v���!���-ۀ�d`񿂗��J��uWEs�1�BfT�;c�ڄ<�#������dumt���ύ�����7� �n��!���h�R"1� 0���2�.������Wt��0��n���bo���X&�r=���6��%���ԟ!Õ�����u�<��D���o8�[��f�@ːl��D�@�0]��@��٨�_V$�~}�R�ڎq�/U�o��-Gi]����.�͠h�������4t=��#�ᤈ�,�7��^Yĭ����*��?Z��|���k��'�]�n�[�3g��|�����ˈ:���QIZ� �����ۛ�8���{��K�'��'�ZkO��TJн��p,6�luiQ�7���U6��ދ"�[<�t}�@.<�܌����P������<x� � �w�̆!mo��:@S��nْ��I,c1�����Xa��š�2���v�!,IQ) ^���I�z��nǝ9W0�ʮu������O�4U� ��KŞ��PKG����PKj�R?Definitions/resource-BasiccnfComputeNodesHeatDummy-template.yml���n�0��} v[�X���.q� E\$�[aD��x$%@o��ag#NG���9�肀Fb�����Ќ�j+(�kl&0�I��`0����1eG� l|z���f��T�,i/P&E^ɤ�/�$�SZiw)��n�p%�e�w"���%�<��a������*ˢ�a k����™~�ȭ�� B�r0f"��U��]d��F*Ӣg�_��SO�ֳ��7秚}C"� - ��S�I���>���׬�+�Mk�~�D�(�1��;����"�:4c�c� [:���X�4EX[��&s�������C�4mr����Qò���؝��7�=�*��;��_)_� k]\��Sw���6o:㮧��k�#�c'�ۋ�mG�|k:I�Q6�w��(��u�F������� � PK�U�ĜPPKj�R)Definitions/resource-Compute-template.yml�VKs�6��W���@�l9���i'��;ʥ��,���1,�U~}?>D��2Q�s�tw?�~�]���\(��r6������*(SjN�dtz���S�ő�n�+�q�|�����ۋ$ˊ���)���͓b>�泙�'�aW ����b~r������)>�lzq����4;�N��)�� /ĵ3e�9�U��\zlc$<�΋���Ґ\+˵(�GT����7�P�T��\�#�y�CX��xRZ��E�N =y��Y�k���s-]� [0��R�MCH�V�vU.hCJS���d �A}Vv�33�<`�l��n�r��AA��=�!Y؍B�wv�� %��� �5�m�v|sq�a� "B����@h�)� �% ��k�%E^���e�$d�ʞ�H��>_�X��\(����O ��B��^~?}�;��/��\{������|:����o+�1��ys��t>��Q�.�m)P 3�`�5ʺe�PF�Z��%��)�C���Y7� kU��#E^yW�Q��S�N+��;Y!k]l�Qq��M��ٝ� ��݌�A��i�Y�`�������ꈉ=݇���ij�ލb[�Q_>t�餬�g+�� ���`����[�޼��e�*O�a�:I��k���_#M%�!��g�T�i�m�&��쑸 HY�G�]�� x�E�W�ҙ���k�Q:���:��ꏭh`8�$�<�IJ���H�haf��a"���\a�UV5G��k�]�b͖��=����T"��.rso���څC����H8Y�w��?��\�p��w���?�Qk[�T�� ���k���?���� ��I�9�&�� ���~�n<�e�=�f���;4������� ;^�>�(Zۉ�Q�!:O�A��>��ސ/c�� ������� �Z:=l�����/��6����oPKT���� PKj�R/Definitions/resource-Globalcompute-template.yml�Mo�8����u{�`'q���&���.���b!P��&J�Z�r���Q�-%�M4(� ����<~�2R3�d��.K��Ai��c�4/*Ɂ"Y&ˋ ͨ�� Bx�����<=}z���N�WYt��̣���*J/���rA�r�����[�q~C�t��h}{}]g�ED�g�Z��� `E)��� �[Ȕ�{YT�i��@3�+c��*J� %[kI�\����x 䙛)$�Q*^n �M��.���@s������5��R�Z(Aq�i�NO�w�6�2��X����PfRmȗǻ���޿�� ��z������+��2�X)`i��]��R���H�Y����� ,�&ćB`f㒦#�&��vxh2�5U �Eaǫ��(�3�*Y��ڔ.����U�i� -Ki�r�V�dk�t69�P�m,+tC&�^�x���U�c�-1C/�!Kr%���Yg51T� ձ��P�EE��/�zǽ����A�:j����G̎�U���?�l 9���oם��̒��w2Rk��c��f�X����IB"�\?=~�������1mOϒ�o�_ɏc.!��+�Z���͏ �ύ9��ټ��Ȱ�a�Ћ�$&�譚M��P/L�w��K=iC�n�z?*_�5G-�AU�m�6� L A/�Ǟ/�hƓ��)�ފ��mt�����G�FW�}����\E��� � ,8`�-�=f�U56Y�+���d,u������ ���>�����0f�a`p<0X�}��Yq�W< ����—, (����W�+VԄͣs Vi���5��`������Ij�E����G+�ǞF+*�d��Y��ِp�w*کm��� NW#��AF�A�ia9 &�����ך8� ��z"鱿�t�G����00zVt���s�1�=�p��1s9��6VJ��"��w ^G���<ۀ��Zs�S�0PL����c�Q �_�F��� +ݢ��3�ߞ� ��3��}���-���97�f�Ix�<��γ/5���\��1�ˡa����Y�8� W�'�3x�W���&��",��z��� ��Jz���PK���<KPKk�RDefinitions/data.yml�}ks�F��w� FoĹ;BR���9��F��8W��֨���Xo0R$���,������� ���Uj�X�`w�L$ $�/?��u�;^�x����[�ڳf[���ě�'~Z��Y��W�ի7� �S?\XI�L�Y��O�ؿ�R�Z=��Ћ�֫�š/^Y���������Ϸ7��f�׳˛����|m�<���?_¯3kv����_�X� ���1�H�HG�E�-<�@`q�����K߁q����}f�8?�b�W ��ُl����?�,ev����_~��7G��]GQ��-��'��)���No>/�gV X'�u ,VDT�� U��{��������aꭼXv��\��R�|�3�z4����ca�� bi��`��oض��O�>��ÀŇ���VG���W�T���"�7=[,Q���yloV����> z�ϲ�q�����œ4r�@�����/���C��~��,H<�<��z! MKs�C��/֖%�}�:�ƶ_�Ǥ��N b�ĉ�t���+���>(�#�e�����*�� ?�#l�����d�DS�f-\�!�@�����N�o�&���h�p�Ml�0?}l�{h:��`�p�F�F)�$u*7ލ�$eqj碟c����U�8������E4��]����e4��?�tc�m���.Z^I�q��+�u�G �`�[�>p��e���a�-�<�x�-�h(�z�a��`���Cxm�`�)�Z�տ>���ǟ[z]���k�&��Z�:��� �wm�o�O��ܭ�[FdZ)���Ғh���Iq ����8]攙ӆI��NY[uB��}"d���R�ߌ����߅��bv�v~%�L?Nj8����{��[ X4�,x���ZE�퐞�q ��$$����(I�#�B���O `�,�ܷ�j� ���r��e��ӚR_H�` ��z�:����Y�N ZCns7 ��a��S��-��=E�2��T_��FA�Eևx ޭ�ަΆ�& �2���'E��d�^��Qx� q>�3!p�!F������K�;�WK-��y脹4bp�E}�� ����q��DF:^��M����VY�Od�����ב݇ =T� ��ݵS�m���O $�m�_Z'�_aԎ�sI^���'������M��5d�I�"��͛,-%�O���`J0ǐ�O��[fA�@_��e0��Ïٰ�_Ϭ״�����!�&�D���I lcж1�-�V ��jT,�P7L� O�#���c&�@I&��tr��X `Ȁb���q��_�r��V�Lƞ̶�g�cm��ةh�率�z) O�$L5B5M?�Cu�d��$-��(Q��,��ɐ�k�?�@z#}����V�{/\Z5�F�$B\K�U ��v���X��[�wۢ�%��O��(���{�^ b��E;� �eWhI�*��Cl�K�/Ԣ�tq����&6A|k,o��&���~�h ���{�je����c �%�&5��Bd�l��� �+��E��F��܍�dw�Y?Y���>>��T�������%`�Ӽ��j%�5ZX���)s���=�tW(,��zp]��*�'�#��� ��Z�g�i,�<�)������ᅴ�� �Sa4�EY�JQ���#���RfF�]��I�Gao�\��=��K�����d;�+�X5r��r��(��ۈ؏+r�mZ?��m�4�}��E�x0 �>:�*�_:��{"���&������D�g��(�ȡ��-j�1>,bI9>�c˃T�A�x.�xo�]َ�R��x�Y+�M'�q��P�-f����"��Q_��T6R�/1[.}�u�*�5���e�̀+��6 Q"��a�v�~�I�F�&�p_&�6w^��x��4t*����qzΨNx}g�ҳs���[�o �����T�^�ڛ��b�~�������K���h1Sat�4��L^$�>���T�c�,�[� ��W��C)�3�}2$�octB*y&d.#�3]7��3pm�j�T�V4�Iv�R���1�S�8���y��LU�,���PXx��So� X���T`�'z#�TLA�D���8�b�9��;LZrGN�Dz�?`�Oz����B�n85$]D�O�c��H����V���+�V�>��1ʜ�V�k�����e�vǺ�l�ai�6����&Ħ�7��Ñ�� ���c� ~2y��!]V�{���60#t�R���� �l:�/ہ������(�rk�J�b�� ��(���(#��ώ�1=_ e�"U���aS���(P����mƞސ�CX���X4�R'\��6E��o�&�ܘ���]��ش�H���M��~H����>���H�3���61�u.��c�jRP1���W�'M����[D�"�?=#"�G/7��7�������D�{���4�-bg�XKl�`2 �୭����F�=b3��5��݁::�$�Ttҁ��&�bWn�S�O�g�+��#�i#��f�8��|�i;Zl���)�Ye�<�iα�>�yFQ�q�.��Űm # 6��R!��_PC��>�YǶ1���6��۽F���c��{}���:!��~��|�icM�Ew:|�ɾ����������קO��1S�m�p��6h-V�1)j>n.޻�󤩏�D��3"�h�6/��ʍ�Sf`���3�Z�YU}ľ!k�iLD���Cj��lv)������!�3}:�d�8`�R�����'h�& �Y�$w�!�eW�������d`R��P�{�����q�?��s�_�Q�!�E^2�vW`���\U��}3 aL���UHWz��Ќ<�4E_"�m�V�/�M��.7�Iզ�wJmYJ�\L�,��R�巘�r ���'c�]�7k?�T�GS��lv��k��C?�x��3[af�ߪT��eߥ[f��@�a��uD�/�O��+�Ĕ����W����g�KC�3*�ۀ� �]��s��.ꤥS�7���sx� �5�˂��"A�"{e��jX�ɠ���,�b�"Z�!X�4XrDÂ����{��_����/�pkoF�C��|����4�5��[�N5���z���撊�D" Sb.�W��rΠH�3�R�r8��+�ь�X�Q�D1?��%R����|J&���\ �5)`m���J���`Y��4���jvq`}9�]���R-_ִ=Q� 8EU��4<�mI���5������n��*Vk�Yb�G�7Q�qg�W����&*��Ps�X��Jj��"yXV��d ��lsB�d-<�b!|i�cm.�vS�#]����*�X�R��e�H�56�P�M}��'x�ָFI1ijT�D�V�k�D������sx=I�n�*Rh�Ё��>MN�O� |��51}j��M���r��zL���v��ԃ 8�2�׼{,,��4:T��qn����:6��1Y���,�+{Y��̶A�\}��^{G�#� �Է���4�l�·�����F��`�$k�s1*�n�eb,l8F�!os���g�#����;�ROr��0��z'w���A��%N�������5�� =�O� D��J�5���ӤX��g_�?�cM��r�m0t������"�8,Z �"�K�e��I¯} �X�o�����mH���|X�9M[x/*�����*̹�H)�V�L߮h�tQ��_����H��Ρߟ�W>�P��c�ӟ��~�������~����+���FlӮf�t/������� '�� �6'C�Ֆ玱������U��� �p�q@�$�*0��%�b0�]��e��`�yI�߳%�l����W���O���?�B��2�����P�ƭNj� ��O.��|�s@���4�hy{Z��u��ܣz��]u�f?��òGз׏5} ����� �kxxr>��h@,�r;y/��'���������R|��^Dw~৏���k;�{��t�(dZ�"~�ʆ�Z�H^�;s0 �(��f����W�h\�{�Q� >�5h?�VܹY�B�B�6QX�����(���Q&��/��A3^.�ٖ��Ӎ��˹;�$���t:��,���҈��f�x��_>�5� �>??6�l�QM�/ /^���@JRAA?f���/���6�����IVp ����{�J=�.���.�?� ����{X�6'^�TL 4xr����<�����6�H����:�>%�-�w>���?xД �RY�_# Cz��%aT��' �(���U�����Q�X˛e��h��X?/�ϋ��b� 6���0���jq���V�5Ѡ�@�WJ ��ċ����`��Tr3�Z�a�\1s� ^V�x�% ���*��j֗kj�B[�������,��4�c&K/����W5䧳y5+���v�%��Q��q9�cN�����rN�&���Y���@�hGܽ�^�Ak�Їܫu�翙�b�&uZ��bR���߉I�����j^B��0d��_"}�F�����c��e^�2�,.�bӿ������%T��| UJ���mj�c\�#���:}i����i�~�zh� �G�����e��O���U� ZM�m���Δ��x^��75�EFtf���$&Jd ���6m���.L7�y�<���%�\δ�8��U��u���G�%�U�Q��QGA"�����JID� %��{�������"*�0���oځ�=�S�;�3�O/�V���)�n�Bn�!�qX�>�6��k�ݩ�z%����Ɇ~]dwZ�U��5���;�����uE���p5���v��Jwٹu��֐�5�x:P�><�b�q�E��5�0�������5�����<5�|��M�Si���ɀ�V�W`me! 4*��a�o�ϓ�w�]'�Qv�u�n�Z*�9�ƯSkñ�>�� &�y��ޤXg�Z����]�� ����W�NM���|R���g�.�=�c�������j����q�*�(o*7�A�ԔzP�L�i�?É\Ab�]��g�wF?{)��[����l���_�O��IE����0 ��(ɳ96ަ��m�=�/L��[{�*����e~}ј6��x���p��i�� )���_��/ڸ��2i�w���q��g�P8 �)�H�ם����%�^jc�ΐ'�6�l7���$}�a+o�J�ezπ�kJZ��0�%o�5K�}lC0@��I�y���"�~e�jrm7�� Dm/�;�}R(qܥƕA��~ ��%9\�� r�[Yx�[9���'\�K�:���G��_e1V���5���BfAhy��>Zw �z�f��C���q"�cGw���.p_[��_Y�-����֗˳�:^G�/K��wj��xK��y�n�x ��+$�w���ñ˟K e�jn?�S�V� ��y�ap����= ݺ`^�”z���PA�)�2��*ݪ�`p�K@д��s���'�U�eƈU�Mq�� �%���m���lm.sP]*���<"�:�d��4��P��c�ES��na�O��E��<\6c�DuG�&�����Y��F �x!L��,��TƑ@/�&���i`[\`K�$<~���&��a�`7��XO�^�jB�ҳ:dU9\�������B�����N����pN�v�2�� o�De��\��B�\������2-�����Prh �τ��R�j�����X1m� ��Q�X���c�d��)��v�KƘ ��%�� e�k�{�&)�DU��%UC�y�"g�����h<��uf�.:�G�0�ɭ�Jd�$�v�#�ed~�P���W��)f)>�W�]�Z�e ���ג���H%�RMsL1�+���@�D��OX�jv��c��I9t:7�)WVo�{ "&z/��r����\���i>��'�)[*Y�- �/c #��� o5��7>�L3f��� -T��6284����=���3= ���#��,X�A �$78�������7�aR�o��|�����|q��%#w����ک|_`���� J�W� ,j4�T�A�"ޞ5���*VMZ�m�X��(Cs���o�kP�h��Ҫ�9F��;��7��G ��v��y�u�_7� ��a-�W 9�?&"�_�X܊�50��b���mZҶ–�:*��i+�U69nL���?�;x)g5e'zm�mcoYڶ_ɂ��ƕ��A�Ne/�<��s�Ã��C|&�Uȹ��� ���ʶ1���榯�B�>���\M�.�%�lA��b�ц�+�oЪ��}ų�¨�BG��0J����� �1� LŁxDq�N�L,z���IfX���䲻(K�s���G!����&HIz4�|��M��bD|U3��uP/]��%]T��8�H�x�FL�uH�R��sQ�BQDhFW���B���n4��h�I�&�:��4K�����w2�Z�fd`̙H#' �B�����q~ ����b�##�x�}�M�;Gv��s��oɀQ�e���i�c��{э{ x���U�E{�խ��4�@� �}�%.�L��i�%�Bӛ��s�b"�~�H] ��}�H;j�'�H(HU�q�Ai%W�HN�V���������c�q|=�5R=���+��t�Db\���������A�� ߙ�F�M�R���S�u���������X�m�X��}8��������&^�F��@�7G(�i��h��{R9_�г��=&8�"E�=��{gM�c��DXO�<��z���<�b؉��mR߻Vm4)*�$�\x�/¡��O�T��=�'�ܐA���'0��@D�L���:$�+�s�JࡐA(כi�1?I �y� �G+�e�����7�#A�jN���ʞ��1�%�5؆^Ӡ1��lP�:����:�ϚuH�)����R��I�Ժ�4���w�7�:�hU+�;f�,0�x�9��$��̖����g���k��R2t��'l��n����4#ܬ� �����LŎ1��<���S��&nT�8�u�6�臶�[�s�c]kG.�t�OĸjKS�� ����d9{��T>KpyV;>s��d�D� �X�{��0�2�័2��pܨ��Gur��W��-2����p�1���_} $N�Cl�溞&}��3!���zg)��z1��H�M�q�����V>���X���J�BT��p�+�9=�y���� ���`�W�� 8" �f�m{��)���h�}i�x"��N䭙Q����=��8�b�:��V�] � �\%�z�MBUq�_�I8��Ѣb}9ז�j�R��5e��Ծ4/b�8��=�R�#s-��g�Rn�[��v���[&�"�A�$6��6kw@�C��E��o��CG� ���z���$�( F$��2Q+��33S<��� ,�z�]�h � ���%k�XT@#���9��ي��<������i�a���TG�e$}�>F���?�1����* ����%Vi��J+'r��X�V���w{�T%ZU�c ʀ�d%����w]\ea���CT����xLFj<��%.��C��J�!y�:,��7<�&��������r��c%��nz+]*KYo�~i���!���k�����������k�[���B��e�Ғ����;F�롏�Dz�cg���i���_a1�jz�Տ�����X���� >5�Pm���m.� �)��.�1ui���y��&p����'���cX����><�6����]:�WE}k��/��(s�F[���9�l ���L��o�зrs-7Ѹ�$�w1�E#t����iݢi ���~{��v���4���O~;��^���n;X�Ʃ���`M�I��~���ב�,�����[ue�����Y-Y�O�',(�/B�De$�+D��}��rGp"�꽟x�z�3�c�#��1�O�xx�/��]��ZΔ`�p�%�!�6����DN���,�y���b \�q`2�O�9L���n�,S�2�����ϊ\�R�C)ϡy����5=2�tf��k�Z�ώ�Z/.�%���й���)����Y�:i�����؛6U�6)�<���������XY��m��|��;kbۡ���ꭞ>έ��0�u�at��1�e��)-�ޡ�ַ�؈}��#�4��F��=3)n9ת��(��Z��7Ѫ`�`���/u��ʹ�#����֮�< %��s/�1�|�拫�����}�����������\����mVM��aA���f�����TP1?F��|x�_�Y�Z�A�u��tG�ڊ�/�$0B�I� ��H�+��<�ػ檾d���c��}ORo�{�)k�����\�4F�*��G�%=�+ʓ�R<��X��RA�|���2�! ��+[<2;D�LB�R����������~�ݿ[Wޔ���y��kOX�I��)�"�vA��5��pɍei��*g*� �p��NJ��u���zg|�����p��s ��2��l����ÝV��N��8��Z�OR-�(75A����1HѰ�iһG{�mJ�Q�٤&��~[�X1>��[�O�1[ �D,�!,���Bu�Um}'�I��A��[�Z<�gS�k�z��~6�.)!�j�e���@��%͓L4����E�|�H��v��v�����3%�L�sX��m�/L��5}�Q�P�rU���07|N�^a��\��^���ȹ���qG ��Q9 �[қL�@��ٗ���j�+C����Ί ��v����i�ƢW��R-<�Zb<��y����j~Ű���p`np�sR)�`�"���Lj����S}y����`&��2R�ʧ%s�h/l@���-�%�lX`�^��)��m�T��nFӀ ���Ome�Q�F۽ v2��L��x���HKWi9^c��8"�ld�c� �Z%g.Ɣ�d �XA�J�D��YRb�˅urfZx�n� m� ӝ���1�{��Q�N���#�p��SF����[)��|Il+x� Ǡ6��@�$�9��v���x�h�H0��r���x�{>d��F_%շ�?��u������J�'��wCUb���0��znf$c�Ooά�c����'�?��_5 �^}`��Ft��[M�H�:J��q���u��Y��)1z��k��X�qVJg(ҝ�F3P��"�l�w������ޘN���PLTW*�E>�)Yygm�X��l���m4y��8^��d^��lS?�`@G˘����5�%���zE�<��T&ft��}^X�{�F ����UU��ط�����].�ՄS�rȆ<�>U���i G��^u�`�.���q�I� ��u�6����_eFA�J^�9O�q� \/$�-�h���R�:Lv��5EAnL>���I���+{�<��FM|�gɪ�څj`�N���0{�: �[E�n�`m=�`d�*֯���L�d�(�IE+��1sz��[�ka]�}9��ͬw���J����t̿Ҧ[��÷����VR_��:�B;��侨�vetB�� ��%����7oa�ף�HvҜй�I�7Y�2`��mO� <�_�?�s��Lő�H ��S��>�A�>w�ӑ��\�S0��3�C:�O'�Y*���댧I�T����,�p�h�g���������*�3����&�,a+ �F����Z��V���M �O�6CѾ��q��z�18����*����Bi��ڟ]��'�>�'<��,`���K�Ad�E=���?�z�:�犏��s�g��������(e��9�,Roa�(�ʏN`�n��n]���P�%.�%Ѱz>ͳ�Z9v��Y�,�2e�����d��H�$���k�Q�6��d���W'�Տ¡E�^��[G�ay�0��.��-o�yY"�=/��#y]˨���b��i�zG,%[�ԕ�`}x!V��VZh}�h�Il�N����K�;�z��,�˷���d������z�m��v)�V��R_���p��q�pq����[d}cp�`�/t��\����Qud��ؕeH�AxcO�8iM 2�Z^r.��^J6F���Ij�|��]_�%���U:�/�N�2x^�ޅj����|�R8#�Ǽ�*mԤ�ν�g�-�3���YZL%r`���f�_��K��y��m��I���߱h#��J����)"/����]�U{����;5_�Ù� hK�|P@W;�ی��`?�꛿7�߱���Ş����A�����+��9&�}2���FBс�2�������Z�d�c���4�����'�7�Rbvo�޹&���-�~0l\�T��Pq����Y}S.�d�����}�zC�)�e�7N׳���Y��p\��כ �y W��� �@I�_�-��6ZȘ���!~�� �AV6�oC7aZ:Lᜬ`��ߐE bL%����hF� �L��L�[���5+���mc���c�lu�3�E3�P(��*�6x�C ]C�����MYM ˫k(8�TӨ��B�p��v��p ,��� �k(ܻ�Al�j��V����C���z>�6E� ���}����������E��e{��-d�f%��<� �V㰉K��r1�4��g¥�tT����z��}����DUj.}��\.x����Db?e���ދ��Пc��Y��R�E��w[��9],���p8��ΰ����E)i^09�z99N�&�V�(��r�;� DE�&�������$~��Թ �*���j�[gRR`��"�F.��\�m��pGU�x�o������Ab�e�4Oc��7��4��m����4J�1���Ѿc�׬tI\c���9���&�I�HՑ��t0��nn.� �E!�����- J���6^d�������3��JF@EF�A${�d^�f�|x����z�r��}W��K��wSJ��Ц��-߫��`ax*��F�׫�5� [�)��H���?��G����?��/�.������b�҃b���/~*>������2�r��V�Q��?���fb�-������8x�4.�{ ���Ea�f��O��}��r� �7�M�^��Nc��t��V�[��kK���ٖ-"6e�a"5|އ���^�?_.n/N��������bv~j<��v1�<],��[aK�R�l4�/��b��3$�,��_ k����(���Uڡ֬��i˲~�����Dy®�:P>���%�ĝ ����6�K �Xp�BX�]:QoC��Y@N���h]���Ep{Qf:D�?PK+�@j5��PKk�RDefinitions/groups.yml�X�o7 �_A�/)_��-+ ��h����.���|dz�褛���b�H��9�1����VK�#�#Eݛ�7p!3�s�u��aP��������Fï�/���f���wҰ25�b�x�� 預 o3������:�>��r _WW����t �Wp|9:^/G�� �o��ptrH�"3x[Y�O %�s�q@a" Wa& ��_zV���,�jr*��t�MG�rҢd)��ae�)2���D�c!� b�"���cL��D��w�=�i�wG{}ȅɪT{3k�*�� i��$,���ϋ9��������r|<�O,�t�R`BL�oQ������2h�ڣ-DM��ؓ����oB'?�;�D�% �V�¤=GLjf��P#3��`��'���nZ_M�2��m��� �q�EVHlu���s�́H�� )%F!����.�坻,�r!���Y�g�� �F��ƪs&��#F(����=��ז�kk\/���Y�+&�{�f�0��.����i��M^���� ��A4�#�}n+ySc �pp��1TGHT����ZQ�C��Yq�Cj�TRs���:���?�B(�xvE�JLQ=��6;���^(�UX��� npŷO�� �ȗM����̮�J�s�<ǣ��:�HM^&��(������\_N�6�+�7Y���ڒ��]CU��P���d�@���f�T�=�z'�m��8V� ����J)uz�Ԕ3�i���gh��wiR/˺����F7�-q�c@6���D�>I�̄J3Sk�*��)e,��=Px�) Bˆ� !-��H��Q7���@���[ ���b2���G!�1�i٪����i���������;�7No+��]�_U�����X�|^oۙ���Qs!=r��7D�n�i-R�<]��j�[��I�o�&���/����@�{� O��:f͒Mv���T.���/��4ͅ�����$����_2���6����y] �(�<��o���e� �K,��h��d����\O�:9&��wIl���PK�'}8PKk�RDefinitions/policies.yml�[_s�6���8I�����>����&�'v����p �0&����vAR"@I�,�Mo��$��������y/�����)7č9�k�����|�� %ɛ�+� ����sU��ΉT��� aI&rN��q툐��B�J��T����f���,��Q��@��W֦#�=Z�g�>?;�N�=��)3:�+J{�~pqu}{u �1�eέ%�-����j��!���)Q�Б��� <5� 9:!VenJ .��Έa�m5�����/*�q�� n��O���� ��mp����w���O����-���\|��� >^ïw��;�up}yB8� ��3mP~R�y�J��< S�@Vs&2�`]rT�'#5�F�r���iA����:��YLs�e4Iy&��dɤ��9��,�ē9-��u��~*����)I���y�iʞ'n�9t�jdϷ n{��r�LH�-3B;��$��x{�'7~<����9Q^/�>07b�0��Ns�S� .s!m� ��*���h�Pu��VP�TOt33��b pF���*������}�h��ӥ�ռ������?]��O�(�o��-T�����N9�����l&o����]��R����撣�] ��]�/����$�}�]��y �ծ�"Z���n� �'Z�ۗ��ѩ�&4/�� Hk����������'?'�M�h���4�i�D%˂�q��$���v �������xZ�,$�>jA�5>Z/���]��Ji�U�jǞ��.h0|"M��G�@�B �r� �V1A1V�}a�e%4��c�-㣑q�1+&u��;@��w)|�o�Xd|Afd�l��s>��.ZN��l n���;���ڧ�~{=_�X^Z19��[��k��;k����T�o���y�����\g��wb�>��:�]���%����t-�[�3��e1� �^��0���\�c,*u�xX<q��+�Y���A�I�G'��f���+�`�6� L�`)x�:�b�x,��*s��T�$��O��a�Yg�<�~<� ɯ�f����5Z�x�K-7P�\Φʢ�1�:�Éէ����S�L=����5�B��/0w)3�|bQrj���w#���R�2�0��I�1�s�@Gudy���e6� �vp�g��� ٽ�6+�U�yi�p�`8�,�x��#;�A��Wn��@�W�w�M�G8��P�u�����t#<������4�7\5��"7Ec����r��"t 3��M3\���Ϸ��ݗ���>y��5�����6�}㦠z5h.��a��&�U��JB1*Q�� �R�˂>�JU��� >A. �5�IJ1/h;T�W8����䬁�Q�8o�d��@�dʪеyQ�ė�<��X��/���;��p��d��p"�'��v��)v���� �� ��U ��}Z�W嚚�Y�� �J�����`�����T3H�������m���;��=��;�= e���u���\�퇼��6H�O]���0�p�ce�X}�[4{`����h�b&���R�v�R(���6RZ�u"U��AA,V���"3�%ֆɀ���&W���X�rGE�:�UJ�6�m+, A�n����ጽ��!�Z`���k��Þ�+�M��Yi�������|�� nk�^61�c~���LLo��ѿl�2=C�[� g�*��|Ab"���"SR���æVx�� ګ�!��RV�i�_������JK�K b@OU�Shb�J� e�@�j���+E�V��\/ r?�M�_�<���a�ҔtD����n�/nzd�㽓��SY� Pv�@ȍ�`� J -���[�X�tU��9P�#�ji�66-��BZ���v~)2���K�z�F9�TG@cP�jR?��B�;��9�X�|����_q�+ּ$k�}��nꅒ|��S��ui/��KѽȠ�_v�{j~Bxo0G�}����o���s����5�`�FQ�h�7%�xu,�gC!7�0�=��0��s9щA�.á��h�,b3��� �iȶ(g���A8h�M�"��&"b �S�'�W�� �rN���7�T&�7j�*q:4hc�� )2�H�|�K�ԑ""[�Y8c�M��H�4�$�����,�݂�dj:��!������Q$D4��I�'L�'��2���0��I�ᄉ�# ;:�C�H�B !6��갹+����*U"g��.#�:�"�X�>��>h�7s�TN��g&i4E�d�}H�h4�MB���E �a�0�!O�th�US�R&2y:�PASW��"�Obh���'�� ��P�.��څF� vs��4��XbS�"`)����՘'&2V�e$%��޼��tR�ȋX���}"���h[Ƴ�,��RF!D�J�F�H6|��F�d����L"lj�k�97��8�hL�d= ���t�j(#$��@��h�҅j��Bt'�DZ�D�1Y���î�L��;�V62����e�LYat� �a�HI�]l�}[�$�Q�ܮ0���tcQر(��5���Q�ȋ�w�g�۹�P9� ���7~F�&�m��Ȭ� �3W�z�E�?$W�&�;C���|�# 靈fX �Wb�N�� ˫~U5�>�6"M�DbH�t��Mqv���j����T��4�_ba��bݺm��^�L��6n��� �7m�8o�oY���@ }mnuos5�����m��)�.^�Vk]L�)v£�L�I���A�::Y��Q�+7��T-�dA�Jv�뻣��[���������%Q��ZX��Z�U���~`EcA��?H�[#�PK0?��@ @PKk�RDefinitions/annotations.yml}��n�0E�����iGn�tWn���,'AV�X)$�%GQ��R��iQm r.�yx���F��=U���#��b)?����ye4|M��� �C����a4=t8�6 �'�Pj��sI�Ai(Mg[��$?�4G�T,���(j��S�^��\��{d���r�#mj\�l'�_�dW���L��[ݒ���w���z��x�0�q$16xp��n�M�:�Jyv���I�^����j��s��|_�Y���l�c{����n��쳫�;��n.�}����֛��m.@�+IC��~�T��T���D'�����Rժ��t�cCИ'rZ�K�S>L� ^%.��#Ǜ���4 _bQQ�����iڇL!���k���<��q�W�TȘ�]����Y -I��&5�4��H�>�M�J ��|��0ӕ̌�GH�T#��Q�E���9>�N��)Y�&ax��'s����.:S�RS�j?j[���� ލD��5��~�3D(��1,H�L�jC��XxY�����΢î�����hSK���2�`��PK���C&PKk�RDefinitions/relationships.yml�XMo7��W�A1ଚݓj'��@.,5EO�;�ج� ɕ����!�K�W�-���r8|�8�7�W��G��v��Rgd�_�2�O5r->�u�h�k�x������o�7��Ƚ�Ƌ�\('�*'A_S*�PZ�fS�J��N�uX�r���?� ������];!��+؆�����p����&Ʈ�y�tÏ��w��7@���srNX�R*�X{! J�0s�� ���1o��*���Z8��;i ^2�U���U�C�]�%��M�xz)~M��k��{<�p��L�=zxMf�wSq� n�'w���~���b4�G�1��] WX�����b)cҦD�&r�j�RĥW�\�X�-Y�pDAv��� ^r�Q^��滠�̅7.��J�`6��|�q�1&���&����������\�)6g�r�#��79^e���J{�K�Vc��c����"��t�\�`��1!2r�U�pf�x���,s/^[�^����v$:^� +�6,̒^�<&p�3�LVm��5�$`���t1U��*����9��K���H{l��rݒ��H��������8�q�t_��n0@�ɤ�O7��T��j�����&J`\���3O��?�R��r*�E���Y&|e��u�C��ji‰|����(��Scq@ �3N���aX�񰽀A(�r5��#�Y���7���m��f1'^S�JPR�Sv%vk��E�����!Ea�V�1"�U�� ��(�p����8��G���Q��> 7"d���@{��o�^�Ui;X��x;�� "i���U�kΖ��O,�k6�|��=�=������I)4�����a���'l��R���"����vE��5B���w:+ ��_Q~_�BQ���q��%��Ʋ1�%�F,e��H|0\^�NaK�S��!#4�ȼa�b]>Q]k6��L-�d1��r"��3��'e����|N�:�a1��w�<��v85��3e�V��)ʂ:Ǖ�P�Cj,k3{���=�W~�GM=y��X {j�`���Fm\W�B�k3�d����J��5�J׍KQ�(���/3�B+��jB�"�#QuK�D{���0"p%J8J�`0,��� 11(��Z�k����P�;�A�צ�{s�/������E���e��(=�I���F���9eU;R�s��&�aԻ�a��5�T&��rm����cv�4�J�U��`7�u&�~ �עǚ���v{�*VᯅqQ-y������ �LP�Q��>v<ס{�Q�[ �;�ؖ���V������J��t���O�5�sU8�rA�BE�'�;*Hg�'��"�2�W!�����z��)����g�G�IO���o��9�*�ߊ���Q(I�Je����t������]!���ߐ=����L�W�`�*A�@#�N�)�'w/��S����|\/�fR:�. ��SvDI�m�'��:�%O��ӛ�Цթ��� �zv,�_�y��w�Fk�{�j�� {[�Wk�,���/����Ty��Y!tgD�}3��f�� ]y��/�� ��/p#᛺)mJχv,����}Nul԰�T.xP����8Mo��J?�1�ϽP���N�o l�2@_��ʺOȖ�䓲�������y �)+�Z�:�o��~�@��:&����g��U"�����s��~���0��2 |1�%���:��� ��<������ſ��j�?;v�ޣV#'����M),Z�4�NE�?PK�����PKk�RDefinitions/artifacts.yml�VMo�8��W ���@"o��=�I�5�q���'��F�TIʊ��w����8�t�(��߼y�q28��2E�0�Zgh��J��Owrh�4�H~�S6vG�џ�55��m<�Ʌt�K��O)V��Ԕ��B���Ex�s����� ���W���ہ���  頋�i�D���뱊�n�yzy=�_��p�^+t,~���XW-���bE0�h�Xk�t� n��R�����7�"yɤ�V�j�V���7 ����d��>N�����2]�u{��/����l1����\�ή���팾>�d���ή��+z�*�� �d1c��r� S�˔���Z��f�VS8P�-��l:���%K�����x�R��0�Z��&���cL�lE����i�w�sȄI[���^�"�K�VHG�&��.�3������ʇ',&�ˠ����SK�#X��/'0�<��<�&��R`��z%���+�5�rC�YS&G�]a�L[��ɴ$6{�|)[����JD�)0�K�/Y�T$6�pJ�na(��!4�L ���e*�F2OŚsK�"�0g&��8��6, �B�H�k�F��'��>��oSi(EU��>k�"��Hפ ��t!�뚫�T&����L<��z+�%TԊ��u( xԦ���Fޥ�G{��) ��}&�+���ᵟ���>�)uH]<��VR��;�|���a�? �^˧�[�J�E]���� l/2��B]T Q pC��R�7#� yܦ�/��s�{�ځ���!�t�5���TyRLTjٿ�ɚ���R_�wu��,虚��& �u�f'ľ1S�l�X�Z����ALO�@;B�v����8�鈕Xg]���MW�^�c���6E������ �_���P���vD�ͮ:��(�� ��.Jj�^��+w�Ϸ�ɽ�g�{M�ǔ�=4�$:M��i��Y�Z��+��m�5Y�/a�л, ��9�_�~�b��D=�eD��9��c-�د��1mS��(�DI|W2{�4®�=���6"ǡ�F�dN�3��� �0�[�!Č�� O���P�����q�ma�H�1��"}�H��� B(�a��A�Cp����3�����sw� m��_��"77O���n��h�M=e����%R??�M3 �sG���&�7�c�s�%��c���m7�sg��l�*#��d�[��d�F�7�{W�l�puBv���#z/?��� /�B�G��e���9����\�ƅ �,1l���f�t�{v��\-����PK 2ea� PKk�RDefinitions/capabilities.yml�ZIs۸��Wt%��Ja&s��d�ITc�.K�ԜX IxJV�����m�y�C"b�������W��ThB"B��,)�c�YO^��L ���>�ﲮwC �@D6 ��DS�4��@�`ŜPX3�tj2!��3!g��h��c|���1W�q��[_��^�=��zR->�t��|7܎'�����,8��+a �:��P@f��5Hd�(�i�3L,z��ܬ��(%d�(6KL�Z9<\tyڋxן�h�n��Ѥ�2�M�?L}P8�0��0 ��t�J�ZcgnUl�VR2�W�7=)���`'���q݄�^�X��l!)l4Pu�$�XI�gۖ�I�qR<�>��5:�� ���<@�aN��E{��n�1%���|�|�H�5|�zQ�F*�ͮVDΉ���?yŠ�a���߾���`L�����m(l���M6 ��?�ӡ�^ �ͼU?y��gJI��|�Bd���K��v�U$6#� P�1(��;�.jH�۩i��=��I�)�*�S����e�z��/H��Ԭ�z=]@iI�O����6�p����-tNJp��oBK�gg�m2D-��4ŴH�YE���Hܹ�h>�b�Y�L,=j�k�3)���k�� &c�X�$ -Oh�bMd 1m�<2������=&3$Y�ˬ�ae����$yYלKb�d�*+ч��L�D��͆4��ub2�^ʄ#Et�Bڱ�# �Jc�P�Js}0z�� A�� �_p� �wJ�c��\�E��?4�e&��e yX5��t� ;��ZEHP�&9x��� n@����2n��N0*�Zs߾�O? �� �0:��,���WS � 7����1ź�)���ܬ�er��&� �)�|�ڜ�0��Sf'�-".Ͼy;cv�p���E�Y����������7����'�bZ�����?uf�Jm�q����DŽ{)j�;����]A]EW����1JM����I��H-�;c����x=> [N},�k�M����a1_y��x�h�y��-�l|���A`<�]J9OB�4(��`{��D��NaiG$�Ke/y��О;�r �3��/Ӣ�#�5��U��//�:�����j_�0J��*���.�*`�ٽ�1D�ݝ����wY=$Q±ܯ���rCz��$ j/̀��;�vv�R�߉��ds���A[��A��y�r��C�R�v��{���w�J�a�1n]|����njo@�����u���ʐh{^ �M�}�����ܣ��g<�`O�u��^Y;\O���}��(~��7\3�?m�F�x�sX��F��y���=���dw!SO��v6�_e�R�� ���o��r���f q����{�ўRP2q�L`��H���c�rwiqh"��8�� ���Ω�"8*;���Za!�Z�TkuA� �.��l%�Ek�n�X�)5i�l�(�e+ؾ�d�^v��n�”I���,�H��, YR�ۂ�\�(wV�A/a�e�;R�q�9�`�U�0�6ؕ't��r��L�}Q���zj����]*,�����qgܢ5W�Zf���3�eU�۪��|���F���x~�B'�l+���BBLІ^/�矰̧|A����lΌ���?�ƽ]%[e��G4���u ����M�2y�<g�� �|���*G��qr(������l|��������H+�;\��Y�9�nX�)FC��p����������_�QȜ��w�J=�}3��� _�Y�ֽլ��Ot&��nw0���s�����D�ݔd_�dZ\�|,Y�PO%��\q�d�2=V��;B�<ݢ0�N� ��$���k���쎦�hm�Z��bkmռ��7s��ĞHb��7�}�9�A_L�(����.�^+�Φ� ~ד���O鞽��6�g|�s�ۙ9'+�=���|�1��.������PK�H�v~(PKk�RDefinitions/interfaces.yml�XMo�6��W �K $J��ۓ�M�B�6y�ؓ@S#��D�$-���CJ�%Kޕr�sI�y��q�1����g�QL`#�`���q�U[n��J�o����k����Nm g;���� A����caAH�*/2�$G� ��ij�� ��jiy3�/�S��f�n�����->��o�ۀy��ҫ���4����q=�c�Ufh h�w#4պ�+�gK���-( l��lV9�[-���[0*�[��Pa�ˍm���GE7H/&�zA]ß�(�n �[��<���o����l>F0��|�)\��}z���;��>��V�� ��I�t�ĉ!���"d �"�꒫ [!�T�ZR9P�΅q�i�^B(�ȅe��)��\Ye8�L��-.�~���8N�X���W�Qik>^�A�, vyv%�E�2���H6�����/JYg ��$N���,J+��;�>�kQXOdA��h:Mv����l�� ���i�M�\�>^2-�R�A&R�;�a0K��DO*�~B˨f� <��R�㺪���ȑ �����c(�Ξ|�������?_"u6�: (�B��j� X�TrTm�}H�����!'êiG�*�.��s�-�-|�����*��cx���s�ê?���tv`�f�T=R������=(޹�����8�O0��zT�m�����u�E0mk5t���T� �:���|O�u5E���/{ Ԃ��Ȃ�#�܄)}'��-i�;��|�O�xL�o�9|��8� ���]e��W���$)�+i��A� �!����\fA^>����~u�" �u�0 �� �`����<`ϓ �Z��Z�bh���1���Eů�/�#�^dL �s쬳�T�I��T^T s�OSb�$Q��� P��+��7/��1�f�)�x�c�l��8v�0�VMUԁo�Db�>.a����k��2�C���}}�K���/0�'8� R�(��I歃�������ˎwp�'�w{���\}a/�h� ܰ��x��曤�7^� >�+ �� E�'T�޴|��}�(�z�gaZ�x� �����Թ�ל{����I�M���,�<����msp�����Ů�@� �����6�S| �r��� e+��]���.K{p�A \ �����)���y ]�Ov�S@~S����wY A�"��������ӳS򬺬��w�';kl@���I���G�����)ܝH!�t' ԈhӉ�u���u�y�d��QiҼ�w\c^D~���g��(�u� ۇ~�<�pD�0/��謒���f��ͻ�k9 �փ����]\����_o�������R/ρw� =|�u� @ �f} n��0>E�$.�i ��[R�R@-]p���G/ f hq�v#��r O�^|՝<�]u���8��`oƟ/ٞ�!�s�" Sy�k7O>�� k����K7Ov�/(Q��TwOm��)'����m��S����"��i��w��ښ�l}M�?Lu�qo�a��?��;�J��N�D��?������ˮ�S#v�����3�Kߡk`g�ޡ�p���Rp�}��`��4�'���A C�L�n9�rn,Ҷ�$ˍ��=�'�� k�Bi�P�Y�מc�"/�?��pY.)����5WWe����Hi6b2�w_��z�iY0i�%�����1E���x(*}xS� �(у;D�=��o��$�h�0-Nt�x�/p{�v�I�-[�E�$ �Ͷ�l��]��<��!�o����QhfY)O�|��,Xk�/5�������.� ŝ$1Bx/K��E��N�,g�*��%T�G������M��D�^5�2��-,72��V�j�����eg0�7P~R 7u����H�p~V�z�y*dץǦ�H(�V�F��� �� K�͉ ����۳������?d�I����N~��z&=�����ȭ�v!򉢇��[d�?kn�|�TC�AZf�"���/�Z���9��)�?knE3��� �>���΋���o�h���k�6���^��r����zO.�[w��I�����"��Y������A=��B�M_�Ct~�6?\�33�*���(���5~:ٟL@��v��x6��������������xL M7��tyk�Kӱ?/��Om�|b�B1�I"ە�|��<�����"�m#�<%���S� s[o���p@_8��.~�%�$�L�:b���O¡��(y�`�In�Y�()A;].C� ���~��;l"�LħGp�I0g�n�)����iu7�&����7���T6��� h�H[�ɫ��E'b/+�&'s�ʭ9������Jϖ�M���I�--\d7O�A[a* gOlt�[���8c?�-�?A�Cu��d��W�� & i��Hc��k!��y`� �k3�� ��X@wQ�snm�G������Sv��I� ���IL�������R8�s���.2'������8.�g����̝^�1��N>Yޅk`i�ϼ�� ��w��0��r���آ�i��)@W�� �8��<�v�59a��qr�˹H9���J+�k��ÀZ�;�/�A �>����V�i��L���\9\8�c�Z @�A��*Ipֲ)���������y��P�*A�� b9�[� �2�Fm���q��o�* �2d��"�2m� _DK�5�hI�5�p��!.o'h��Ç�x�2>u<���-���n�Y��;:���Mgg<��XnC��U6n�1�gi���x�N{#R��ͬWX��L�^��p2y��^Ö_�پS�Zl2��M�����^'o7U�}/;mj�7�-���cOV����Ȗ<� f�x���1��6q����Й�����q�a��b�)� Vwl�8��f��8HB�Zj-�$жt#�D�'+��N�f�Zv�_i�}6; ��=E�����5��i_�7^����7��r���v�8?O�b>&����N�mD��{|zٕboH"ɠ V�,\o�'$aI#ů�er�H`CZר�r.������3ZHg�D�qoj ��vKV��n ͷ����XJ*�ٟ�z���Y��#Sܐ�M٢�� ��D�&��K�P�BK|�S��h�%�M ]�ڤb1��N�b��̐�;�8�2$Dm�����W�<�.b��@L���f�C�*3�a��:cX��VAIg�e��,#�BR�ϗ�\�r� �jARq㮠�ϗZ�f|&g�%O�v���!�̵�Mf� !��h�c+W&�'���R��E�A�L]�up��pL�Y�������/O&P�i�`ѹZkIuw�cg�&�v��b�2��� �M�~��=i]�B�~%����l�.�(П������xqZ��O��2 Z�Pq_��6J��黟�eS��l �q��͚<�������� �?6�"�6�/���he�3:��%9��a���4�ڹ�'/终��8´A:��JT� 6�٘��ɐ3\������Ԓpo�R��v�V�ٳ�uG>d/��Ů���r ��zO�v�����6�Q�tp)e�����S=��{�$�^l ��n#t�z����2��ۢ�Y��ʞ���� �\wvs5�^ �8k����;�_��`a5��@��x�C*K��~B�a���#@ �|O������A${����0.ώ�d��Fj|A��ub���p.�zwv�p1;���vy�ezi���P��R���< ,���aI���wiN�<��= ��tFe�1�����/�C��؋��է�����������8��u��8��aェ��!)Wp��6���g�����^��N�ѣ�5�zZ���I�|{��L����9ߴ���o%�}Wv�c[E�糧(�:����0�k�������AA���Jx�nk��$�ȫ�K&6d�]oɨ �>\�;����*`�>�p?��r�1,O/�l��#p�aC�4K7P�p0M��#`L=]l���.9HO�̣G� d4��ː�H�f�g��$�)�'��!93�d�'r]A(1�͂U��J�tP�fʓ8�植x�C�L`gC8�}�o��U�N�Tj��`C+��@e�����'l�:,�cl�޴FL������P�o��m�C�;ŗ�:�oq1����IZ8%�B̴ؗ �KV��JN�Z j}���Y6����(��5�J�!�W�w�o�p���y�� �T �Q�c��­�n�z���~� ��"^��|�1J�����hݝΜվ�28�0@Z����U��ټQ�^o��PD�X}�H��Kiz6bX��2�de(ǜ��>����� �O�d=q�bs�Ie"s �q�{��j���d�M��ܐ��Z�JC�1��yk!A-';E=py��!�g�~6�w�`����x�65�n��G��[ax�u��db�38S_:����[/nآ�V���[�,�6ZvFy��]�+�:�dasI}m�'x�͇���&M��ձ�R��0s���a_^�? �7E�� ����?��+ �Hи���憱�R㐆d$ F�nR�"I�MÞ�`�aQf9��O�si��Fq.C�T��`<�>i*@�kx��݅�M�r9���XJ�3M+���q/͂g��V�2�|��X�Wd�Ì�.����N��O �l��,+]�q��0\��� �e���x\�qtDoL��z��R��"��LN0�9m%��lF� �uEz��q�S��0��ث�%�r��j�P '�Y�+n� �\�Nik$���m���*2U9�r���E�>��<��5�������wW �����Q��Lg��ފB��]��Ӯ����q=DH~,�2?�V���/+K�['\r��� vV��3��>�I6�їG�8��A��q�sz�A�w�[�X���vAMQ�W9��J��_�PV\ϧ����/� )w*x��= ��落E���2���Ӥ?H� E�JFE�փ�ks ���"iƷt"����WY�����Dd׀���>m��KS#Dg5�!!3�23+1O?p�l�D4�f��_<a1qΞ&�ݗ����e`�o@E�����uD��.T �"�F)� (��!�^O���C�Fk� ��.2�W�p�4\*��&�A�ޥ2����WvƼ�K��X)�!5���/�•�< �o���w��ӌP���Lu,Q���Y��޲&��DǟtB1l��G�7���* � c��jOR���$Stlo��l�?�a��;��C�O!ĕg�#pE&$6',m�����/��]�$�������sH��l����EZˀ`�Z�!��\]�Q ��K�����Rs����� �C����Լ*,��"��d��V�2^���k?�~�7M��J뙂؆�Y���F��,����^��E�;"2&���t��v�]�Q��4� ��������9(���f���+ģ�N�C/jec�6��Ļ#g�ߎ��,�g�k�-ݴ����2����d��x{~�@�^'x�H���~N��{g�2�C�\�2�R���G�\�����a̍��!k��C 6\_+I�CN[��K~�!0۾�6O��}>>�pY���!�U��?k�f[W;����7�}��u��3|�R����!��Zr���������~�`-�&�w�U+���bk�jǰ�~��J�?�־���El��\]b�s����&���AA^*����Rŝecݞ�a<�q��*�4�9s���[h� )�+���^�$�^W�"�HHڶÈe�T_4M4��u�-n�E(-�6J��^QM�:�Rꁃ����Uq��*�T�t�¸�S�U&�wU��E X@6[o量��ﮢ�R�W%6������Z/O_��էd �3�>�B|�.�Ǿ�Z�⍴tI�#4x_�)�-�aU]�4��5N�m�LUv0����7WN)\J!����t���\��Kq�M�mip��7����RTJ!��{��з.�[���1Ak�"��ˊ��1�r�S R� �p7>[�7}��T�My-�ᄃe�$�Ǹ���Z�H��y�+�$d�_��S+8���X@wQ����Ȃ4�K ��L���G����Y�Ąx�M���.]����h��Iӯ�7�q\n���ٙ;��c�wҟ�O���T�ׄ���?_�=i�V�)!g�i�#8��<�v�59�{p��9.�"��8������l-��j8m[Hm����nƠ�qk �x�����Y��i�����o�lκx��m�l]n�� �#4�y��zZQg�4�ٜ�B��[9?^��Q%�M�޸��;��X�y}l�kt�u����r_Pv�I��"3Vct ,���[����r}�:�0��1�@�Pv��4ۊ��Aw �����36e"�3�6��Ҕ����U����"m/bЕ/��;���P/((S�oص>.�>��5^Mz�0��Nhա5�v��@��/�&�zO}��= Z���wW�-LAN� ��"��}�Y�Z\S(W��=�K0ǚZ����I�*̲$� ��w��J�� A�_n8�EQ�K�����ᾌ��Y�'c�P��Y��\ ��1�U������9�����$��$�=wHD�V�3�I� ����"�j�j���L�N�7��$���5A��ey.PЛ�#�z��V�w-d�NN�4Jx��y�}K� �����}Fb^9o�!�۴Q�� |��C5�$������nݢ�J�4p�`o�t��?|��p�3��aCyk�M@�U�*-��h��6#PUw�O} �$Y���[�<������'�;��� �a%R���#��@���VF2�a��ȏa�����jc����M��,�l�yӸ1�Z�q�C�t.bXg�I���J���NUldzٞ|*�>��I��R���M۴�:.�6t>c�oKgg���-W',���3|y� mÿUgp�},�r�&��~?��՘8�I���{��/��{�yMx��d��&�ɕy�}&�۔���E+�z���;8q�>i����exBH-ڧtz��wsG|��«�v���F��닙Q��-��rN���dr�ğ&��eӆ�0g�kcV��|z�}�K�m5d�4:B�sg �?iS���M����A>��4�I��3qn�� � �9�N_��HB#f%�c�;"���5e�������u���� �����=�0��2��D���%q�g_,�ۚ X(wB�;q�C)�^P�)z�)�<�Y���O!y�9B���OИ �]��: x�[��֋㔘g���� KM���&�g��{鑫�� �XKx�c�P�}T��jC��"���Ew�uL d� �Xc+�q!Q#�Xd?U�(�'=����|���� �L�zw9//�L�3$Y�&�� �L*�N��A���wT�X�}�����b�G��G��G���E�D��H�y�V�(�!A3j���*gbc5b�^���`�Mz�m#�~!�8J�B,��Y@�#��$�KR;8���W0� [��E�'9���N+�1���^zD��`�G����^�E�?_MKz{r:q�x˅��5�m+$�x+RIY��klX�����jH��&���]n#�@G�v�p�vop�p���š����@�$m�z�������Y�O|\�����᲼ί:��f#������dw��J��ja���O�v���e��/\�������s�L��"d;�b[ ��1�_s".�b���Ҩ��Л���,�s��[0V/)J��ovG�x�G�f�.TP[ ��a��8��&�_ �|�La��&bC���3�9��4 H[5O D`��Xf��g)�A����|�����E�3?$�� tP�8�0�u��X�Q�Gvr+� V�|�,����Y�a��7�~���}��϶Z�A)�j�6� ��c���o�?���T�����9T@�M1��j�]�K}�A���'+ci�]�ߠ2�"1&X#��A�Xx�ƅ����J��E���T G��__��+���ZE����b&��I/�����D-F���La2��T^���QP����jm=��7��bŊ����Q4j��2^pMp#6�v ���H�����3M(��^1S��` 9���U�����q����.XǗI0 �+,k�GsJ��IF�; Lk�G����v-�f5%����[��Ȧ�j�O�0��K��R�9����-�rRؗ�$KW����ud�0�3�D��9�&Irt?�2‚d�1g���p�$۰�%�ӝ^%��]!�9�)��a���`�/��Q��M�4�K%9��H�/ŷX�$�o�t�1��fa���.^�O:�h:�@��\@�FN�8��UϢ��X�g����@Q�bm�p��O���vh.���/ߋ��_����)_Q����wi��-�$��ŝ1���J��d�1�q<���4^{D�^��j�u�D�L��OH3gAhB؅y��:��` P�3w#�Y,[������E�:�Đ��b�ꘇ�t�W�`�hũ'wlҦ�MWK���Y���+kt���B��}� Ӽ�幂2v/�6`U6� _�z�]�hyF7��*qGF9a�\��*�`>�U��m�u����[/�z[N���� ��I��F�}&�N�Z���H�U�N��*瀄Է[�rN��, �:��>����^�l_��7@��1���4�՞} �6�� �X��[�x�� [�wH���������S��� .�2,.{�u��JC�o�!(�#:�eÔXt)1 Ȓ� E�)�D�6i �<� ����U!�%q�mw.��v3�upWe�� ��]�Չ�^����F��d Kp�B���(��;��_�\2�%Q�xKR��T���~XS��OR�����l�yO���S�����M�ɩ���Ғ�҅�[�,��=;���U-/>��L�1����� �_�m�9����`�:��.wp�m���wp 30q��9����y�*A���;6V�g�����-�� ���A��t�ó�W[L�f���ug>��op���Һ!n��u��E៴����0S�x؆mK��)gl�%Y��j�I�W� ���RRB_�F��x����0���@c�r�Ph!Ё��ߺ�ͩ��7D)%īK{S�Poàă(*H_����rv�TPv,i��aA�׺�t���N �e_����t���L\(��1�U�eK���!��;����q�V��s:%9שּׂm�M��x6~x�z1��Ҹ�fWް��T8�G[F��p�R�/�"��>��ۜ�U� 槓y��.i�)A�T#�O)�E�pK�����"Xa��"�5�,'��~q��F`*>��qTU�@�?; ,S��"���6q�N%c҄Xo�V��;TY3����ٗ�*4�3fV���uYn���J�J�Lk�|[�T�U���mjD��;��uJwv�l�rG�����L��BE=�ìr�Jn��P�H��XN�>)+�=J���ڣ0�������:^���cXZF��y�Z���p��5'��S���X!���x5��Ђ���]��a2�%I=X�[���Ay.���Tm~0�G��R����yu�P��Ȇ�n�<�͠.���8K� ��G4���*�ٮD���y���v�)�0q��������d���H�$B��f,�\�\���kQ�+��S�[��$�˲a�����y��Y"҆%�8�E�@Y0����y�G�+���)�!"B�H��d� 3��燉> ��#�_���K��\�J�,k��,��+�ý�C��qr���~nqPF0�ß�=�ӯ��nb�Yı�lEb�vm컕u�l��V�Y����ꠃH�v�Ӆ�.�2D5�EN���Q~��I�u� Y��2� �[�ȉ����@B���,��O�N�xt#;�֣i��;{*��w*,7/��,�9Q�}�̱\���]��HhH�חo��v8��L⥢�SjM�Ħ�uY�B[ E��'_����b&g���E"y���'�M� ����.sIo���ǵ�vĴ�2F��բ*ģ� q�S����_U���+5�և�r�5���P��T^��f�21���w>�l�6T��Gm3���R�1[Q���B�5�)b���l�� q��^�$�і*H� �S3�M����)�[�j�K���~O���M��#^V}��*���%��$ xH$'9�Yx(#��F ��)dQ�H���W߮z�J�/nZXaZ'�ځ��� 4k�θ�$w��-�V�I�EKu���>��)� ;��Z�\���Rb��(ÏZ7�|2�+�(�'��D#J�$:~PlN>=�Nǡo].F���� �f�9�fZ;͖0�/��b��原R�_q�q�9�e�X�ix���[�8��G-Xa��[�&+]��ڞ[�f���R)ң��w��7��^����UmUN��l<���5��.���H5Ɉz��1 ���"�]-��� ,��Z�ײޅ�#�J%�� >Ey�ݝv�/F����I�`�ҭ��o����_c�g��FX1|���W��J�L��K1W���*ˡQ�>����Y��|8��s��>V=������Ĺ����q�9lVꖻ�;�u��)����NU R2���O��k#x��=A�����*\禅 ți-��w|6���cå�U8�<,�?*�b嬤��M�*���5�藫~� �|ٳ�A�H� �F�ܐ{�|��Ņ�����yhpn�3}�UZj@W�E�0�WU��Fٝ{��y�,���#˦j^��`D���T����n>ú��jy֕T�� �i$P���������/�8;+{ۇ� C9O�D܄J���7Z�𚶐�lJi���`�5i٬��ۿ��*ۆ����|�%#oD�Ѻ�A�a�(�6E���J�-C�eIB��2�ԴO�.�;�Ǔa���`�p}��X������w��d�� �� NW�1���Ћy��v�'t�P,a���6�ڛތ@�M�.p]xRFc1z�6�0�*���������.ɻ��&Ti�ϸ?v����(����z�����i|��R���K�R��ǶW �B��)E@�i����%�m{������>���0N���1�\�Q^Oų��[b�w4HY,�v��Ρ��L����L򰹇�5��S�* z�߁��<-�*[$��%Q������m�jE�� �HOI��[$.�,��Jo� #?�`�x��-�4�(���s�_��e��gc���{z{3w���ԗ�Ϙ+mAӀk�OO���acyӆ�@1ҟ�O����F)J�{����Uv����,�@��"�lݨ��۬@�,�]^9��lm��������ĕ@�?�`��+�����.`($M���� �����1�3���_�Aw�p2��A x~?,Ty)�f�.,$T��DC0��4Z��a��a��.s��Ȕ,҇E%qt Y�h��Q<"+�7�.Z�u�^��r���A�;�3�H�K�J� (�B�,nӆ-�h�-uA@�l���� ��muw?���I�n���҃���;�������U#X3\��u�zVmzA*M�d���������Ļ��J�0��������cXMnq2�[���'���� =�X� �'��-NF�jl�`e\n��[���Z��G�s�����:<�w�_y�>��ȑ�1Z�8�hqpL�*vqDL�B_ -�~�y��kl���Z45��0&uD�����KZ|a煮���([E�F�(�1y)j<���+�x�m��E�,��Ͼ$5�j|����s�ƣL ��B�2�TY3�˿��.�G'ң�݃GV���jt ��N��F�)[+%�֚�L����l9z��Y��]��żd�0|�l��gE������%���r�o���B*������l-u�g�umy���2��,z��F�8�} �&�Sv1�>� <�b��� ��9E��<�~���pnQ����l�%0)��9����J�TUA,R�-� ��50t�!��y� �V���_N����4s:90��/��b��`O��� W��@�PUM��|!4B"�S�5���Ri��e ��8�`�� ���'E5���V=�Q�L�/z��|O7���IN��Mr�n���t��<�Mr�o��7v����䇳��ą}��%o)0�TS�� #�����80� ���� { ��O՛nk ��x��~���e >�?��M�wLZ3�@k��݄�'j�ɷ!�;�*{ WNS�c7:���zOFS����8~�ɬ����jeNH]�e�&����6 Q�|5�����PK��--6v�PKk�R?Artifacts/Informational/OTHER/VSP_basic_cnf_VSP_Information.txt�S�n�0<�_�?7i�t)bv�֮7����H���חZ*�,�@yv������ �9�w�D'�� |l+��[Qb��$��ʞ�є�%Zi�r�Ԩ�ڀՙ{�2��c��hl`&p=���+�;� b2a!��4 ���[|}+�rThH2?c���,��i��}Ģwճ�iw�A,Q�. �b��ȵt+·��F��M9���)?�]�� rMO �6"��0���W�3�������'��o d��8�����_�C��&)Xϧ �"f ����J6� 5�~�<�oJ ��H����e6 ��Zؾ�����f(����z7�s��K;!D�Cfa�`l`���;�t���$��.l_�C�sz{n�F��=%S�s|n��Fse}z�V��K�&�m������ MM6�-�%�1����KC��͖�bvk� ?��'4y�W���M���8~i]�o%z��2Eӭ<(넒8�D�Ŕ���_�PK&��PKk�R)Artifacts/Deployment/HEAT/base_dummy.yaml��_k�0���).���:T�`�=�u� U�1�V����� i,��w_�Z�L�^�C����$��^Oj�'a4��������R��܂�T��������� ������!�����7K,J����@Ma��r���߉^v9 ��=Z�d���s�1�q���~���� ����p,�Z(���-FG���:�k� �QL��U���Džm�}�0�B �ѢH�>c �(8dU�GW�����Hb��S��)�������aQ�,ͷrN�&k7J&q.�:�+>����|�p��"g)^�8j�\C�_�T��v�I�*��^�bd�C���k��}30�( e�(�P�้�R�6�9��?����`ѣH��Ś�����ձ������;�&�qf��wi9>۵a������t��p��F���PKI@�>��PKk�R<Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlm�� �0DEzOV��+�m &�K6�{K���i�y�0nFJ�L�I�TNXv�ZHOõw9�β a�*��AS���~��G���͑��;s��RϽ`]�sY.h��>���.�W� PK,�P{y�PKk�R4Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlU�M� ��ҸG��* �*��D~hz���˙o&3b�d]4�������V��ͻ����Pm��Qېf �hz*Q�v�;z��P*ȋ�����g��.F�Xχ+�q��9��}��n�x-9aʖ��)l��ͅ��N�/PK $���PKk�RVArtifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgz� ���ko�8���+xJi{��H\�{������(���h��TEʉ/���7CJ�,�q�6)�p$j83��<���pq�~��� ��;�w� x�������޳N�������e!S���<�S��t�o���(coʢ�O�L�#�0����ڿ�{ ���q�����n��yYV�'��R�Y*ђ�)@.�L�Qƣ�� IhpA'Ly��8动,Id���MD&����` دH�"���A?=��S�&�U ��i� H�8�g$�r� �m�k�w��Ҷ�-��6��j&�%��/KȘGL9/=u���^������zNS.3E���a��?Y�����-49�L2dm�G[��`��`JS��i=�M�������E��O4��,U��>�u�$�W��u\'d*Hy�M�[�OH$��B�2%��F�L��3����� ��������� Dm��|P�g����k꿧���ON?�y�JG�o�;�����n���O]���4�SF �G<��ٿ?�#�9I3!��ϊ��%���\_��F���2�<&�(�����`�TLٞJ������� q )�=��֩���52ڮ���(�����mx6� ]h�w��nќ�c����r����߆Pܺ qKg<`��'��cWX����ã������_@ 4� �V S������U�;Y��ܐ�$*)p��x�����'r!n\�sWH�� �BF\��8�"��q�� v<���D�W �!<��Ut�<�hf���L�1�c;��^(j���I��FT,�K��|r�a]1'�^��%cvIb.2_�&��\%I��������g�Y�$3PA.q�bz�q9���΃m�fi]n��Ni������ϐ��M̖l�s]�4��p2�.OnvV [J�5{������.K���p����瓷�j�Hdx�y��w��R=.��qUO��^���5*g�� �ݵ�3MC���]���+� }v{�����ΛN� �6�YZ �.t.���i�T��iH� 5�4�Anc����ϰ��e7D�仭7�x����{�&�? \_�_��}�4�쁠�Ǩ�` ��m�����U��H����,='�k�����yU��F�H�n8*�b���1����%�n@^�G�e�1�"n�$�S��t)� ���qoN�d4�cE ����s~c�����Ǡ C]OI�\�����M�x .��j�{Y5qxr���,0����1n�a��DqЮ�M�KE���9ȩ0���k[��B������g���^ �h^�lᡬ��M+r.�`�,Gԅ�K�0I��c���Z�(�F��}�,[��4�*fEWɷAФƴ�<�XP��h�y ��v0U]��|��2��ݿ����>h�?:5��P��!L9�������������� ���'���/dH՞u� .B�.f�SԱ>Ԡv�w�2M|S�Yi�^��Ff�!x.�iۄ����8�谾t�W� ���T� [��r�3�T����qpm�DW1�{y�̄�\P�L�>̩ػ���AE_3���si*�E���&Ѿ� �n�R�h)P����LX�J���>q+V1Mh �/��q�h峦\��) az%u�dh�'Y|\��l��ս����[�P)n�����}OR�e #�|<V�E|��ׇ��en��W��:%X���]o5lk�A]�G��`�����"��䟊G�P��O�H�W�����E�)Cv�;]�Vm-yV�U�Y&�/�o�F��\W�_�ܟ�&ZF,5{�dSi�*N��_l�~ϳ� ��W���^���Ov��=L�'���̏�Ւ�]i&� �䙢�8��n/-Jn?C%q��f�BH]u�J�����{+'6��1�=N����r�S�9��+!2�S9ٱ�2c��dR��aˤ e�d������r �d� ��PVv�Ü��f6g0�R�v����M�� T x�����|�d�܂:\ͧK�]S+�_���f�S���S���n��j�lp΃S��c݇��KK��c�J�����;���z���W����i!����j�?T�?z�6��`���N�G�����������ݽ����9��o�07(lh(�{s<�����;�H�Z=N�m �"�j P�PY�kj� 0N�:��AU*�d5��Ů((�y� hT$ S����p�J� ���KZ�h�*ܶ�B�6fN�kc��E~óˌ�k������ �0�x�8',wr�i�$�Qf̞������m{C:�J̼�Ş ���y &���R�H�HU,?ZUxm�H��T ��Vv�q��T�*EyETL��{.8ZŃم3���\R�4�J�L���tcE��m���\� � ���@0�h:7�#h�Ҍ�� KA����LM�N��/'��FA��u:q�5��n��{�� x�}{8K�ch]���d��bc ?����@ 4�@ 4�@ 4�@ 4�@ 4�@ 4�@ ��[}PPK���� � PKj�R�R�B4E csar.metaPKj�R�|���kTOSCA-Metadata/TOSCA.metaPKj�RL�Ji� }6*<Definitions/resource-BasicCnf-template.ymlPKj�R.��52^41 Definitions/resource-BasicCnf-template-interface.ymlPKj�R���+�*8�Definitions/resource-BasicCnfNodesDummycvfc-template.ymlPKj�R���s:[BYDefinitions/resource-BasicCnfNodesDummycvfc-template-interface.ymlPKj�RG����,��)��Artifacts/Deployment/HEAT/base_dummy.yamlPKk�R,�P{y�<|�Artifacts/Deployment/VENDOR_LICENSE/vendor-license-model.xmlPKk�R $���4_�Artifacts/Deployment/VF_LICENSE/vf-license-model.xmlPKk�R���� � VO�Artifacts/Deployment/CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT/nginx_cloudtech_k8s_charts.tgzPKX� 2021-05-27T03:53:47.649Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|DEBUG|500||=======================response end================================================= 2021-05-27T03:53:47.650Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4cf840b2-4b08-42d6-8edf-accf26e5d9c1/toscaModel|INFO|500||InvokeReturn 2021-05-27T03:53:47.654Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Unable to find Artifacts/Deployment/ETSI_PACKAGE dir in downloaded package 2021-05-27T03:53:47.654Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||VF Category is: Generic 2021-05-27T03:53:47.654Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||VFCustomizationUUID= 300ba487-92c9-456d-a63e-336532e7228a 2021-05-27T03:53:47.654Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 300ba487-92c9-456d-a63e-336532e7228a matches Tosca VF Customization UUID: 300ba487-92c9-456d-a63e-336532e7228a 2021-05-27T03:53:47.654Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||vfCustomizationUUID: 300ba487-92c9-456d-a63e-336532e7228a 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-05-27T03:53:47.690Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.690Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:47.691Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||resource request for resource customization id 300ba487-92c9-456d-a63e-336532e7228a: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-05-27T03:53:47.691Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@350424a 2021-05-27T03:53:47.691Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.691Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-27T03:53:47.691Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 98546275-d3b3-4316-b2e2-d212bff9016e 2021-05-27T03:53:47.691Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 98546275-d3b3-4316-b2e2-d212bff9016e 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_TEM9_58_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-05-27T03:53:47.694Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.694Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T03:53:47.694Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:53:47.694Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.694Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T03:53:47.695Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:53:47.695Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.695Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-27T03:53:47.695Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-27T03:53:47.695Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=df8fbce9-eab7-465c-8bf3-3544a634fc2b 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-05-27T03:53:47.697Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.697Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T03:53:47.698Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-27T03:53:47.698Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.698Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-27T03:53:47.698Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=300ba487-92c9-456d-a63e-336532e7228a 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-05-27T03:53:47.700Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.700Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:47.700Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500|| resourceSeq for service uuid d11631ef-0eb5-43c0-9ff9-46b880bf32c6: basic_cnf 2021-05-27T03:53:47.700Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.700Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:47.700Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.700Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:47.701Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.701Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:47.701Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.701Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:47.701Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-27T03:53:47.701Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-27T03:53:47.701Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||Saving Service: basic_cnf 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_TEM9_58_4_, vfmodule0_.ORCH_TEMPLATE_ARTIFACT_TYPE as ORCH_TEM8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as VNF_RES10_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as VOL_HEA11_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: 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 vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, ORCH_TEMPLATE_ARTIFACT_TYPE, 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-05-27T03:53:47.821Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 766b5320-b5c0-483b-ba6a-c8cbb5bb70f5 1 ASDC deployResourceStructure 2021-05-27T03:53:47.822Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-05-27T03:53:47.822Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-05-27T03:53:47.822Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-27T03:53:47.822Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:47.824Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:47.824Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087627821, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-27T03:53:47.924Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:47.925Z||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-05-27T03:53:47.925Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:47.935Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:47.936Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:48.825Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-05-27T03:53:48.825Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-05-27T03:53:48.825Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-27T03:53:48.825Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:48.827Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:48.827Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087628824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-27T03:53:48.927Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:48.928Z||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-05-27T03:53:48.928Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:48.939Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:48.940Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:49.828Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-05-27T03:53:49.828Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-27T03:53:49.828Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T03:53:49.829Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:49.830Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:49.830Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087629828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T03:53:49.930Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:49.931Z||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-05-27T03:53:49.931Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:49.949Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:49.949Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:50.831Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-05-27T03:53:50.832Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-27T03:53:50.832Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T03:53:50.832Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:50.834Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:50.834Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087630831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-27T03:53:50.934Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:50.935Z||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-05-27T03:53:50.935Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:50.943Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:50.944Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-05-27T03:53:51.834Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-05-27T03:53:51.835Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-27T03:53:51.835Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T03:53:51.835Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:51.837Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:51.837Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087631834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-27T03:53:51.937Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:51.938Z||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-05-27T03:53:51.938Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:51.948Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:51.948Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:52.838Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-05-27T03:53:52.838Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-27T03:53:52.838Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-27T03:53:52.838Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:53:52.840Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:53:52.840Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087632837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:53:52.940Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:53:52.941Z||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-05-27T03:53:52.941Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:53:52.952Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:53:52.952Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:53:53.840Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:53:53.848Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:53:53.850Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T03:53:53.850Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T03:53:53.850Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T03:53:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T03:54:23.850Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:23.858Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:23.861Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T03:54:23.861Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-27T03:54:23.861Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-27T03:54:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:54:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:54:39.913Z||pool-3-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-05-27T03:54:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:54:39.929Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:54:39.938Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.938Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "dcae-sch", "timestamp": 1622087561177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.938Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.938Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.938Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087559558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.939Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.939Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.939Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087563713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.939Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.939Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.939Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087556043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.987Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087556103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.988Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087564608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.988Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "dcae-sch", "timestamp": 1622087561177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.988Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087559558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087563713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087556043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087556103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087565201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.989Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087564608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "dcae-sch", "timestamp": 1622087561177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087559558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087563713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087556043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.990Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087556103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087565201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087564608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "dcae-sch", "timestamp": 1622087561177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087563713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087559558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087556043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087556103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087565201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087564608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "dcae-sch", "timestamp": 1622087561177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087563713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087559558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087556043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087556103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T03:54:39.993Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087565201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087564608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "dcae-sch", "timestamp": 1622087561177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087563713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087559558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.994Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087556043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087556103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087565201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087564608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.995Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "dcae-sch", "timestamp": 1622087561177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087559558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087563713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087556043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087556103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.996Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087565201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087564608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "dcae-sch", "timestamp": 1622087561177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087559558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.997Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087563713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087556043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087571056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087556103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087565201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.998Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087564608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "dcae-sch", "timestamp": 1622087561177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087559558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087563713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087556043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:54:39.999Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087571056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087556103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087565201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087564608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087572894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.000Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087571056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087565201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087572894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087571056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087575192, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087575298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.001Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087575302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087575433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087572894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087571056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087575714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.002Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "cds", "timestamp": 1622087576304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-05-27T03:54:40.008Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b9ded4c5-875a-480d-9323-2538dfb92bc3 2021-05-27T03:54:40.008Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:40.079Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.079Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087572894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.079Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.079Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087571056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087576718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087576971, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087577518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087572894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.080Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.081Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.081Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087577510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.081Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.081Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.081Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087571056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-27T03:54:40.081Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.081Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.081Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "policy-id", "timestamp": 1622087577721, "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-05-27T03:54:40.084Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9ded4c5-875a-480d-9323-2538dfb92bc3 2021-05-27T03:54:40.085Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:40.093Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.093Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622087577974, "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-05-27T03:54:40.097Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b9ded4c5-875a-480d-9323-2538dfb92bc3 2021-05-27T03:54:40.097Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:40.104Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.104Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087572894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.104Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.104Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.104Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087571056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087578878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087572894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087579595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087579616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087571056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:54:40.105Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.106Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.106Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087579894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:54:40.106Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.106Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.106Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087572894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.106Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.106Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.106Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "clamp", "timestamp": 1622087580897, "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-05-27T03:54:40.109Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b9ded4c5-875a-480d-9323-2538dfb92bc3 2021-05-27T03:54:40.110Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:40.133Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.133Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087581376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087581414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087581503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087572894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.134Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087582420, "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-05-27T03:54:40.138Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9ded4c5-875a-480d-9323-2538dfb92bc3 2021-05-27T03:54:40.138Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:40.150Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.151Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087582519, "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-05-27T03:54:40.154Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9ded4c5-875a-480d-9323-2538dfb92bc3 2021-05-27T03:54:40.154Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:40.159Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.159Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087583314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.159Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.160Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.160Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-starlingx-id", "timestamp": 1622087583424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T03:54:40.160Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.160Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.160Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087583505, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.161Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.161Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.161Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-k8s-id", "timestamp": 1622087583523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T03:54:40.161Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.161Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.161Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087585058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.162Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.162Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.162Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087586960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.162Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.162Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.162Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087587966, "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-05-27T03:54:40.166Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b9ded4c5-875a-480d-9323-2538dfb92bc3 2021-05-27T03:54:40.166Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:40.170Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.171Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "multicloud-windriver-id", "timestamp": 1622087588969, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T03:54:40.171Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.171Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.171Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087589836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:54:40.172Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.172Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.172Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "aai-ml", "timestamp": 1622087590843, "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-05-27T03:54:40.176Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b9ded4c5-875a-480d-9323-2538dfb92bc3 2021-05-27T03:54:40.176Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:40.182Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.183Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d6a0e85-7caa-416c-ae29-9884f66ec6e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087602641, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T03:54:40.183Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.183Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.183Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.183Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.183Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.184Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-27T03:54:40.184Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.184Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.184Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-27T03:54:40.184Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.184Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.185Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-27T03:54:40.185Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.185Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.185Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-27T03:54:40.185Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.185Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.185Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.186Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.186Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.186Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-27T03:54:40.186Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.186Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.187Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-27T03:54:40.187Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.187Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.187Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087603652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-27T03:54:40.187Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-27T03:54:40.188Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.189Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087615195, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.189Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:40.189Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:54:40.189Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087618110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:54:40.190Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:54:53.861Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:53.870Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:54:53.873Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-27T03:54:53.873Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-27T03:54:53.873Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-27T03:54:53.873Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-27T03:54:53.873Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:54:53.874Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:54:53.874Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:54:53.874Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:54:53.874Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:54:53.874Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-27T03:54:53.874Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-27T03:54:53.890Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-27T03:55:23.891Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b9ded4c5-875a-480d-9323-2538dfb92bc3 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-05-27T03:55:23.897Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b9ded4c5-875a-480d-9323-2538dfb92bc3 and serviceModelVersionId: d11631ef-0eb5-43c0-9ff9-46b880bf32c6 2021-05-27T03:55:23.897Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef3b83d6-6e84-41ff-a5af-1e24c3a7e290 2021-05-27T03:55:23.898Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef3b83d6-6e84-41ff-a5af-1e24c3a7e290/model-vers/model-ver/d11631ef-0eb5-43c0-9ff9-46b880bf32c6?depth=0 2021-05-27T03:55:23.902Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-27T03:55:24.003Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef3b83d6-6e84-41ff-a5af-1e24c3a7e290/model-vers/model-ver/d11631ef-0eb5-43c0-9ff9-46b880bf32c6?depth=0|INFO|500||Invoke 2021-05-27T03:55:24.003Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef3b83d6-6e84-41ff-a5af-1e24c3a7e290/model-vers/model-ver/d11631ef-0eb5-43c0-9ff9-46b880bf32c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef3b83d6-6e84-41ff-a5af-1e24c3a7e290/model-vers/model-ver/d11631ef-0eb5-43c0-9ff9-46b880bf32c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b9ded4c5-875a-480d-9323-2538dfb92bc3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eef39a41-c2a5-4a78-86ac-e46060cb7f01], X-ECOMP-RequestID=[b9ded4c5-875a-480d-9323-2538dfb92bc3], X-TransactionId=[], X-ONAP-RequestID=[b9ded4c5-875a-480d-9323-2538dfb92bc3], Content-Type=[application/merge-patch+json]} 2021-05-27T03:55:24.020Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef3b83d6-6e84-41ff-a5af-1e24c3a7e290/model-vers/model-ver/d11631ef-0eb5-43c0-9ff9-46b880bf32c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-27T03:55:24.203Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef3b83d6-6e84-41ff-a5af-1e24c3a7e290/model-vers/model-ver/d11631ef-0eb5-43c0-9ff9-46b880bf32c6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef3b83d6-6e84-41ff-a5af-1e24c3a7e290/model-vers/model-ver/d11631ef-0eb5-43c0-9ff9-46b880bf32c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210527-03:55:24:025-98545], vertex-id=[393256], Content-Length=[0], Date=[Thu, 27 May 2021 03:55:24 GMT], Content-Type=[application/json]} 2021-05-27T03:55:24.203Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef3b83d6-6e84-41ff-a5af-1e24c3a7e290/model-vers/model-ver/d11631ef-0eb5-43c0-9ff9-46b880bf32c6?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-27T03:55:24.204Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||AAI|https://aai.onap:8443/aai/v21/service-design-and-creation/models/model/ef3b83d6-6e84-41ff-a5af-1e24c3a7e290/model-vers/model-ver/d11631ef-0eb5-43c0-9ff9-46b880bf32c6?depth=0|INFO|500||InvokeReturn 2021-05-27T03:55:24.204Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-27T03:55:24.204Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-27T03:55:24.208Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:686) 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-05-27T03:55:24.208Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b9ded4c5-875a-480d-9323-2538dfb92bc3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-27T03:55:24.208Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-27T03:55:24.209Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-27T03:55:24.211Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-27T03:55:24.211Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||DEBUG|500||try to send status { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087724208, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T03:55:24.311Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-27T03:55:24.312Z||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-05-27T03:55:24.312Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:55:24.324Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:55:24.325Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-05-27T03:55:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 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-05-27T03:55:25.221Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:55:25.221Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:55:25.221Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:55:34.758Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:55:34.758Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:55:34.759Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:55:34.759Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:55:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:55:39.913Z||pool-3-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-05-27T03:55:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:55:39.929Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:55:39.929Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:55:39.930Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087620113, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-27T03:55:39.931Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:55:44.301Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:55:44.301Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:55:44.302Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:55:44.302Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:55:53.841Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:56:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T03:56:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:56:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:56:39.912Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:56:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:56:39.913Z||pool-3-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-05-27T03:56:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:56:39.931Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:56:39.932Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:56:39.932Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087621694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-27T03:56:39.933Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:56:39.933Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:56:39.933Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087623526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-27T03:56:39.933Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:56:39.933Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:56:39.933Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087625640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-27T03:56:39.933Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:56:39.933Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:56:39.933Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087627821, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-27T03:56:39.987Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:56:39.987Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:56:39.987Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087628824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087629828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087630831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087631834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087632837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-27T03:56:39.988Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:56:49.457Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:56:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T03:57:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T03:57:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:57:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:57:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:57:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:57:39.913Z||pool-3-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-05-27T03:57:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:57:40.488Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:57:40.488Z||pool-3-thread-9|||||DEBUG|500||received message from topic 2021-05-27T03:57:40.488Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b9ded4c5-875a-480d-9323-2538dfb92bc3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622087724208, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-27T03:57:40.489Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-27T03:57:49.457Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:58:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T03:58:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:58:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:58:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:58:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:58:39.913Z||pool-3-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-05-27T03:58:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:58:49.457Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:58:49.459Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:59:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:59:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T03:59:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:59:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T03:59:39.913Z||pool-3-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-05-27T03:59:39.913Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T03:59:49.455Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T03:59:49.457Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:00:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T04:00:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:00:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:00:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:00:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:00:39.913Z||pool-3-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-05-27T04:00:39.913Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:00:49.452Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:00:49.452Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:01:24.566Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T04:01:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:01:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:01:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:01:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:01:39.913Z||pool-3-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-05-27T04:01:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:01:49.453Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:01:49.458Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:02:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:02:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:02:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:02:39.912Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:02:39.913Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:02:39.913Z||pool-3-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-05-27T04:02:39.913Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:02:49.452Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:02:49.454Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:03:39.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T04:03:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:03:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:03:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:03:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:03:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:03:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:03:49.524Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:03:49.528Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:04:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:04:39.910Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:04:39.911Z||pool-3-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-05-27T04:04:39.911Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:04:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:04:39.914Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:04:39.914Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:04:49.457Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:04:49.457Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:05:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:05:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:05:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:05:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:05:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:05:39.914Z||pool-3-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-05-27T04:05:39.914Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:05:49.456Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:05:49.459Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:05:54.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T04:06:24.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:06:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:06:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:06:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:06:39.913Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:06:39.913Z||pool-3-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-05-27T04:06:39.913Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:06:49.453Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:06:49.455Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:06:54.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T04:07:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:07:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:07:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:07:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:07:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-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-05-27T04:07:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:07:49.448Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:07:49.507Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:08:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:08:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:08:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:08:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:08:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:08:39.913Z||pool-3-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-05-27T04:08:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:08:49.525Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:08:49.525Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:08:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T04:09:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T04:09:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:09:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:09:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:09:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:09:39.913Z||pool-3-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-05-27T04:09:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:09:49.522Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:09:49.523Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:10:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:10:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:10:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:10:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:10:39.913Z||pool-3-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-05-27T04:10:39.913Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:10:49.524Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:10:49.526Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:11:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T04:11:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:11:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:11:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:11:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:11:39.913Z||pool-3-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-05-27T04:11:39.913Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:11:49.526Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:11:49.528Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:12:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:12:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:12:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:12:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:12:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:12:39.913Z||pool-3-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-05-27T04:12:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:12:49.524Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:12:49.526Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:13:24.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T04:13:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:13:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:13:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:13:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:13:39.913Z||pool-3-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-05-27T04:13:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:13:49.452Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:13:49.509Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:14:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T04:14:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:14:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:14:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:14:39.913Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:14:39.913Z||pool-3-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-05-27T04:14:39.913Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:14:49.452Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:14:49.454Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:14:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:15:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:15:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:15:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:15:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:15:39.913Z||pool-3-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-05-27T04:15:39.913Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:15:49.455Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:15:49.455Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:16:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:16:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:16:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:16:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:16:39.913Z||pool-3-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-05-27T04:16:39.913Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:16:49.453Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:16:49.454Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:17:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:17:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:17:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:17:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:17:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:17:39.913Z||pool-3-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-05-27T04:17:39.913Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:17:49.451Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:17:49.456Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:17:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T04:18:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T04:18:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:18:39.912Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:18:39.912Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:18:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:18:39.913Z||pool-3-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-05-27T04:18:39.913Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:18:49.452Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:18:49.453Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:19:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T04:19:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:19:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:19:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:19:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:19:39.913Z||pool-3-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-05-27T04:19:39.913Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:19:49.450Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:19:49.450Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:20:09.565Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:20:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:20:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:20:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:20:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:20:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-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-05-27T04:20:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:20:49.453Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:20:49.455Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:20:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:21:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:21:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:21:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:21:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:21:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:21:39.913Z||pool-3-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-05-27T04:21:39.913Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:21:49.454Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:21:49.456Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:22:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:22:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:22:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:22:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:22:39.913Z||pool-3-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-05-27T04:22:39.913Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:22:49.450Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:22:49.453Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:23:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T04:23:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:23:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:23:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:23:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:23:39.913Z||pool-3-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-05-27T04:23:39.913Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:23:49.449Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:23:49.531Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:23:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T04:24:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:24:39.910Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:24:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:24:39.911Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:24:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:24:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-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-05-27T04:24:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:24:49.525Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:24:49.536Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:25:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:25:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:25:39.911Z||pool-3-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-05-27T04:25:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:25:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:25:39.913Z||pool-3-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-05-27T04:25:39.914Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:25:49.525Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:25:49.525Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:26:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:26:39.911Z||pool-3-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-05-27T04:26:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:26:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:26:39.913Z||pool-3-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-05-27T04:26:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:26:49.454Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:26:49.514Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:26:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T04:27:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:27:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:27:39.911Z||pool-3-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-05-27T04:27:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:27:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:27:39.913Z||pool-3-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-05-27T04:27:39.913Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:27:49.502Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:27:49.507Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:28:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:28:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:28:39.911Z||pool-3-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-05-27T04:28:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:28:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:28:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:28:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:28:49.452Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:28:49.453Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:29:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:29:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:29:39.911Z||pool-3-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-05-27T04:29:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:29:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:29:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:29:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:29:49.453Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:29:49.457Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:29:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:30:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T04:30:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:30:39.911Z||pool-3-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-05-27T04:30:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:30:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:30:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:30:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:30:49.451Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:30:49.453Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:31:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:31:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:31:39.911Z||pool-3-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-05-27T04:31:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:31:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:31:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-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-05-27T04:31:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:31:49.450Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:31:49.453Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:32:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:32:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:32:39.911Z||pool-3-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-05-27T04:32:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:32:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:32:39.913Z||pool-3-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-05-27T04:32:39.913Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:32:49.508Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:32:49.510Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:32:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:33:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:33:39.911Z||pool-3-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-05-27T04:33:39.912Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:33:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:33:39.913Z||pool-3-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-05-27T04:33:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:33:49.450Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:33:49.450Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:34:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T04:34:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:34:39.911Z||pool-3-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-05-27T04:34:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:34:39.913Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:34:39.913Z||pool-3-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-05-27T04:34:39.913Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:34:49.453Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:34:49.453Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:35:09.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:35:39.562Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:35:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:35:39.912Z||pool-3-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-05-27T04:35:39.912Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:35:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:35:39.913Z||pool-3-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-05-27T04:35:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:35:49.520Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:35:49.524Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:36:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:36:39.911Z||pool-3-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-05-27T04:36:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:36:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:36:39.913Z||pool-3-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-05-27T04:36:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:36:49.457Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:36:49.461Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:36:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T04:37:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T04:37:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:37:39.911Z||pool-3-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-05-27T04:37:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:37:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:37:39.913Z||pool-3-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-05-27T04:37:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:37:49.450Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:37:49.509Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:38:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:38:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:38:39.911Z||pool-3-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-05-27T04:38:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:38:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:38:39.913Z||pool-3-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-05-27T04:38:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:38:49.454Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:38:49.455Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:39:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:39:39.911Z||pool-3-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-05-27T04:39:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:39:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:39:39.913Z||pool-3-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-05-27T04:39:39.913Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:39:49.524Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:39:49.524Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:39:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:40:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T04:40:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:40:39.911Z||pool-3-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-05-27T04:40:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:40:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:40:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:40:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:40:49.453Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:40:49.504Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:41:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:41:39.911Z||pool-3-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-05-27T04:41:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:41:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:41:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-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-05-27T04:41:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:41:49.452Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:41:49.456Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:42:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:42:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:42:39.911Z||pool-3-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-05-27T04:42:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:42:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:42:39.913Z||pool-3-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-05-27T04:42:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:42:49.448Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:42:49.459Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:43:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:43:39.910Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:43:39.911Z||pool-3-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-05-27T04:43:39.911Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:43:39.913Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:43:39.913Z||pool-3-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-05-27T04:43:39.913Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:43:49.523Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:43:49.523Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:44:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T04:44:39.910Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:44:39.911Z||pool-3-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-05-27T04:44:39.911Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:44:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:44:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:44:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:44:49.527Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:44:49.530Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:45:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:45:39.910Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:45:39.911Z||pool-3-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-05-27T04:45:39.911Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:45:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:45:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-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-05-27T04:45:39.913Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:45:49.452Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:45:49.461Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:45:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:46:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:46:39.910Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:46:39.911Z||pool-3-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-05-27T04:46:39.911Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:46:39.913Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:46:39.913Z||pool-3-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-05-27T04:46:39.913Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:46:49.454Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:46:49.521Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:47:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.74.143 2021-05-27T04:47:39.910Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:47:39.911Z||pool-3-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-05-27T04:47:39.911Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:47:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:47:39.913Z||pool-3-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-05-27T04:47:39.913Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:47:49.452Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:47:49.452Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:48:09.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.68.228 2021-05-27T04:48:39.910Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:48:39.911Z||pool-3-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-05-27T04:48:39.911Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:48:39.913Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:48:39.913Z||pool-3-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-05-27T04:48:39.913Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:48:49.451Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:48:49.503Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:48:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T04:49:39.910Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:49:39.911Z||pool-3-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-05-27T04:49:39.911Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:49:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:49:39.913Z||pool-3-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-05-27T04:49:39.913Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:49:49.453Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:49:49.508Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:50:24.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:50:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:50:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:50:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:50:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:50:39.914Z||pool-3-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-05-27T04:50:39.914Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:50:49.524Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:50:49.525Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:51:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:51:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:51:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:51:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:51:39.913Z||pool-3-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-05-27T04:51:39.913Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:51:49.483Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:51:49.483Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:51:54.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T04:52:39.564Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T04:52:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:52:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:52:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:52:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:52:39.913Z||pool-3-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-05-27T04:52:39.913Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:52:49.452Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:52:49.453Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:53:24.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:53:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:53:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:53:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:53:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:53:39.913Z||pool-3-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-05-27T04:53:39.913Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:53:49.450Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:53:49.453Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:54:09.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T04:54:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:54:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:54:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:54:39.913Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:54:39.913Z||pool-3-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-05-27T04:54:39.913Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:54:49.455Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:54:49.510Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:55:39.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.73.89 2021-05-27T04:55:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:55:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:55:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:55:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:55:39.913Z||pool-3-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-05-27T04:55:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:55:49.453Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:55:49.508Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:56:24.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.89 to 10.233.68.228 2021-05-27T04:56:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:56:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:56:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:56:39.913Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:56:39.913Z||pool-3-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-05-27T04:56:39.913Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:56:49.451Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:56:49.452Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:57:09.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.228 to 10.233.74.143 2021-05-27T04:57:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:57:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:57:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:57:39.913Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:57:39.913Z||pool-3-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-05-27T04:57:39.913Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:57:49.447Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:57:49.502Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:58:39.563Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.74.143 to 10.233.73.89 2021-05-27T04:58:39.910Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:58:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-27T04:58:39.911Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:58:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:58:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-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-05-27T04:58:39.913Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:58:49.453Z|4c073902-9090-4376-9f2c-94f3a0d800cc|pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:58:49.454Z|b9ded4c5-875a-480d-9323-2538dfb92bc3|pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-27T04:59:39.910Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:59:39.911Z||pool-3-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-05-27T04:59:39.911Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ... 2021-05-27T04:59:39.913Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-27T04:59:39.913Z||pool-3-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-05-27T04:59:39.913Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJRHtAMxYnrh0TfZ) ...