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=kV&H7ChVY0!(hqKZx{7#6bgT -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-07T02:02:22.012Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-bfcct with PID 14 (/app/app.jar started by so in /app)
2021-04-07T02:02:22.073Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-07T02:02:22.074Z||main|||||INFO|500||The following profiles are active: basic
2021-04-07T02:02:27.009Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-07T02:02:27.010Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-07T02:02:27.131Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-07T02:02:28.586Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-07T02:02:28.792Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-07T02:02:29.014Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-07T02:02:29.021Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-07T02:02:30.222Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-07T02:02:30.334Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-07T02:02:30.337Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-07T02:02:30.671Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-07T02:02:31.212Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-07T02:02:34.027Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-07T02:02:34.288Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-07T02:02:35.395Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-07T02:02:35.411Z||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$$c5c40d7e.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-07T02:02:35.412Z||main|||||WARN|500||The sdc end point is not alive
2021-04-07T02:02:36.513Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-07T02:02:38.406Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-07T02:02:39.424Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-07T02:02:40.334Z||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-07T02:02:42.117Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:02:42.119Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:02:42.133Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:02:42.179Z||main|||||INFO|500||Started Application in 22.568 seconds (JVM running for 23.344)
2021-04-07T02:02:42.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:02:42.223Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e13a7c1d-f570-475e-827d-e684babf5fb9 url= /sdc/v1/artifactTypes
2021-04-07T02:02:42.223Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:02:43.363Z||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.7.9] 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-07T02:02:43.366Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4355317d
2021-04-07T02:02:43.367Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:02:43.373Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:02:43.375Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:02:43.377Z||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-07T02:03:12.120Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:03:32.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:03:32.117Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:03:32.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:03:32.125Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:03:32.130Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c97c257-b0f8-469e-af2a-f1aa8145e55b url= /sdc/v1/artifactTypes
2021-04-07T02:03:32.131Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:03:33.204Z||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.7.9] 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-07T02:03:33.205Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6898d789
2021-04-07T02:03:33.205Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:03:33.205Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:03:33.205Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:03:33.205Z||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-07T02:03:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:04:22.115Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:04:22.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:04:22.116Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:04:22.123Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:04:22.128Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1079298e-d672-410f-b524-e96f2758b667 url= /sdc/v1/artifactTypes
2021-04-07T02:04:22.128Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:04:23.185Z||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.7.9] 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-07T02:04:23.186Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58de8029
2021-04-07T02:04:23.186Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:04:23.186Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:04:23.186Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:04:23.186Z||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-07T02:05:12.117Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:05:12.117Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:05:12.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:05:12.127Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:05:12.133Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 355c0b92-e988-46aa-93ad-f9b3ed54f238 url= /sdc/v1/artifactTypes
2021-04-07T02:05:12.133Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:05:13.174Z||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.7.9] 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-07T02:05:13.175Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4de77085
2021-04-07T02:05:13.175Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:05:13.175Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:05:13.176Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:05:13.177Z||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-07T02:05:13.179Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:05:57.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:06:02.115Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:06:02.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:06:02.116Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:06:02.122Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:06:02.165Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22867940-8df2-4ffa-b275-cb1e266c39e4 url= /sdc/v1/artifactTypes
2021-04-07T02:06:02.165Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:06:03.188Z||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.7.9] 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-07T02:06:03.188Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f3ff7e9
2021-04-07T02:06:03.189Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:06:03.189Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:06:03.189Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:06:03.189Z||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-07T02:06:52.115Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:06:52.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:06:52.116Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:06:52.121Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:06:52.167Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf84ac7d-ff67-4349-a620-f3571adb6f50 url= /sdc/v1/artifactTypes
2021-04-07T02:06:52.168Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:06:53.206Z||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.7.9] 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-07T02:06:53.207Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26553f36
2021-04-07T02:06:53.207Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:06:53.207Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:06:53.207Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:06:53.207Z||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-07T02:07:42.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:07:42.117Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:07:42.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:07:42.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:07:42.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce077270-9f9a-4475-b7d8-0222b9ec534c url= /sdc/v1/artifactTypes
2021-04-07T02:07:42.164Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:07:43.191Z||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.7.9] 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-07T02:07:43.192Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a58072c
2021-04-07T02:07:43.192Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:07:43.192Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:07:43.193Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:07:43.193Z||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-07T02:08:32.117Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:08:32.118Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:08:32.119Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:08:32.131Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:08:32.137Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d365a5e-59b3-4645-9aa4-062868ec8900 url= /sdc/v1/artifactTypes
2021-04-07T02:08:32.137Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:08:33.173Z||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.7.9] 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-07T02:08:33.176Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@706b0827
2021-04-07T02:08:33.177Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:08:33.178Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:08:33.178Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:08:33.179Z||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-07T02:09:22.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:09:22.117Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:09:22.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:09:22.167Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:09:22.175Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35753c3f-d1f3-4a3e-b218-f6dcc6f811e1 url= /sdc/v1/artifactTypes
2021-04-07T02:09:22.176Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:09:23.219Z||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.7.9] 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-07T02:09:23.220Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@347a2545
2021-04-07T02:09:23.220Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:09:23.220Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:09:23.265Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:09:23.266Z||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-07T02:09:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:10:12.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:10:12.117Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:10:12.117Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:10:12.166Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:10:12.173Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40cd7f7e-ca96-44fd-ac56-53b8e17e9fd4 url= /sdc/v1/artifactTypes
2021-04-07T02:10:12.174Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:10:13.205Z||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.7.9] 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-07T02:10:13.205Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c3d6240
2021-04-07T02:10:13.206Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-07T02:10:13.206Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-07T02:10:13.206Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-07T02:10:13.206Z||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-07T02:10:13.207Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:10:57.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:11:02.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:11:02.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:11:02.116Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:11:02.125Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:11:02.131Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 241515d4-059b-4dca-b61c-6302bc703b7d url= /sdc/v1/artifactTypes
2021-04-07T02:11:02.132Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:11:02.349Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-07T02:11:02.350Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7794b0ef
2021-04-07T02:11:02.350Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-07T02:11:02.350Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-07T02:11:02.350Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-07T02:11:02.350Z||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-07T02:11:42.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:11:52.116Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-07T02:11:52.116Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-07T02:11:52.116Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-07T02:11:52.121Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-07T02:11:52.127Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 483cb94c-f3fe-423c-b61a-15e1dffc1513 url= /sdc/v1/artifactTypes
2021-04-07T02:11:52.127Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-07T02:11:52.358Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-07T02:11:52.372Z||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-07T02:11:52.400Z||scheduling-1|||||DEBUG|500||create keys
2021-04-07T02:11:52.408Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-07T02:11:52.522Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:11:52.537Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 805397e1-98a8-449f-a1e7-c7f6f635f58f url= /sdc/v1/registerForDistribution
2021-04-07T02:11:52.633Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 805397e1-98a8-449f-a1e7-c7f6f635f58f url= /sdc/v1/registerForDistribution
2021-04-07T02:11:52.634Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-07T02:11:52.647Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:11:52.646Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:11:52.650Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-07T02:11:52.654Z||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-07T02:11:52.654Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:11:52.654Z||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-07T02:11:52.654Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:12:02.865Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:12:02.872Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:12:27.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:12:41.611Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-07T02:12:52.644Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:12:52.644Z||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-07T02:12:52.644Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:12:52.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:12:52.646Z||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-07T02:12:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:13:02.193Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:13:02.210Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:13:12.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:13:52.644Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:13:52.645Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:13:52.646Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:13:52.646Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:13:52.647Z||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-07T02:13:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:14:02.209Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:14:02.210Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:14:52.646Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:14:52.646Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:14:52.653Z||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-07T02:14:52.653Z||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-07T02:14:52.654Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:14:52.654Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:15:02.198Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:15:02.253Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:15:12.122Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:15:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:15:52.645Z||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-07T02:15:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:15:52.646Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:15:52.647Z||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-07T02:15:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:15:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:16:02.191Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:16:02.193Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:16:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:16:52.645Z||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-07T02:16:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:16:52.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:16:52.646Z||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-07T02:16:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:17:02.202Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:17:02.205Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:17:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:17:52.644Z||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-07T02:17:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:17:52.645Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:17:52.646Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:17:52.646Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:18:02.186Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:18:02.187Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:18:12.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:18:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:18:52.645Z||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-07T02:18:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:18:52.646Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:18:52.648Z||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-07T02:18:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:19:02.188Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:19:02.188Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:19:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:19:52.645Z||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-07T02:19:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:19:52.646Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:19:52.646Z||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-07T02:19:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:20:02.187Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:20:02.254Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:20:27.121Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T02:20:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:20:52.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:20:52.646Z||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-07T02:20:52.646Z||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-07T02:20:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:20:52.652Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:21:02.205Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:21:02.205Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:21:12.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:21:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:21:52.644Z||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-07T02:21:52.644Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:21:52.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:21:52.646Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:21:52.646Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:21:57.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:22:02.183Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:22:02.183Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:22:42.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:22:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:22:52.645Z||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-07T02:22:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:22:52.646Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:22:52.646Z||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-07T02:22:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:23:02.203Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:23:02.204Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:23:27.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T02:23:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:23:52.645Z||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-07T02:23:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:23:52.646Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:23:52.646Z||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-07T02:23:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:24:02.186Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:24:02.187Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:24:12.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:24:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:24:52.645Z||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-07T02:24:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:24:52.645Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:24:52.646Z||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-07T02:24:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:24:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:25:02.194Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:25:02.253Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:25:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:25:52.645Z||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-07T02:25:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:25:52.646Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:25:52.646Z||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-07T02:25:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:26:02.199Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:26:02.252Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:26:27.120Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:26:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:26:52.645Z||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-07T02:26:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:26:52.646Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:26:52.646Z||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-07T02:26:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:27:02.196Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:27:02.197Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:27:52.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:27:52.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:27:52.648Z||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-07T02:27:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:27:52.648Z||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-07T02:27:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:28:02.225Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:28:02.260Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:28:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:28:52.645Z||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-07T02:28:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:28:52.646Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:28:52.646Z||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-07T02:28:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:29:02.201Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:29:02.249Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:29:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:29:52.644Z||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-07T02:29:52.644Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:29:52.645Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:29:52.646Z||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-07T02:29:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:30:02.191Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:30:02.191Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:30:12.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T02:30:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:30:52.645Z||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-07T02:30:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:30:52.646Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:30:52.646Z||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-07T02:30:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:31:02.200Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:31:02.251Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:31:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:31:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:31:52.645Z||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-07T02:31:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:31:52.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:31:52.646Z||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-07T02:31:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:32:02.183Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:32:02.185Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:32:27.116Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T02:32:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:32:52.645Z||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-07T02:32:52.646Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:32:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:32:52.646Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:32:52.646Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:33:02.208Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:33:02.239Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:33:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:33:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:33:52.645Z||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-07T02:33:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:33:52.646Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:33:52.646Z||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-07T02:33:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:34:02.200Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:34:02.200Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:34:27.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.68.118
2021-04-07T02:34:52.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:34:52.645Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:34:52.648Z||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-07T02:34:52.648Z||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-07T02:34:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:34:52.648Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:35:02.197Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:35:02.199Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:35:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:35:52.645Z||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-07T02:35:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:35:52.645Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:35:52.646Z||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-07T02:35:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:35:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:36:02.185Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:36:02.187Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:36:42.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:36:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:36:52.645Z||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-07T02:36:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:36:52.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:36:52.646Z||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-07T02:36:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:37:02.186Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:37:02.186Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:37:27.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:37:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:37:52.645Z||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-07T02:37:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:37:52.645Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:37:52.646Z||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-07T02:37:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:38:02.186Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:38:02.186Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:38:12.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:38:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:38:52.645Z||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-07T02:38:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:38:52.646Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:38:52.646Z||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-07T02:38:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:38:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.76.98
2021-04-07T02:39:02.186Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:39:02.275Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:39:42.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:39:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:39:52.645Z||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-07T02:39:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:39:52.646Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:39:52.647Z||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-07T02:39:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:40:02.197Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:40:02.198Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:40:27.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:40:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:40:52.645Z||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-07T02:40:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:40:52.645Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:40:52.646Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:40:52.646Z||pool-3-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:41:02.183Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:41:02.183Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:41:12.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:41:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:41:52.645Z||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-07T02:41:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:41:52.645Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:41:52.646Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-07T02:41:52.646Z||pool-3-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:41:57.118Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.68.118
2021-04-07T02:42:02.184Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:42:02.184Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:42:42.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.118 to 10.233.77.134
2021-04-07T02:42:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:42:52.645Z||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-07T02:42:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:42:52.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:42:52.646Z||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-07T02:42:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:43:02.184Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:43:02.247Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:43:27.119Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.134 to 10.233.76.98
2021-04-07T02:43:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:43:52.644Z||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-07T02:43:52.644Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:43:52.645Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:43:52.646Z||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-07T02:43:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:44:02.189Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:44:02.192Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:44:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:44:52.644Z||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-07T02:44:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:44:52.646Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:44:52.647Z||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-07T02:44:52.647Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:02.186Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:02.186Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:42.117Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.98 to 10.233.77.134
2021-04-07T02:45:52.644Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:45:52.645Z||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-07T02:45:52.645Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:52.646Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-07T02:45:52.646Z||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-07T02:45:52.646Z||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 XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:52.789Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:52.798Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.798Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "cds",
"timestamp": 1617763541071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "policy-id",
"timestamp": 1617763541763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "dcae-sch",
"timestamp": 1617763533703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.815Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "cds",
"timestamp": 1617763541071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "policy-id",
"timestamp": 1617763541763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "dcae-sch",
"timestamp": 1617763533703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "cds",
"timestamp": 1617763541071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "policy-id",
"timestamp": 1617763541763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "dcae-sch",
"timestamp": 1617763533703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.816Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "cds",
"timestamp": 1617763541071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "policy-id",
"timestamp": 1617763541763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "dcae-sch",
"timestamp": 1617763533703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "cds",
"timestamp": 1617763541071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.817Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "policy-id",
"timestamp": 1617763541763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "dcae-sch",
"timestamp": 1617763533703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617763547059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.818Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617763547255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "cds",
"timestamp": 1617763541071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "policy-id",
"timestamp": 1617763541763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "clamp",
"timestamp": 1617763547718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.819Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617763548228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "dcae-sch",
"timestamp": 1617763533703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617763547059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617763547255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.820Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "cds",
"timestamp": 1617763541071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "policy-id",
"timestamp": 1617763541763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "clamp",
"timestamp": 1617763547718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617763548228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.821Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "dcae-sch",
"timestamp": 1617763533703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617763547059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617763547255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "clamp",
"timestamp": 1617763547718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617763548228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.822Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617763547059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "cds",
"timestamp": 1617763550780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "policy-id",
"timestamp": 1617763550827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617763547255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617763550464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.823Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "clamp",
"timestamp": 1617763547718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617763548228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617763547059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.824Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "cds",
"timestamp": 1617763551798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-07T02:45:52.948Z||pool-3-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 175d7490-70fe-4126-aae8-2d79daf1e25f
2021-04-07T02:45:52.967Z||pool-3-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 175d7490-70fe-4126-aae8-2d79daf1e25f 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-07T02:45:52.991Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.991Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "policy-id",
"timestamp": 1617763551834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617763547255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617763550464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "clamp",
"timestamp": 1617763547718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:52.992Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-07T02:45:53.284Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:53.287Z||pool-3-thread-3|||||DEBUG|500||received message from topic
2021-04-07T02:45:53.288Z||pool-3-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"175d7490-70fe-4126-aae8-2d79daf1e25f","serviceName":"basic_onboard_KWmHYz","serviceVersion":"1.0","serviceUUID":"a3599d20-adf4-4c37-ba1e-e488184c8792","serviceDescription":"service","serviceInvariantUUID":"5de92524-4117-4b14-8258-749de36c5f21","resources":[{"resourceInstanceName":"basic_onboard_KWmHYz 0","resourceName":"basic_onboard_KWmHYz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b933eb59-3050-4638-b5a3-c8c1d8b12ead","resourceInvariantUUID":"5ae1a3b5-5673-4ea1-b308-546057ffb7ed","resourceCustomizationUUID":"ce174fd7-50ba-4331-b559-e473867cc674","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml","artifactChecksum":"ZjlmMzljMDVmZjU5YmJhYTQwYjBiMTllNzAzMGE2OTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5437073-d285-45a7-b17a-2f04af825fc5","artifactVersion":"1"},{"artifactName":"basic_onboard_kwmhyz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json","artifactChecksum":"NzRjYTk1OTRhNWUyYTYxNzY4N2RlZTUyNTBmYmNmNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf5c2fa3-5f16-4b75-9fa2-59ecd26d43bd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1df31fd-23fa-430a-9354-02998acae68f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b97b0e13-0cb0-4cab-9fc6-9b9ac7efa67d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5cb1b96-90a2-42f3-ae3e-5e04feaeddec","artifactVersion":"2","generatedFromUUID":"a1df31fd-23fa-430a-9354-02998acae68f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKwmhyz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml","artifactChecksum":"YTk4NGVmZGQxNTkzNzYyNmU3NjY1NjNiMTViOTUwOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2344653f-e2fa-49ac-8755-b72b53eb3eb2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKwmhyz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar","artifactChecksum":"YmIxMjVhNDMyZWNjZTMyMmRlNzZmYTU1YTBkODg1M2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56050541-66a8-4489-bd7c-673018ce9a12","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-07T02:45:53.294Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:53.299Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:53.376Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:53.376Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763552644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:53.477Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-04-07T02:45:53.483Z||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-07T02:45:53.483Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:53.492Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:53.493Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:54.383Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:54.384Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:54.386Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:54.387Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763552644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"status": "NOTIFIED"
}
2021-04-07T02:45:54.489Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-07T02:45:54.490Z||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-07T02:45:54.491Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:54.525Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:54.525Z||pool-5-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:55.387Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:55.388Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:55.390Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:55.390Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763552644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-07T02:45:55.490Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:45:55.491Z||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-07T02:45:55.492Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:55.501Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:55.501Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:56.391Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:56.392Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:56.394Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:56.394Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763552644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:56.495Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:45:56.496Z||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-07T02:45:56.496Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:56.505Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:56.506Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:57.395Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:57.396Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:57.398Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:57.398Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763552644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-07T02:45:57.498Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:45:57.499Z||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-07T02:45:57.499Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:57.522Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:57.522Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:58.398Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:58.399Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:58.400Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:58.400Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763552644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-07T02:45:58.501Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:45:58.501Z||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-07T02:45:58.502Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:58.524Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:58.524Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:45:59.401Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-07T02:45:59.402Z||pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:45:59.404Z||pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:45:59.405Z||pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763552644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
"status": "NOTIFIED"
}
2021-04-07T02:45:59.504Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-07T02:45:59.506Z||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-07T02:45:59.506Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:45:59.515Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:45:59.515Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:00.407Z||pool-3-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"serviceName": "basic_onboard_KWmHYz",
"serviceVersion": "1.0",
"serviceUUID": "a3599d20-adf4-4c37-ba1e-e488184c8792",
"serviceDescription": "service",
"serviceInvariantUUID": "5de92524-4117-4b14-8258-749de36c5f21",
"resources": [
{
"resourceInstanceName": "basic_onboard_KWmHYz 0",
"resourceCustomizationUUID": "ce174fd7-50ba-4331-b559-e473867cc674",
"resourceName": "basic_onboard_KWmHYz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b933eb59-3050-4638-b5a3-c8c1d8b12ead",
"resourceInvariantUUID": "5ae1a3b5-5673-4ea1-b308-546057ffb7ed",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_kwmhyz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"artifactChecksum": "NzRjYTk1OTRhNWUyYTYxNzY4N2RlZTUyNTBmYmNmNGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bf5c2fa3-5f16-4b75-9fa2-59ecd26d43bd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a1df31fd-23fa-430a-9354-02998acae68f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e5cb1b96-90a2-42f3-ae3e-5e04feaeddec",
"generatedFromUUID": "a1df31fd-23fa-430a-9354-02998acae68f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e5cb1b96-90a2-42f3-ae3e-5e04feaeddec",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKwmhyz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
"artifactChecksum": "YmIxMjVhNDMyZWNjZTMyMmRlNzZmYTU1YTBkODg1M2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "56050541-66a8-4489-bd7c-673018ce9a12"
}
],
"workloadContext": "Production"
}
2021-04-07T02:46:00.409Z||pool-3-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-07T02:46:00.409Z||pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a3599d20-adf4-4c37-ba1e-e488184c8792 ASDC
2021-04-07T02:46:00.536Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:175d7490-70fe-4126-aae8-2d79daf1e25f
ServiceName:basic_onboard_KWmHYz
ServiceVersion:1.0
ServiceUUID:a3599d20-adf4-4c37-ba1e-e488184c8792
ServiceInvariantUUID:5de92524-4117-4b14-8258-749de36c5f21
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKwmhyz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar
ArtifactUUID:56050541-66a8-4489-bd7c-673018ce9a12
ArtifactChecksum:YmIxMjVhNDMyZWNjZTMyMmRlNzZmYTU1YTBkODg1M2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KWmHYz 0
ResourceCustomizationUUID:ce174fd7-50ba-4331-b559-e473867cc674
ResourceInvariantUUID:5ae1a3b5-5673-4ea1-b308-546057ffb7ed
ResourceName:basic_onboard_KWmHYz
ResourceType:VF
ResourceUUID:b933eb59-3050-4638-b5a3-c8c1d8b12ead
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kwmhyz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json
ArtifactUUID:bf5c2fa3-5f16-4b75-9fa2-59ecd26d43bd
ArtifactChecksum:NzRjYTk1OTRhNWUyYTYxNzY4N2RlZTUyNTBmYmNmNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a1df31fd-23fa-430a-9354-02998acae68f
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
ArtifactUUID:e5cb1b96-90a2-42f3-ae3e-5e04feaeddec
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
ArtifactUUID:e5cb1b96-90a2-42f3-ae3e-5e04feaeddec
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-07T02:46:00.536Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3599d20-adf4-4c37-ba1e-e488184c8792 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-07T02:46:00.648Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T02:46:00.651Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-07T02:46:00.652Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-07T02:46:00.653Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: 56050541-66a8-4489-bd7c-673018ce9a12 from URL: /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:00.653Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:46:00.655Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:01.469Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:46:01.483Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar 56050541-66a8-4489-bd7c-673018ce9a12 70246
2021-04-07T02:46:01.484Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar ASDC sendASDCNotification
2021-04-07T02:46:01.484Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:01.484Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:46:01.485Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:01.487Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:01.487Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763561483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-07T02:46:01.587Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:46:01.588Z||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-07T02:46:01.589Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:01.650Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:46:01.651Z||pool-11-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:02.487Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-07T02:46:02.489Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||MSO config path is: /app
2021-04-07T02:46:02.489Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Trying to write artifact UUID: 56050541-66a8-4489-bd7c-673018ce9a12, URL: /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/artifacts/service-BasicOnboardKwmhyz-csar.csar to file: /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:02.490Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:02.614Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:02.615Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:02.868Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1637576659928326073/Definitions/service-BasicOnboardKwmhyz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-07T02:46:04.283Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KWmHYz 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||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-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.286Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.287Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.287Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||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-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.287Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KWmHYz 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardKwmhyz-csar.csar
2021-04-07T02:46:04.287Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||WARN|500||####################################################################################################
2021-04-07T02:46:04.292Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.293Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.295Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:04.295Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-07T02:46:04.296Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T02:46:04.297Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.297Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.297Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:04.297Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Search for entities recursively
2021-04-07T02:46:04.297Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-07T02:46:04.298Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.298Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.300Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.300Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is not matching search criteria
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.301Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:04.302Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is matching search criteria
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_KWmHYz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template basic_onboard_KWmHYz 0 is not matching search criteria
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b33bd0dc-7350-4b33-afb0-e2d330ad78eb
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.303Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:04.304Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_KWmHYz
Description:service
Model UUID:a3599d20-adf4-4c37-ba1e-e488184c8792
Model Version:NULL
Model InvariantUuid:5de92524-4117-4b14-8258-749de36c5f21
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_KWmHYz
Model UUID:d1db3fb6-4543-462f-a7d3-87bc8d469af1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5ae1a3b5-5673-4ea1-b308-546057ffb7ed
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ce174fd7-50ba-4331-b559-e473867cc674
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f5c01dcc-93c3-4ceb-adda-14c4fc6627d6
ModelName:BasicOnboardKwmhyz..base_ubuntu18..module-0
ModelUuid:485d3e01-ff21-4606-bda9-2e15827da7ae
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b33bd0dc-7350-4b33-afb0-e2d330ad78eb
ModelInvariantUuid:16d29a32-7f28-4a0d-ad0e-c812837f62e0
ModelName:basic_onboard_KWmHYz-nodes.ubuntu18Cvfc
ModelUuid:7efc766d-1bde-4979-819a-aa421c312134
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:499b027a-1195-4e9b-9e5b-f7d4a4baf293
ModelInvariantUuid:e167c338-e536-49a2-a5bc-c81af53781cc
ModelName:BasicOnboardKwmhyz.compute.nodes.heat.ubuntu18
ModelUuid:16101088-e4f0-4805-9062-31c55228aac2
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-07T02:46:04.352Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b933eb59-3050-4638-b5a3-c8c1d8b12ead
2021-04-07T02:46:04.363Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||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-07T02:46:04.416Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||basic_onboard_KWmHYz 0
2021-04-07T02:46:04.421Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b933eb59-3050-4638-b5a3-c8c1d8b12ead
2021-04-07T02:46:04.421Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: bf5c2fa3-5f16-4b75-9fa2-59ecd26d43bd from URL: /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json
2021-04-07T02:46:04.421Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:46:04.421Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json
2021-04-07T02:46:05.248Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:46:05.249Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json bf5c2fa3-5f16-4b75-9fa2-59ecd26d43bd 798
2021-04-07T02:46:05.249Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json ASDC sendASDCNotification
2021-04-07T02:46:05.249Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json
2021-04-07T02:46:05.249Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:46:05.250Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:05.252Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:05.252Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763565249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/basic_onboard_kwmhyz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-07T02:46:05.352Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:46:05.353Z||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-07T02:46:05.353Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:05.361Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:46:05.362Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:06.254Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKwmhyz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f5c01dcc-93c3-4ceb-adda-14c4fc6627d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "485d3e01-ff21-4606-bda9-2e15827da7ae",
"vfModuleModelCustomizationUUID": "42d77a82-5cbf-44df-b9b9-56c5e0346f62",
"isBase": true,
"artifacts": [
"a1df31fd-23fa-430a-9354-02998acae68f",
"e5cb1b96-90a2-42f3-ae3e-5e04feaeddec"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-07T02:46:06.276Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKwmhyz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:485d3e01-ff21-4606-bda9-2e15827da7ae
VfModuleModelInvariantUUID:f5c01dcc-93c3-4ceb-adda-14c4fc6627d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1df31fd-23fa-430a-9354-02998acae68f
,
e5cb1b96-90a2-42f3-ae3e-5e04feaeddec
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-07T02:46:06.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKwmhyz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f5c01dcc-93c3-4ceb-adda-14c4fc6627d6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "485d3e01-ff21-4606-bda9-2e15827da7ae",
"vfModuleModelCustomizationUUID": "42d77a82-5cbf-44df-b9b9-56c5e0346f62",
"isBase": true,
"artifacts": [
"a1df31fd-23fa-430a-9354-02998acae68f",
"e5cb1b96-90a2-42f3-ae3e-5e04feaeddec"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-07T02:46:06.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKwmhyz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:485d3e01-ff21-4606-bda9-2e15827da7ae
VfModuleModelInvariantUUID:f5c01dcc-93c3-4ceb-adda-14c4fc6627d6
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1df31fd-23fa-430a-9354-02998acae68f
,
e5cb1b96-90a2-42f3-ae3e-5e04feaeddec
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-07T02:46:06.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: a1df31fd-23fa-430a-9354-02998acae68f from URL: /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml
2021-04-07T02:46:06.280Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:46:06.281Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml
2021-04-07T02:46:08.115Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:46:08.115Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml a1df31fd-23fa-430a-9354-02998acae68f 5033
2021-04-07T02:46:08.116Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-07T02:46:08.116Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml
2021-04-07T02:46:08.116Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:46:08.116Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:08.119Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:08.119Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763568116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-07T02:46:08.219Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:46:08.219Z||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-07T02:46:08.219Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:08.229Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:46:08.230Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:09.119Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||Trying to download the artifact UUID: e5cb1b96-90a2-42f3-ae3e-5e04feaeddec from URL: /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
2021-04-07T02:46:09.120Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - download
2021-04-07T02:46:09.121Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
2021-04-07T02:46:09.464Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||GET Response Status 200
2021-04-07T02:46:09.465Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env e5cb1b96-90a2-42f3-ae3e-5e04feaeddec 909
2021-04-07T02:46:09.465Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-07T02:46:09.466Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env
2021-04-07T02:46:09.466Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-07T02:46:09.466Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-04-07T02:46:09.469Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-07T02:46:09.469Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||try to send status {
"distributionID": "175d7490-70fe-4126-aae8-2d79daf1e25f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617763569465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKwmhyz/1.0/resourceInstances/basic_onboard_kwmhyz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-07T02:46:09.569Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-07T02:46:09.570Z||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-07T02:46:09.570Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XuHlYDf9rMCcJjoZ) ...
2021-04-07T02:46:09.579Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-07T02:46:09.579Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-07T02:46:10.469Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Preparing to deploy Service: a3599d20-adf4-4c37-ba1e-e488184c8792
2021-04-07T02:46:10.470Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KWmHYz 0 b933eb59-3050-4638-b5a3-c8c1d8b12ead ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-07T02:46:10.589Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-07T02:46:10.589Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Service basic_onboard_KWmHYz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-07T02:46:10.590Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Processing vnf with UUID: d1db3fb6-4543-462f-a7d3-87bc8d469af1
2021-04-07T02:46:10.590Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||Will get resource from SDC using resource id: d1db3fb6-4543-462f-a7d3-87bc8d469af1
2021-04-07T02:46:10.601Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel to get resource
2021-04-07T02:46:10.627Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel
2021-04-07T02:46:10.629Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|INFO|500||Invoke
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||Method : GET
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/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:"175d7490-70fe-4126-aae8-2d79daf1e25f", X-RequestID:"175d7490-70fe-4126-aae8-2d79daf1e25f", X-TransactionID:"175d7490-70fe-4126-aae8-2d79daf1e25f", X-ECOMP-RequestID:"175d7490-70fe-4126-aae8-2d79daf1e25f", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"19388428-6824-490c-8a65-8ac225cf5268"]
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||Request body:
2021-04-07T02:46:10.630Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||==========================request end================================================
2021-04-07T02:46:10.889Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-07T02:46:10.890Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-07T02:46:10.890Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||Status text : OK
2021-04-07T02:46:10.891Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node0fqmasenoejbfaoybxvjno367278.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardKwmhyz-csar.csar"", Content-MD5:"ZDgwMmRiNGJmNjQ5YjFlNGRiMDMwMjIwZmEwNTQyNmE=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"175d7490-70fe-4126-aae8-2d79daf1e25f", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-07T02:46:10.912Z|175d7490-70fe-4126-aae8-2d79daf1e25f|pool-3-thread-3|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/d1db3fb6-4543-462f-a7d3-87bc8d469af1/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�1�0{������
�H��!,���>���L��������p&A8:Op��]d��f���_��S6
-0�-&���Ձ%��ӱ�*d�7�M��;�f7������'������nS�Wꂁ��3�&�_�Fb�[Y+�J[ێ�PK�Y�1� � PK ��R 4 Definitions/resource-BasicOnboardKwmhyz-template.yml�Ws���=����;��i*x��\Y��IJ��Y`��h�Ȗ�ݥ�R����~�n���U(kH7l#0ۗ7����� �
�5����)s2��B�` �?1�ao�g@;���8=f�qPP�`<�
@D�����X��㩮+S�a�x��i��+ �E