By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=Co#)fw*xlACu[GntFHtp#YfF -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-12T02:21:49.530Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-8r7r4 with PID 15 (/app/app.jar started by so in /app)
2021-04-12T02:21:49.536Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-12T02:21:49.537Z||main|||||INFO|500||The following profiles are active: basic
2021-04-12T02:21:55.486Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-12T02:21:55.487Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-12T02:21:55.624Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-12T02:21:57.373Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-12T02:21:57.523Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-12T02:21:57.646Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-12T02:21:57.712Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-12T02:21:59.015Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-12T02:21:59.161Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-12T02:21:59.165Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-12T02:21:59.548Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-12T02:22:00.136Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-12T02:22:03.756Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-12T02:22:03.995Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-12T02:22:05.311Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-12T02:22:05.332Z||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$$3e44886f.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-04-12T02:22:05.333Z||main|||||WARN|500||The sdc end point is not alive
2021-04-12T02:22:06.452Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-12T02:22:08.673Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-12T02:22:09.818Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-12T02:22:10.772Z||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-04-12T02:22:12.703Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:22:12.704Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:22:12.714Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:22:12.752Z||main|||||INFO|500||Started Application in 25.941 seconds (JVM running for 26.932)
2021-04-12T02:22:12.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:22:12.824Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9be4917c-0fc8-4a65-ad73-3d5d82dd1192 url= /sdc/v1/artifactTypes
2021-04-12T02:22:12.825Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:22:13.957Z||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.38.163] 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-04-12T02:22:13.963Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79e0c64e
2021-04-12T02:22:13.963Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-12T02:22:13.973Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-12T02:22:13.975Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-12T02:22:13.985Z||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-04-12T02:22:27.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.71.171
2021-04-12T02:23:02.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:23:02.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:23:02.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:23:02.787Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:23:02.793Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8b750cd1-36f3-40a3-b0d7-c9d0ae7ea415 url= /sdc/v1/artifactTypes
2021-04-12T02:23:02.794Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:23:03.813Z||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.38.163] 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-04-12T02:23:03.814Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5dcc0a87
2021-04-12T02:23:03.814Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-12T02:23:03.815Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-12T02:23:03.815Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-12T02:23:03.816Z||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-04-12T02:23:12.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.69.114
2021-04-12T02:23:42.711Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.71.171
2021-04-12T02:23:52.703Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:23:52.704Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:23:52.705Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:23:52.720Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:23:52.791Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bbcaf797-b135-485b-a414-726ade56baa1 url= /sdc/v1/artifactTypes
2021-04-12T02:23:52.792Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:23:53.829Z||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.38.163] 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-04-12T02:23:53.830Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37f94970
2021-04-12T02:23:53.830Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-12T02:23:53.830Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-12T02:23:53.830Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-12T02:23:53.831Z||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-04-12T02:24:27.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.75.190
2021-04-12T02:24:42.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:24:42.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:24:42.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:24:42.710Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:24:42.789Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f897602c-4c43-42d2-902f-e4c6007a7aca url= /sdc/v1/artifactTypes
2021-04-12T02:24:42.790Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:24:43.811Z||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.38.163] 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-04-12T02:24:43.812Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61765795
2021-04-12T02:24:43.813Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-12T02:24:43.813Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-12T02:24:43.814Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-12T02:24:43.815Z||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-04-12T02:25:12.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.69.114
2021-04-12T02:25:32.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:25:32.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:25:32.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:25:32.709Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:25:32.714Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0bdbab2-e603-4ca2-8caf-e44be295c1b5 url= /sdc/v1/artifactTypes
2021-04-12T02:25:32.714Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:25:33.827Z||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.38.163] 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-04-12T02:25:33.828Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a8ef84e
2021-04-12T02:25:33.828Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-12T02:25:33.829Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-12T02:25:33.829Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-12T02:25:33.829Z||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-04-12T02:25:57.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.75.190
2021-04-12T02:26:22.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:26:22.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:26:22.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:26:22.707Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:26:22.713Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93a057fe-3850-40d8-b789-db9ad9e5479a url= /sdc/v1/artifactTypes
2021-04-12T02:26:22.714Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:26:23.811Z||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.38.163] 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-04-12T02:26:23.813Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c4e92fa
2021-04-12T02:26:23.813Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-12T02:26:23.814Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-12T02:26:23.814Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-12T02:26:23.814Z||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-04-12T02:26:42.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.69.114
2021-04-12T02:27:12.702Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:27:12.706Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:27:12.707Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:27:12.714Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:27:12.721Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5918c115-dae6-41c6-975f-cdc3c9658790 url= /sdc/v1/artifactTypes
2021-04-12T02:27:12.722Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:27:13.765Z||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.38.163] 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-04-12T02:27:13.766Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27bdf83b
2021-04-12T02:27:13.766Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-12T02:27:13.766Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-12T02:27:13.766Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-12T02:27:13.767Z||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-04-12T02:27:13.770Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.75.190
2021-04-12T02:27:57.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.71.171
2021-04-12T02:28:02.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:28:02.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:28:02.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:28:02.707Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:28:02.712Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 341db7aa-d170-4c66-90d3-280ecb850f01 url= /sdc/v1/artifactTypes
2021-04-12T02:28:02.714Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:28:03.747Z||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.38.163] 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-04-12T02:28:03.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40c1fe09
2021-04-12T02:28:03.748Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-12T02:28:03.748Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-12T02:28:03.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-12T02:28:03.749Z||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-04-12T02:28:42.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.75.190
2021-04-12T02:28:52.702Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:28:52.703Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:28:52.703Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:28:52.708Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:28:52.789Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1fe511bc-410b-475c-b5d3-a7af6f7fb311 url= /sdc/v1/artifactTypes
2021-04-12T02:28:52.789Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:28:53.828Z||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.38.163] 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-04-12T02:28:53.829Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f2d2b87
2021-04-12T02:28:53.829Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-12T02:28:53.830Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-12T02:28:53.830Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-12T02:28:53.830Z||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-04-12T02:29:27.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.71.171
2021-04-12T02:29:42.702Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:29:42.703Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:29:42.703Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:29:42.709Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:29:42.789Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc852a67-575c-4adc-b3ce-b735636b5d74 url= /sdc/v1/artifactTypes
2021-04-12T02:29:42.790Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:29:43.811Z||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.38.163] 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-04-12T02:29:43.812Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@bb039f3
2021-04-12T02:29:43.812Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-12T02:29:43.812Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-12T02:29:43.812Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-12T02:29:43.813Z||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-04-12T02:30:12.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.69.114
2021-04-12T02:30:32.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:30:32.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:30:32.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:30:32.707Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:30:32.712Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 95e71568-bcc0-42e9-b3f2-07a530937bf1 url= /sdc/v1/artifactTypes
2021-04-12T02:30:32.713Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:30:33.034Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-12T02:30:33.035Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d84d580
2021-04-12T02:30:33.035Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-12T02:30:33.035Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-12T02:30:33.036Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-12T02:30:33.036Z||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 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: 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)
... 12 common frames omitted
2021-04-12T02:31:22.701Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-12T02:31:22.702Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-12T02:31:22.702Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-12T02:31:22.707Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-12T02:31:22.712Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7ab9db91-798f-4d04-969f-a0bd39b3ff00 url= /sdc/v1/artifactTypes
2021-04-12T02:31:22.712Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-12T02:31:22.917Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-12T02:31:22.927Z||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-04-12T02:31:22.953Z||scheduling-1|||||DEBUG|500||create keys
2021-04-12T02:31:22.960Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-12T02:31:22.983Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:31:22.997Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 06bf5020-b091-4f6b-9694-102b3e6b4a6e url= /sdc/v1/registerForDistribution
2021-04-12T02:31:23.217Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 06bf5020-b091-4f6b-9694-102b3e6b4a6e url= /sdc/v1/registerForDistribution
2021-04-12T02:31:23.217Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-12T02:31:23.227Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:31:23.227Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:31:23.235Z||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-04-12T02:31:23.235Z||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-04-12T02:31:23.236Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-12T02:31:23.236Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:31:23.236Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:31:33.485Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:31:33.502Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:32:17.549Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-12T02:32:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:32:23.226Z||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-04-12T02:32:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:32:23.227Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:32:23.228Z||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-04-12T02:32:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:32:27.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.75.190
2021-04-12T02:32:32.778Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:32:32.784Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:33:23.225Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:33:23.226Z||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-04-12T02:33:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:33:23.227Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:33:23.229Z||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-04-12T02:33:23.285Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:33:32.904Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:33:32.905Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:34:23.228Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:34:23.228Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:34:23.231Z||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-04-12T02:34:23.231Z||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-04-12T02:34:23.231Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:34:23.231Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:34:32.840Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:34:32.903Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:35:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:35:23.226Z||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-04-12T02:35:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:35:23.227Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:35:23.229Z||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-04-12T02:35:23.229Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:35:27.707Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.71.171
2021-04-12T02:35:32.829Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:35:32.836Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:36:12.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.69.114
2021-04-12T02:36:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:36:23.226Z||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-04-12T02:36:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:36:23.227Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:36:23.228Z||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-04-12T02:36:23.229Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:36:32.824Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:36:32.830Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:37:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:37:23.226Z||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-04-12T02:37:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:37:23.227Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:37:23.228Z||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-04-12T02:37:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:37:32.825Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:37:32.837Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:38:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:38:23.226Z||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-04-12T02:38:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:38:23.227Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:38:23.228Z||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-04-12T02:38:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:38:27.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.75.190
2021-04-12T02:38:32.822Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:38:32.912Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:39:12.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.69.114
2021-04-12T02:39:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:39:23.227Z||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-04-12T02:39:23.227Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:39:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:39:23.228Z||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-04-12T02:39:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:39:32.824Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:39:32.828Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:39:57.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.75.190
2021-04-12T02:40:23.226Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:40:23.227Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:40:23.228Z||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-04-12T02:40:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:40:23.228Z||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-04-12T02:40:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:40:32.825Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:40:32.826Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:40:42.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.69.114
2021-04-12T02:41:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:41:23.226Z||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-04-12T02:41:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:41:23.227Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:41:23.228Z||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-04-12T02:41:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:41:27.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.71.171
2021-04-12T02:41:32.825Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:41:32.905Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:42:12.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.75.190
2021-04-12T02:42:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:42:23.226Z||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-04-12T02:42:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:42:23.227Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:42:23.228Z||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-04-12T02:42:23.229Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:42:32.769Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:42:32.772Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:42:57.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.69.114
2021-04-12T02:43:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:43:23.226Z||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-04-12T02:43:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:43:23.227Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:43:23.228Z||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-04-12T02:43:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:43:32.824Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:43:32.897Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:43:42.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.75.190
2021-04-12T02:44:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:44:23.226Z||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-04-12T02:44:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:44:23.227Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:44:23.228Z||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-04-12T02:44:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:44:27.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.69.114
2021-04-12T02:44:32.772Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:44:32.772Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:45:12.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.75.190
2021-04-12T02:45:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:45:23.226Z||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-04-12T02:45:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:45:23.227Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:45:23.228Z||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-04-12T02:45:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:45:32.770Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:45:32.770Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:45:57.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.69.114
2021-04-12T02:46:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:46:23.226Z||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-04-12T02:46:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:46:23.227Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:46:23.228Z||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-04-12T02:46:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:46:32.771Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:46:32.771Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:47:23.226Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:47:23.227Z||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-04-12T02:47:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:47:23.227Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:47:23.228Z||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-04-12T02:47:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:47:32.826Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:47:32.838Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:48:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:48:23.226Z||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-04-12T02:48:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:48:23.227Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:48:23.228Z||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-04-12T02:48:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:48:32.830Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:48:32.832Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:48:57.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.71.171
2021-04-12T02:49:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:49:23.226Z||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-04-12T02:49:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:49:23.227Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:49:23.228Z||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-04-12T02:49:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:49:32.771Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:49:32.772Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:49:42.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.75.190
2021-04-12T02:50:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:50:23.226Z||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-04-12T02:50:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:50:23.227Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:50:23.228Z||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-04-12T02:50:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:50:27.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.69.114
2021-04-12T02:50:32.834Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:50:32.841Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:51:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:51:23.226Z||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-04-12T02:51:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:51:23.227Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:51:23.228Z||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-04-12T02:51:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:51:32.770Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:51:32.775Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:51:57.701Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.75.190
2021-04-12T02:52:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:52:23.226Z||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-04-12T02:52:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:52:23.227Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:52:23.228Z||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-04-12T02:52:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:52:27.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.69.114
2021-04-12T02:52:32.786Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:52:32.860Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:53:12.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.71.171
2021-04-12T02:53:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:53:23.226Z||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-04-12T02:53:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:53:23.227Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:53:23.228Z||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-04-12T02:53:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:53:32.770Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:53:32.803Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:53:57.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.69.114
2021-04-12T02:54:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:54:23.226Z||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-04-12T02:54:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:54:23.227Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:54:23.228Z||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-04-12T02:54:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:54:32.771Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:54:32.805Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:54:42.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.71.171
2021-04-12T02:55:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:55:23.226Z||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-04-12T02:55:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:55:23.227Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:55:23.228Z||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-04-12T02:55:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:55:27.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.75.190
2021-04-12T02:55:32.771Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:55:32.804Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:56:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:56:23.226Z||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-04-12T02:56:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:56:23.227Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:56:23.228Z||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-04-12T02:56:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:56:32.830Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:56:32.871Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:56:57.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.71.171
2021-04-12T02:57:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:57:23.226Z||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-04-12T02:57:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:57:23.227Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:57:23.228Z||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-04-12T02:57:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:57:32.772Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:57:32.772Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:58:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:58:23.226Z||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-04-12T02:58:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:58:23.227Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:58:23.228Z||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-04-12T02:58:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:58:27.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.69.114
2021-04-12T02:58:32.768Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:58:32.769Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:59:23.226Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:59:23.227Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T02:59:23.228Z||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-04-12T02:59:23.228Z||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-04-12T02:59:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:59:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T02:59:32.828Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T02:59:32.829Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:00:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:00:23.226Z||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-04-12T03:00:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:00:23.227Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:00:23.228Z||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-04-12T03:00:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:00:32.834Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:00:32.904Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:01:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:01:23.226Z||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-04-12T03:01:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:01:23.227Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:01:23.228Z||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-04-12T03:01:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:01:27.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.71.171
2021-04-12T03:01:32.769Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:01:32.769Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:02:12.704Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.69.114
2021-04-12T03:02:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:02:23.226Z||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-04-12T03:02:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:02:23.227Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:02:23.228Z||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-04-12T03:02:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:02:32.801Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:02:32.802Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:02:57.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.114 to 10.233.71.171
2021-04-12T03:03:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:03:23.226Z||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-04-12T03:03:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:03:23.227Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:03:23.228Z||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-04-12T03:03:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:03:32.803Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:03:32.804Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:04:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:04:23.226Z||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-04-12T03:04:23.226Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:04:23.227Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:04:23.228Z||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-04-12T03:04:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:04:27.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.75.190
2021-04-12T03:04:32.769Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:04:32.770Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:05:12.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.190 to 10.233.71.171
2021-04-12T03:05:23.225Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:05:23.227Z||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-04-12T03:05:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:05:23.227Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:05:23.228Z||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-04-12T03:05:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:05:32.773Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:05:32.795Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:23.225Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:06:23.227Z||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-04-12T03:06:23.227Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:23.227Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-12T03:06:23.228Z||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-04-12T03:06:23.228Z||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 sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:23.784Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:23.793Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.793Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196760016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.900Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.900Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.900Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "cds",
"timestamp": 1618196761968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.901Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.901Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.901Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196759988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.901Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.901Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.902Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196760016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.902Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.902Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.902Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "cds",
"timestamp": 1618196761968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.903Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.903Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.903Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196759988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.903Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.903Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.904Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618196766885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.904Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.904Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.904Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196760016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.905Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.905Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.905Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "cds",
"timestamp": 1618196761968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.905Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.905Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.906Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196759988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.906Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.906Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.906Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618196766885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.907Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.907Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.907Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196760016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.907Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.907Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.908Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "cds",
"timestamp": 1618196761968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.908Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:23.908Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.908Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.908Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.909Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.909Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.909Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196759988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.909Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.909Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.910Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618196766885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.910Z||pool-3-thread-5|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.910Z||pool-3-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0cf08322-63ae-4b03-abb5-a480bdb57c20","serviceName":"vFW 2021-04-12 03-02-59","serviceVersion":"1.0","serviceUUID":"c7e4f6b7-0229-4927-a4c0-d0159c59cd4e","serviceDescription":"catalog service description","serviceInvariantUUID":"5b905a03-ca31-400b-b376-b1b2a7f1cf84","resources":[{"resourceInstanceName":"vFW fd563b34-ec93 0","resourceName":"vFW fd563b34-ec93","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22e02afe-f16b-440f-9e25-a0d339a01e7b","resourceInvariantUUID":"e5aa7ac7-7b52-4dfe-a6b9-60b482ae6695","resourceCustomizationUUID":"f8f31cf6-694b-4c89-8479-4bf519e8fcc2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml","artifactChecksum":"ZThhMTQwZmY1NDNlN2FiYjZiODMwZTczYWUyYTk1NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83d5fa3f-2199-4b36-b8f9-d7d30010ac9f","artifactVersion":"1"},{"artifactName":"vfwfd563b34ec930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json","artifactChecksum":"ZThjNjU3MGE2NDQ2YmM2Mjc2YTIzMTE3MmQ4MmYwZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19f56477-6370-4903-be2f-2f06f21f4a62","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"12a07b79-29f2-402b-915a-f8eead21ac3f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml","artifactChecksum":"MTcwMTIwMDEwZDE0ZDZkYTZmN2JkNDRhYmI3OTNkM2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"92e8c1f3-7992-4014-a538-10f0f37c80c2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7b60f8d0-1170-4762-aa64-3b0c54612b1a","artifactVersion":"3","generatedFromUUID":"12a07b79-29f2-402b-915a-f8eead21ac3f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210412030259-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml","artifactChecksum":"YTZiOTJmYTliMTkzZWIyNDQ5YmFhMDNmYzYzYmQ4NjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52ed205e-50da-45dc-b0cd-e007ef53dced","artifactVersion":"1"},{"artifactName":"service-Vfw20210412030259-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar","artifactChecksum":"ZmQ3ZTMwYmQ0ZDcxZjE3M2Q2OTJjYjVkM2U5MGI4ZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e438abcd-74f9-47cc-8227-b2ea90119e46","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-12T03:06:23.911Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.911Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.911Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618196769552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.911Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.911Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.912Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196760016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.912Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.912Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.912Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "cds",
"timestamp": 1618196761968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.913Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.913Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.913Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.913Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.913Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.914Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196759988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.914Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.914Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.914Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618196766885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.915Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.915Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.915Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618196769552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.915Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.915Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.916Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196760016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.916Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.916Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.916Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.916Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.917Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.917Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "cds",
"timestamp": 1618196761968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.917Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.917Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.917Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196759988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.918Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.918Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.918Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618196766885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.918Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.919Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.919Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "policy-id",
"timestamp": 1618196771054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.919Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.920Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.920Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618196769552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.920Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.921Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.921Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196760016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.921Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.922Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.922Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.922Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.922Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.923Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "cds",
"timestamp": 1618196761968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.923Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.923Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.923Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-12T03:06:23.924Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196759988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.924Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.925Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.925Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618196766885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.925Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.925Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.925Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "policy-id",
"timestamp": 1618196771054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.926Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.926Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.926Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618196769552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.926Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.926Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.927Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.927Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.927Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.927Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618196766885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.928Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.928Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.928Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "policy-id",
"timestamp": 1618196771054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-12T03:06:23.928Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.928Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.929Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618196769552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.929Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.929Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.929Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.929Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.930Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.930Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196774739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:23.930Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:23.931Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.931Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "policy-id",
"timestamp": 1618196771054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.931Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:23.931Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.932Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.932Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196774921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:23.932Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:23.933Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.933Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "cds",
"timestamp": 1618196774936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:23.933Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:23.934Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.934Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618196769552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.934Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.934Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.935Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.935Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.935Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.936Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "policy-id",
"timestamp": 1618196771054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:23.936Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:23.936Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:23.937Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "cds",
"timestamp": 1618196775953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-04-12T03:06:23.943Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:23.943Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196783225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-12T03:06:24.047Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-12T03:06:24.050Z||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-04-12T03:06:24.050Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
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-04-12T03:06:24.059Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:24.060Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-12T03:06:24.113Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0cf08322-63ae-4b03-abb5-a480bdb57c20
2021-04-12T03:06:24.138Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf08322-63ae-4b03-abb5-a480bdb57c20 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-04-12T03:06:24.172Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.172Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618196776137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:24.173Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:24.173Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.173Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618196769552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "NOTIFIED"
}
2021-04-12T03:06:24.174Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.174Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.174Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/resourceInstances/basic_onboard_zwnybf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.174Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.174Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.174Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "policy-id",
"timestamp": 1618196771054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.175Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.175Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.175Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "aai-ml",
"timestamp": 1618196776219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.175Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.176Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.176Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "clamp",
"timestamp": 1618196776227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.176Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.176Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.176Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "cds",
"timestamp": 1618196776968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/resourceInstances/basic_onboard_zwnybf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.177Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.177Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.177Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/resourceInstances/basic_onboard_zwnybf0/artifacts/basic_onboard_zwnybf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.177Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.177Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.177Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "policy-id",
"timestamp": 1618196771054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "NOTIFIED"
}
2021-04-12T03:06:24.178Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.178Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.178Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "aai-ml",
"timestamp": 1618196776219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.178Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.178Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.178Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "clamp",
"timestamp": 1618196776227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "NOTIFIED"
}
2021-04-12T03:06:24.179Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.179Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.179Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "cds",
"timestamp": 1618196776968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/resourceInstances/basic_onboard_zwnybf0/artifacts/basic_onboard_zwnybf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.179Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.179Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.179Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196778025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:24.180Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:24.180Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.180Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/resourceInstances/basic_onboard_zwnybf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.180Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.180Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.180Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196778517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:24.181Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:24.181Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.181Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "aai-ml",
"timestamp": 1618196776219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.181Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.181Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.181Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "clamp",
"timestamp": 1618196776227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.181Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.181Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.181Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "cds",
"timestamp": 1618196776968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/resourceInstances/basic_onboard_zwnybf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.182Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.182Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.182Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618196779277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:24.182Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:24.182Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.182Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1618196779395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:24.182Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:24.183Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.183Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/resourceInstances/basic_onboard_zwnybf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.183Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.183Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.183Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "aai-ml",
"timestamp": 1618196776219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.183Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.183Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.184Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "clamp",
"timestamp": 1618196776227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.184Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.184Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.184Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "cds",
"timestamp": 1618196776968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/resourceInstances/basic_onboard_zwnybf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.184Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.184Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.184Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/resourceInstances/basic_onboard_zwnybf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.184Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.185Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.185Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "clamp",
"timestamp": 1618196776227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.185Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.185Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.185Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "aai-ml",
"timestamp": 1618196776219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.185Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.185Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.186Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "cds",
"timestamp": 1618196776968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/resourceInstances/basic_onboard_zwnybf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.186Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.186Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.186Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/artifacts/service-BasicOnboardZwnybf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.186Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.186Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.186Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "policy-id",
"timestamp": 1618196781671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:24.188Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:24.188Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.188Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196781828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:24.189Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:24.189Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.189Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "aai-ml",
"timestamp": 1618196776219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.189Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.189Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.189Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "clamp",
"timestamp": 1618196776227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.190Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.190Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.190Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "cds",
"timestamp": 1618196776968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/artifacts/service-BasicOnboardZwnybf-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.190Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.191Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.191Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196782172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:24.191Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:24.191Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.192Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-k8s-id",
"timestamp": 1618196782308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:24.192Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:24.192Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.192Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "dcae-sch",
"timestamp": 1618196768751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/artifacts/service-BasicOnboardZwnybf-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:24.192Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.193Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.193Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "policy-id",
"timestamp": 1618196782679,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-12T03:06:24.193Z||pool-3-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-12T03:06:24.193Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.193Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1618196782833,
"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-04-12T03:06:24.208Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0cf08322-63ae-4b03-abb5-a480bdb57c20
2021-04-12T03:06:24.209Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf08322-63ae-4b03-abb5-a480bdb57c20 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-04-12T03:06:24.217Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.217Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "aai-ml",
"timestamp": 1618196776219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "NOTIFIED"
}
2021-04-12T03:06:24.218Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.218Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.218Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "clamp",
"timestamp": 1618196776227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "NOTIFIED"
}
2021-04-12T03:06:24.218Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.218Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.219Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea25ef5e-4365-44e9-a2a0-6c249de4a38a",
"consumerID": "cds",
"timestamp": 1618196776968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwnybf/1.0/artifacts/service-BasicOnboardZwnybf-csar.csar",
"status": "NOTIFIED"
}
2021-04-12T03:06:24.219Z||pool-3-thread-4|||||INFO|500||Missing status on Status Object.
2021-04-12T03:06:24.219Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-12T03:06:24.219Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "multicloud-windriver-id",
"timestamp": 1618196783181,
"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-04-12T03:06:24.225Z||pool-3-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0cf08322-63ae-4b03-abb5-a480bdb57c20
2021-04-12T03:06:24.225Z||pool-3-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0cf08322-63ae-4b03-abb5-a480bdb57c20 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-04-12T03:06:24.949Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-12T03:06:24.949Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:24.951Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:24.951Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196783225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "NOTIFIED"
}
2021-04-12T03:06:25.051Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-12T03:06:25.052Z||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-04-12T03:06:25.052Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:25.062Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:25.062Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-12T03:06:25.952Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-12T03:06:25.953Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:25.955Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:25.955Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196783225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-12T03:06:26.055Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-12T03:06:26.057Z||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-04-12T03:06:26.057Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:26.068Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:26.069Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-12T03:06:26.956Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-12T03:06:26.957Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:26.959Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:26.959Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196783225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:27.059Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-12T03:06:27.060Z||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-04-12T03:06:27.060Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:27.071Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:27.072Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-12T03:06:27.960Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-12T03:06:27.961Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:27.964Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:27.965Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196783225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-12T03:06:28.065Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-12T03:06:28.066Z||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-04-12T03:06:28.066Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:28.079Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:28.080Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2021-04-12T03:06:28.965Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-12T03:06:28.966Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:28.968Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:28.968Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196783225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-12T03:06:29.068Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-12T03:06:29.069Z||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-04-12T03:06:29.069Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:29.078Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:29.079Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-12T03:06:29.968Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-12T03:06:29.969Z||pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:29.971Z||pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:29.971Z||pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196783225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "NOTIFIED"
}
2021-04-12T03:06:30.072Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-12T03:06:30.073Z||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-04-12T03:06:30.073Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:30.084Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:30.085Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-12T03:06:30.973Z||pool-3-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"serviceName": "vFW 2021-04-12 03-02-59",
"serviceVersion": "1.0",
"serviceUUID": "c7e4f6b7-0229-4927-a4c0-d0159c59cd4e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5b905a03-ca31-400b-b376-b1b2a7f1cf84",
"resources": [
{
"resourceInstanceName": "vFW fd563b34-ec93 0",
"resourceCustomizationUUID": "f8f31cf6-694b-4c89-8479-4bf519e8fcc2",
"resourceName": "vFW fd563b34-ec93",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "22e02afe-f16b-440f-9e25-a0d339a01e7b",
"resourceInvariantUUID": "e5aa7ac7-7b52-4dfe-a6b9-60b482ae6695",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfd563b34ec930_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"artifactChecksum": "ZThjNjU3MGE2NDQ2YmM2Mjc2YTIzMTE3MmQ4MmYwZjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "19f56477-6370-4903-be2f-2f06f21f4a62",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "12a07b79-29f2-402b-915a-f8eead21ac3f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "7b60f8d0-1170-4762-aa64-3b0c54612b1a",
"generatedFromUUID": "12a07b79-29f2-402b-915a-f8eead21ac3f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "7b60f8d0-1170-4762-aa64-3b0c54612b1a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210412030259-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"artifactChecksum": "ZmQ3ZTMwYmQ0ZDcxZjE3M2Q2OTJjYjVkM2U5MGI4ZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e438abcd-74f9-47cc-8227-b2ea90119e46"
}
],
"workloadContext": "Production"
}
2021-04-12T03:06:30.975Z||pool-3-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-12T03:06:30.975Z||pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c7e4f6b7-0229-4927-a4c0-d0159c59cd4e ASDC
2021-04-12T03:06:31.166Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0cf08322-63ae-4b03-abb5-a480bdb57c20
ServiceName:vFW 2021-04-12 03-02-59
ServiceVersion:1.0
ServiceUUID:c7e4f6b7-0229-4927-a4c0-d0159c59cd4e
ServiceInvariantUUID:5b905a03-ca31-400b-b376-b1b2a7f1cf84
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210412030259-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar
ArtifactUUID:e438abcd-74f9-47cc-8227-b2ea90119e46
ArtifactChecksum:ZmQ3ZTMwYmQ0ZDcxZjE3M2Q2OTJjYjVkM2U5MGI4ZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fd563b34-ec93 0
ResourceCustomizationUUID:f8f31cf6-694b-4c89-8479-4bf519e8fcc2
ResourceInvariantUUID:e5aa7ac7-7b52-4dfe-a6b9-60b482ae6695
ResourceName:vFW fd563b34-ec93
ResourceType:VF
ResourceUUID:22e02afe-f16b-440f-9e25-a0d339a01e7b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfd563b34ec930_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json
ArtifactUUID:19f56477-6370-4903-be2f-2f06f21f4a62
ArtifactChecksum:ZThjNjU3MGE2NDQ2YmM2Mjc2YTIzMTE3MmQ4MmYwZjM=
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/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml
ArtifactUUID:12a07b79-29f2-402b-915a-f8eead21ac3f
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env
ArtifactUUID:7b60f8d0-1170-4762-aa64-3b0c54612b1a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env
ArtifactUUID:7b60f8d0-1170-4762-aa64-3b0c54612b1a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-12T03:06:31.166Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7e4f6b7-0229-4927-a4c0-d0159c59cd4e 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-04-12T03:06:31.289Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-12T03:06:31.291Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-12T03:06:31.292Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-12T03:06:31.292Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: e438abcd-74f9-47cc-8227-b2ea90119e46 from URL: /sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:31.292Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-12T03:06:31.296Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:32.167Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-12T03:06:32.187Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar e438abcd-74f9-47cc-8227-b2ea90119e46 105074
2021-04-12T03:06:32.188Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar ASDC sendASDCNotification
2021-04-12T03:06:32.189Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:32.189Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-12T03:06:32.190Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:32.192Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:32.192Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196792188,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:32.292Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-12T03:06:32.294Z||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-04-12T03:06:32.294Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:32.302Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:32.303Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-12T03:06:33.193Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-12T03:06:33.194Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||MSO config path is: /app
2021-04-12T03:06:33.195Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||Trying to write artifact UUID: e438abcd-74f9-47cc-8227-b2ea90119e46, URL: /sdc/v1/catalog/services/Vfw20210412030259/1.0/artifacts/service-Vfw20210412030259-csar.csar to file: /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:33.195Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210412030259-csar.csar
2021-04-12T03:06:33.392Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:33.392Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:34.249Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7665555233753227966/Definitions/service-Vfw20210412030259-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-04-12T03:06:36.791Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-12T03:06:36.795Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-12T03:06:36.795Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.795Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-12T03:06:36.795Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.795Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.795Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.795Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.795Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.795Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.795Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fd563b34-ec93 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.796Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.796Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.796Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.796Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.796Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.796Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fd563b34-ec93 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-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.797Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210412030259-csar.csar
2021-04-12T03:06:36.797Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||WARN|500||####################################################################################################
2021-04-12T03:06:36.803Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.804Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-12 03-02-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-12T03:06:36.807Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vFW fd563b34-ec93 0 is matching search criteria
2021-04-12T03:06:36.807Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-12T03:06:36.809Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Found topology templates [vFW fd563b34-ec93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-12T03:06:36.810Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.810Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-12 03-02-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-12T03:06:36.811Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vFW fd563b34-ec93 0 is matching search criteria
2021-04-12T03:06:36.811Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Search for entities recursively
2021-04-12T03:06:36.811Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Found topology templates [vFW fd563b34-ec93 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-12T03:06:36.811Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.812Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-12 03-02-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-12T03:06:36.815Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.815Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vFW fd563b34-ec93 0 is not matching search criteria
2021-04-12T03:06:36.815Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-12T03:06:36.815Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-12T03:06:36.816Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-12T03:06:36.816Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-12T03:06:36.816Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.816Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.816Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-12T03:06:36.817Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-12T03:06:36.817Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-12T03:06:36.817Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.817Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-12T03:06:36.817Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-12T03:06:36.818Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-12T03:06:36.818Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-12T03:06:36.818Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.818Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-12T03:06:36.818Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.818Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-12 03-02-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-12T03:06:36.819Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.820Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vFW fd563b34-ec93 0 is matching search criteria
2021-04-12T03:06:36.820Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Found topology templates [vFW fd563b34-ec93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-12T03:06:36.820Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.820Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vFW fd563b34-ec93 0 is matching search criteria
2021-04-12T03:06:36.821Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Found topology templates [vFW fd563b34-ec93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-12T03:06:36.821Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.821Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vFW fd563b34-ec93 0 is matching search criteria
2021-04-12T03:06:36.821Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Found topology templates [vFW fd563b34-ec93 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-12T03:06:36.822Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.822Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vFW fd563b34-ec93 0 is not matching search criteria
2021-04-12T03:06:36.822Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-12T03:06:36.822Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-12T03:06:36.822Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-12T03:06:36.823Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-12T03:06:36.823Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-12T03:06:36.823Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.823Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-12T03:06:36.823Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-12T03:06:36.824Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-12T03:06:36.824Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-12T03:06:36.824Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.824Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ebbf007a-8491-4d1e-9686-224b32ec00f9
2021-04-12T03:06:36.825Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.825Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vFW fd563b34-ec93 0 is not matching search criteria
2021-04-12T03:06:36.825Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-12T03:06:36.825Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-12T03:06:36.825Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-12T03:06:36.826Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-12T03:06:36.826Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.826Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.826Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-12T03:06:36.826Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-12T03:06:36.826Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-12T03:06:36.827Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-12T03:06:36.827Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-12T03:06:36.827Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.827Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fe5fef9a-c1ff-4b8c-bb01-01fed2199289
2021-04-12T03:06:36.827Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.827Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vFW fd563b34-ec93 0 is not matching search criteria
2021-04-12T03:06:36.828Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-12T03:06:36.828Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-12T03:06:36.828Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-12T03:06:36.828Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-12T03:06:36.828Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.829Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.829Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-12T03:06:36.829Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-12T03:06:36.829Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-12T03:06:36.829Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-12T03:06:36.830Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-12T03:06:36.830Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-12T03:06:36.830Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=18b0f684-5b64-41f1-9781-a59deb0ca66e
2021-04-12T03:06:36.830Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.830Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-12 03-02-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-12T03:06:36.831Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.831Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-12 03-02-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-12T03:06:36.831Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.831Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-12 03-02-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-12T03:06:36.832Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:36.832Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-12 03-02-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-12T03:06:36.832Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-12 03-02-59
Description:catalog service description
Model UUID:c7e4f6b7-0229-4927-a4c0-d0159c59cd4e
Model Version:NULL
Model InvariantUuid:5b905a03-ca31-400b-b376-b1b2a7f1cf84
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fd563b34-ec93
Model UUID:d545fa75-1cdd-4d08-97a2-a56a6d05e0ff
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e5aa7ac7-7b52-4dfe-a6b9-60b482ae6695
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f8f31cf6-694b-4c89-8479-4bf519e8fcc2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:19919832-7e6c-4083-b69a-1d1d47d8c1dc
ModelName:VfwFd563b34Ec93..base_vfw..module-0
ModelUuid:6b6f9a77-c375-4e5c-a679-871502c4bcef
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ebbf007a-8491-4d1e-9686-224b32ec00f9
ModelInvariantUuid:b1da65f3-e028-480f-b27f-d88dfa1d48c1
ModelName:vFW fd563b34-ec93-nodes.vfwCvfc
ModelUuid:4d9fb6f7-76a1-47af-9f6b-a32ca2484f37
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f03f953a-0070-4078-be51-d4543117e036
ModelInvariantUuid:190c3cd9-7957-490b-9e0f-6eff53711096
ModelName:VfwFd563b34Ec93.compute.nodes.heat.vfw
ModelUuid:41a01f49-eeb5-46f3-82bd-ac339c949626
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fe5fef9a-c1ff-4b8c-bb01-01fed2199289
ModelInvariantUuid:4c651886-bfc4-4ae3-b0de-41538f000213
ModelName:vFW fd563b34-ec93-nodes.vsnCvfc
ModelUuid:0390cecd-3632-46cc-ba6f-f03a4792a52b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7cd0a31f-3c10-4ab8-a419-552f61d01a9c
ModelInvariantUuid:709858bc-f939-487e-9e17-fb22266d2008
ModelName:VfwFd563b34Ec93.compute.nodes.heat.vsn
ModelUuid:cafe171d-cb6c-4279-aa60-a6f8eede5534
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:18b0f684-5b64-41f1-9781-a59deb0ca66e
ModelInvariantUuid:14b9fb8a-1304-4a76-a8d2-56d0a671ec5a
ModelName:vFW fd563b34-ec93-nodes.vpgCvfc
ModelUuid:8ab52504-19a7-4e55-a683-8abb687f670d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bd5af01d-9469-4100-a4a8-77e7d74f36f0
ModelInvariantUuid:143906a8-fe73-473a-b20d-55c9e937038c
ModelName:VfwFd563b34Ec93.compute.nodes.heat.vpg
ModelUuid:2bec8e30-7b11-4af5-a937-e1da7a687298
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-04-12T03:06:36.849Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 22e02afe-f16b-440f-9e25-a0d339a01e7b
2021-04-12T03:06:36.860Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||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-04-12T03:06:36.932Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||vFW fd563b34-ec93 0
2021-04-12T03:06:36.941Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22e02afe-f16b-440f-9e25-a0d339a01e7b
2021-04-12T03:06:36.941Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 19f56477-6370-4903-be2f-2f06f21f4a62 from URL: /sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json
2021-04-12T03:06:36.941Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-12T03:06:36.942Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json
2021-04-12T03:06:38.411Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-12T03:06:38.411Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json 19f56477-6370-4903-be2f-2f06f21f4a62 785
2021-04-12T03:06:38.411Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json ASDC sendASDCNotification
2021-04-12T03:06:38.412Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json
2021-04-12T03:06:38.412Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-12T03:06:38.412Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:38.414Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:38.414Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196798411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/vfwfd563b34ec930_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:38.514Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-12T03:06:38.515Z||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-04-12T03:06:38.515Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:38.573Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:38.574Z||pool-12-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2021-04-12T03:06:39.415Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFd563b34Ec93..base_vfw..module-0",
"vfModuleModelInvariantUUID": "19919832-7e6c-4083-b69a-1d1d47d8c1dc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6b6f9a77-c375-4e5c-a679-871502c4bcef",
"vfModuleModelCustomizationUUID": "b4a4e346-1bb3-4a03-853b-a99ff384f30b",
"isBase": true,
"artifacts": [
"12a07b79-29f2-402b-915a-f8eead21ac3f",
"7b60f8d0-1170-4762-aa64-3b0c54612b1a"
],
"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-04-12T03:06:39.447Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd563b34Ec93..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b6f9a77-c375-4e5c-a679-871502c4bcef
VfModuleModelInvariantUUID:19919832-7e6c-4083-b69a-1d1d47d8c1dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
12a07b79-29f2-402b-915a-f8eead21ac3f
,
7b60f8d0-1170-4762-aa64-3b0c54612b1a
}
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-04-12T03:06:39.451Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFd563b34Ec93..base_vfw..module-0",
"vfModuleModelInvariantUUID": "19919832-7e6c-4083-b69a-1d1d47d8c1dc",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6b6f9a77-c375-4e5c-a679-871502c4bcef",
"vfModuleModelCustomizationUUID": "b4a4e346-1bb3-4a03-853b-a99ff384f30b",
"isBase": true,
"artifacts": [
"12a07b79-29f2-402b-915a-f8eead21ac3f",
"7b60f8d0-1170-4762-aa64-3b0c54612b1a"
],
"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-04-12T03:06:39.451Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFd563b34Ec93..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b6f9a77-c375-4e5c-a679-871502c4bcef
VfModuleModelInvariantUUID:19919832-7e6c-4083-b69a-1d1d47d8c1dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
12a07b79-29f2-402b-915a-f8eead21ac3f
,
7b60f8d0-1170-4762-aa64-3b0c54612b1a
}
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-04-12T03:06:39.451Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 12a07b79-29f2-402b-915a-f8eead21ac3f from URL: /sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml
2021-04-12T03:06:39.451Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-12T03:06:39.451Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml
2021-04-12T03:06:41.709Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-12T03:06:41.710Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml 12a07b79-29f2-402b-915a-f8eead21ac3f 20368
2021-04-12T03:06:41.710Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-12T03:06:41.710Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml
2021-04-12T03:06:41.710Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-12T03:06:41.711Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:41.712Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:41.712Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196801710,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:41.813Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-12T03:06:41.814Z||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-04-12T03:06:41.814Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:41.826Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:41.826Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-12T03:06:42.703Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.171 to 10.233.69.114
2021-04-12T03:06:42.713Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||Trying to download the artifact UUID: 7b60f8d0-1170-4762-aa64-3b0c54612b1a from URL: /sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env
2021-04-12T03:06:42.714Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - download
2021-04-12T03:06:42.714Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env
2021-04-12T03:06:43.530Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||GET Response Status 200
2021-04-12T03:06:43.531Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env 7b60f8d0-1170-4762-aa64-3b0c54612b1a 2098
2021-04-12T03:06:43.531Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-12T03:06:43.531Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env
2021-04-12T03:06:43.531Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-12T03:06:43.532Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-04-12T03:06:43.534Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-12T03:06:43.534Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||try to send status {
"distributionID": "0cf08322-63ae-4b03-abb5-a480bdb57c20",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1618196803531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210412030259/1.0/resourceInstances/vfwfd563b34ec930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-12T03:06:43.634Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-12T03:06:43.635Z||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-04-12T03:06:43.635Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sJjq8UGWq0b7dhX5) ...
2021-04-12T03:06:43.645Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-12T03:06:43.646Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-12T03:06:44.535Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Preparing to deploy Service: c7e4f6b7-0229-4927-a4c0-d0159c59cd4e
2021-04-12T03:06:44.536Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fd563b34-ec93 0 22e02afe-f16b-440f-9e25-a0d339a01e7b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-12T03:06:44.619Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-12T03:06:44.619Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Service vFW 2021-04-12 03-02-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-12T03:06:44.619Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Processing vnf with UUID: d545fa75-1cdd-4d08-97a2-a56a6d05e0ff
2021-04-12T03:06:44.619Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||Will get resource from SDC using resource id: d545fa75-1cdd-4d08-97a2-a56a6d05e0ff
2021-04-12T03:06:44.630Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel to get resource
2021-04-12T03:06:44.663Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel
2021-04-12T03:06:44.666Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|INFO|500||Invoke
2021-04-12T03:06:44.667Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-12T03:06:44.667Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel
2021-04-12T03:06:44.667Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|DEBUG|500||Method : GET
2021-04-12T03:06:44.667Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/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:"0cf08322-63ae-4b03-abb5-a480bdb57c20", X-RequestID:"0cf08322-63ae-4b03-abb5-a480bdb57c20", X-TransactionID:"0cf08322-63ae-4b03-abb5-a480bdb57c20", X-ECOMP-RequestID:"0cf08322-63ae-4b03-abb5-a480bdb57c20", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"58a2d498-faea-49d7-b418-dfd8b122bcb0"]
2021-04-12T03:06:44.668Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|DEBUG|500||Request body:
2021-04-12T03:06:44.668Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|DEBUG|500||==========================request end================================================
2021-04-12T03:06:45.479Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-12T03:06:45.479Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-12T03:06:45.479Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|DEBUG|500||Status text : OK
2021-04-12T03:06:45.480Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node0tdnsoxz9tee1q0yn3v41idju281.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-VfwFd563b34Ec93-csar.csar"", Content-MD5:"YTE5OWM2ODEwMDdmZTQyN2IzOTVhYjhkYjUwZmQ0OTI=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"0cf08322-63ae-4b03-abb5-a480bdb57c20", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-12T03:06:45.504Z|0cf08322-63ae-4b03-abb5-a480bdb57c20|pool-3-thread-5|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d545fa75-1cdd-4d08-97a2-a56a6d05e0ff/toscaModel|DEBUG|500||Response body: PK ��R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK ��R TOSCA-Metadata/TOSCA.metaM�M
�0��9E.�V�
fWc�S��c;�@2)Ɉ��f���x�c0��!��C�l -��N��}n�^���8�K��@t!���@t�1�+.�,�@�r#�)|�T�o?Oͻ9tӹQ�~u���� q�ZN b��)a1�1��3��.nK�PK
3Lo� � PK ��R 1 Definitions/resource-VfwFd563b34Ec93-template.yml�]�w�6��_�[�Տ�0�ɛc;���q}K�� 1愁)0�8���
���9�����u�{k_~I��t��^�Al`��֒�U�mw>4���7
��i����IӼ� "�����k
�X{�/��D�9.���Z닱5[M \,�sT++��gs,�a;*<^��%��`� g<�c�E�������Ϛ��Sk:ӡ���7����%i_0p�H�C7y�vQ���K�v���[�O$pFO��w0��g�g�ު�Xq��Z�p��>%�ZK4���խ�c����W`�j���>1j�gc4����c�@�r�� ����?��
�$~����U�gU�\�G�����^��#����6��������A��ޮV��"/���}�T�$�}�n4Y<ˋ� ��.Y�x\�+�(��غ$0r�
�����o���tǢ5��5[���$
�K�P ��������|D�1��R�d%����¥�n{�2�9���ז��K\=�Q����E�J]!!�-"f�O��n��{��c�Ox 70B:����wޣz�5�U�-ə��5AV�ީ��n�&[�M7����"[�ٲ%�>�M���m�Gj3�f6k���6Z�7�q�if�>�$D�m�y2���]�*��-ZBu���&J��@��E�5��9�Jas�{?y����X�F�x4����#/ؔ��*��]\i�q�hb-y ����co@ٓ��W��
�� 2��s4A�}�aKL{�����[/�����#��=q^k.�c��.L��02SK�9���[����v�Q{�����k��������\�ek�����[dn60FS��xo�{-t�L� l�����W<j�:�n��2�Ld������ݛ?.N����ϟ�?hgi�eW$mB�
�l5` ,ƨK[�
h֑�c�����o9=��m�����.O����ӻ��/ڻ�OwW*�ͪC{yɓ�7��N��)A6q*���)�P����>�?��'��KD��,���>6A�xHm$fwa�'I�,�W�Ҳ�0 �Qm$;t��vw���b�B���T4�P�!a{J_|�_Ҋn�#N�q�����j{N���Q��+c!+@�o�g����I�+8���H���G�g�g�i���R��[@� �9rl M;�}4H�ymaK3��'1�|��NOε� ��
ee� ��Jc������h6����iϭ��h��-/�%�����h�P9\aT�ԣ˴�`��E|�67^���-j�3�6��&"���Չ�pѴ�>��`s6�����/�On����HŪ�#�[P�
N:;�]�d$5��n@��Q�2iG
2�
Iu��f;�]�%��#92JUsF��X�At��ӭ�O
��/���h �F��jy#�������!pyjq�����LjM�
�鏯��nbc �T2�^k�*j;�Ei|R�F[�kN�����}3�ʰkt��E��#}�(��������-��L3<��k+�E~����9i�߽����ӌ�xV����/p����:��U��<&��L�Ǭ`��n*�H�0z� ��އ45��J2F^ձ�)]�Ơ�#%z���)�O����D�k��O�qc�������V_[��xKD����D]JQW�U� �]����'����~vr{��d[E}����
h�Mm�k<��Ps���B����lo��"BF���
A���
�j���y��M?� �i�rz%�#���Ǘ�dv{;������@;A�7�����x�'��ϳ�?O���'���ח߿|�>���םw�峓�����t������ջ1�X��;:��q������������ߌ�77��9�_�������m��_�.N_�k=��w�t5��|�܇�{�z�4����z=��I�����|�������_o�Bh�L����.��f�W�w�tz���a����������a��0�fp�W�?gwg�_{8{���×ɇ�������ǧo���������훓Ň/g��?��������:L�p�e���o���f������^~���������?_�Ih���^y�?��_���/kr�pv��??:g�����������z��R�>,�k��x�J{$�کF#�lA�~2?��H��
�G�a��(2q�����8�W�<� �i���1aph�G�c�_Hv�SB�����`�Է�mF���G���c�h�_9]"b[��G� /S�y��Ζ���G������)���(G{�.a�!1�ٯ�d\��|��}9���l2�� ��1���k,���u�*���2�l�O�SC�Mm������㩳�KL�NY��� r뾧����Χ�r�;�@�- �W��\���lDo��~��,P��/KV��E=Gwh�2ϹdN�b��\�´$����