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=a+fnTcBjG[q;U[W]Kf.OhGh] -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-30T02:21:55.032Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-845d4495b5-s8rcb with PID 15 (/app/app.jar started by so in /app)
2021-04-30T02:21:55.035Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-30T02:21:55.036Z||main|||||INFO|500||The following profiles are active: basic
2021-04-30T02:21:59.771Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-30T02:21:59.772Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-30T02:21:59.896Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-30T02:22:01.278Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-30T02:22:01.399Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-30T02:22:01.528Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-30T02:22:01.594Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-30T02:22:02.617Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-30T02:22:02.755Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-30T02:22:02.759Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-30T02:22:03.072Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-30T02:22:03.491Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-30T02:22:05.239Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-30T02:22:05.431Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-30T02:22:07.286Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-30T02:22:07.303Z||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$$eba79929.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-30T02:22:07.304Z||main|||||WARN|500||The sdc end point is not alive
2021-04-30T02:22:08.250Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-30T02:22:09.472Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-30T02:22:11.074Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-30T02:22:11.987Z||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-30T02:22:13.750Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:22:13.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:22:13.765Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:22:13.786Z||main|||||INFO|500||Started Application in 20.854 seconds (JVM running for 21.757)
2021-04-30T02:22:13.826Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:22:13.857Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a3f7ec7-430c-4b8b-968e-6a4308cd739e url= /sdc/v1/artifactTypes
2021-04-30T02:22:13.857Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:22:14.956Z||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.28.231] 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-30T02:22:14.959Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74f18025
2021-04-30T02:22:14.959Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:22:14.965Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:22:14.966Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:22:14.967Z||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-30T02:23:03.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:23:03.748Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:23:03.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:23:03.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:23:03.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35e5d687-307d-4070-ad7d-4fb75bb3a031 url= /sdc/v1/artifactTypes
2021-04-30T02:23:03.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:23:04.847Z||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.28.231] 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-30T02:23:04.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@305fbcbd
2021-04-30T02:23:04.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:23:04.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:23:04.848Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:23:04.848Z||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-30T02:23:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:23:53.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:23:53.748Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:23:53.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:23:53.756Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:23:53.763Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b4dcc8d-6961-410d-a4f7-53871ae3d049 url= /sdc/v1/artifactTypes
2021-04-30T02:23:53.764Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:23:54.862Z||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.28.231] 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-30T02:23:54.862Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9b03b3c
2021-04-30T02:23:54.862Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:23:54.862Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:23:54.863Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:23:54.863Z||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-30T02:24:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:24:43.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:24:43.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:24:43.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:24:43.759Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:24:43.766Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ab6a402d-f860-4d11-8d98-47e5408b8f6a url= /sdc/v1/artifactTypes
2021-04-30T02:24:43.767Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:24:44.846Z||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.28.231] 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-30T02:24:44.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a655bb7
2021-04-30T02:24:44.848Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:24:44.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:24:44.848Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:24:44.849Z||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-30T02:25:33.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:25:33.749Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:25:33.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:25:33.757Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:25:33.764Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e25ff506-8e0a-4a6f-93d9-d322bdcf2a8e url= /sdc/v1/artifactTypes
2021-04-30T02:25:33.764Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:25:34.798Z||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.28.231] 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-30T02:25:34.798Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5918015d
2021-04-30T02:25:34.798Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:25:34.799Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:25:34.799Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:25:34.799Z||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-30T02:26:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:26:23.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:26:23.748Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:26:23.748Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:26:23.755Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:26:23.762Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f75cffc9-ef77-42d7-97b1-d4ae2ff4a86e url= /sdc/v1/artifactTypes
2021-04-30T02:26:23.762Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:26:24.778Z||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.28.231] 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-30T02:26:24.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23517f15
2021-04-30T02:26:24.779Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-30T02:26:24.779Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-30T02:26:24.779Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-30T02:26:24.780Z||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-30T02:27:13.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:27:13.750Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:27:13.750Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:27:13.759Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:27:13.765Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf9c9b77-9d9c-40b9-84f7-f478e180c39e url= /sdc/v1/artifactTypes
2021-04-30T02:27:13.819Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:27:13.979Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-30T02:27:13.979Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e2f414
2021-04-30T02:27:13.979Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-30T02:27:13.980Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-30T02:27:13.980Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-30T02:27:13.980Z||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-30T02:27:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:28:03.748Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-30T02:28:03.748Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-30T02:28:03.749Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-30T02:28:03.754Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-30T02:28:03.758Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4534942d-a604-4137-b9cb-f1037c81737e url= /sdc/v1/artifactTypes
2021-04-30T02:28:03.759Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-30T02:28:03.884Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-30T02:28:03.897Z||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-30T02:28:03.915Z||scheduling-1|||||DEBUG|500||create keys
2021-04-30T02:28:03.921Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-30T02:28:03.944Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:28:03.960Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0d8d94e4-2270-4004-b070-dc1281b267e8 url= /sdc/v1/registerForDistribution
2021-04-30T02:28:04.229Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0d8d94e4-2270-4004-b070-dc1281b267e8 url= /sdc/v1/registerForDistribution
2021-04-30T02:28:04.230Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-30T02:28:04.240Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:28:04.241Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:28:04.320Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-30T02:28:04.322Z||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-30T02:28:04.321Z||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-30T02:28:04.322Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:28:04.322Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:28:14.680Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:28:14.739Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:28:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T02:29:04.238Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:29:04.239Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:29:04.240Z||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-30T02:29:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:29:04.240Z||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-30T02:29:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:29:13.953Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:29:13.961Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:29:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.69.146
2021-04-30T02:30:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:30:04.239Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:30:04.239Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:30:04.239Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:30:04.240Z||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-30T02:30:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:30:13.951Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:30:13.952Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:30:43.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.68.27
2021-04-30T02:31:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:31:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:31:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:31:04.239Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:31:04.240Z||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-30T02:31:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:31:13.864Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:31:13.950Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:31:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:32:04.237Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:32:04.238Z||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-30T02:32:04.238Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:32:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:32:04.241Z||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-30T02:32:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:32:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T02:32:13.786Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:32:13.786Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:32:42.744Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-30T02:33:04.237Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:33:04.239Z||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-30T02:33:04.239Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:33:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:33:04.240Z||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-30T02:33:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:33:13.862Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:33:13.862Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:33:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:34:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:34:04.238Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:34:04.238Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:34:04.239Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:34:04.240Z||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-30T02:34:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:34:13.862Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:34:13.864Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:35:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:35:04.239Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:35:04.239Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:35:04.239Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:35:04.240Z||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-30T02:35:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:35:13.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:35:13.784Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:35:13.789Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:36:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:36:04.238Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:36:04.239Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:36:04.239Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:36:04.240Z||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-30T02:36:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:36:13.862Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:36:13.951Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:36:43.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:37:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:37:04.238Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:37:04.239Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:37:04.239Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:37:04.240Z||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-30T02:37:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:37:13.950Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:37:13.951Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:38:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:38:04.239Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:38:04.239Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:38:04.239Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:38:04.240Z||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-30T02:38:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:38:13.860Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:38:13.886Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:38:58.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:39:04.237Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:39:04.238Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:39:04.239Z||pool-3-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:39:04.239Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:39:04.240Z||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-30T02:39:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:39:13.863Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:39:13.878Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:39:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.68.27
2021-04-30T02:40:04.237Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:40:04.238Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:40:04.238Z||pool-3-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:40:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:40:04.240Z||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-30T02:40:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:40:13.865Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:40:13.950Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:40:28.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:41:04.237Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:41:04.238Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:41:04.238Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:41:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:41:04.242Z||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-30T02:41:04.320Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:41:13.861Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:41:13.962Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:41:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:42:04.237Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:42:04.238Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:42:04.238Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:42:04.240Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:42:04.241Z||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-30T02:42:04.242Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:42:13.782Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:42:13.783Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:42:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:43:04.237Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:43:04.238Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:43:04.239Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:43:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:43:04.240Z||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-30T02:43:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:43:13.803Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:43:13.851Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:43:28.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T02:44:04.237Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:44:04.238Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:44:04.238Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:44:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:44:04.240Z||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-30T02:44:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:44:13.860Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:44:13.861Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:44:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:45:04.237Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:45:04.238Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:45:04.238Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:45:04.239Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:45:04.240Z||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-30T02:45:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:45:13.858Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:45:13.858Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:45:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:46:04.239Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:46:04.241Z||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-30T02:46:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:46:04.238Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:46:04.244Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:46:04.244Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:46:13.954Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:46:13.954Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:47:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:47:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:47:04.239Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:47:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:47:04.240Z||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-30T02:47:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:47:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:47:13.948Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:47:13.960Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:47:58.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:48:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:48:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:48:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:48:04.239Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:48:04.240Z||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-30T02:48:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:48:13.784Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:48:13.847Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:49:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:49:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:49:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:49:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:49:04.240Z||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-30T02:49:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:49:13.965Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:49:13.976Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:49:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T02:50:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:50:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:50:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:50:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:50:04.240Z||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-30T02:50:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:50:13.749Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:50:13.846Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:50:13.848Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:51:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:51:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:51:04.239Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:51:04.239Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:51:04.240Z||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-30T02:51:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:51:13.948Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:51:13.949Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:52:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:52:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:52:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:52:04.239Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:52:04.240Z||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-30T02:52:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:52:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:52:13.853Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:52:13.861Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:53:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:53:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:53:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:53:04.239Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:53:04.240Z||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-30T02:53:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:53:13.780Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:53:13.782Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:53:43.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.69.146
2021-04-30T02:54:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:54:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:54:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:54:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:54:04.240Z||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-30T02:54:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:54:13.861Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:54:13.867Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:55:04.238Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:55:04.239Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:55:04.241Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:55:04.241Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:55:04.241Z||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-30T02:55:04.241Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:55:13.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.68.27
2021-04-30T02:55:13.950Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:55:13.950Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:55:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T02:56:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:56:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:56:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:56:04.239Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:56:04.240Z||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-30T02:56:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:56:13.864Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:56:13.950Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:56:43.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T02:57:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:57:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:57:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:57:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:57:04.240Z||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-30T02:57:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:57:13.791Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:57:13.872Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:57:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T02:58:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:58:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:58:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:58:04.239Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:58:04.240Z||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-30T02:58:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:58:13.754Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T02:58:13.856Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:58:13.857Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:58:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.69.146
2021-04-30T02:59:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:59:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T02:59:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T02:59:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T02:59:04.240Z||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-30T02:59:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T02:59:13.846Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T02:59:13.850Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:00:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:00:04.237Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T03:00:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:00:04.239Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:00:04.240Z||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-30T03:00:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:00:13.784Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:00:13.851Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:00:28.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.76.151
2021-04-30T03:01:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:01:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T03:01:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:01:04.239Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:01:04.240Z||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-30T03:01:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:01:13.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T03:01:14.442Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:01:14.443Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:01:58.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.76.151
2021-04-30T03:02:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:02:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T03:02:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:02:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:02:04.240Z||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-30T03:02:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:02:13.948Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:02:13.951Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:02:43.751Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.151 to 10.233.68.27
2021-04-30T03:03:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:03:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T03:03:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:03:04.239Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:03:04.240Z||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-30T03:03:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:03:13.859Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:03:13.865Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:04:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:04:04.239Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T03:04:04.239Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:04:04.239Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:04:04.240Z||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-30T03:04:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:04:13.750Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.27 to 10.233.69.146
2021-04-30T03:04:13.860Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:04:13.948Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:04:58.752Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.69.146 to 10.233.68.27
2021-04-30T03:05:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:05:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T03:05:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:05:04.239Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:05:04.240Z||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-30T03:05:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:05:13.776Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:05:13.776Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:04.237Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:06:04.238Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-30T03:06:04.238Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:04.239Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-30T03:06:04.240Z||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-30T03:06:04.240Z||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 zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:04.730Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:04.737Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.738Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619751946816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.824Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.824Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.824Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "clamp",
"timestamp": 1619751941605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619751946816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "clamp",
"timestamp": 1619751941605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "cds",
"timestamp": 1619751952335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.825Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619751946816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "clamp",
"timestamp": 1619751941605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "cds",
"timestamp": 1619751952335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619751946816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "clamp",
"timestamp": 1619751941605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.826Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "cds",
"timestamp": 1619751952335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619751946816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "clamp",
"timestamp": 1619751941605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "cds",
"timestamp": 1619751952335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619751946816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.827Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "clamp",
"timestamp": 1619751941605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "cds",
"timestamp": 1619751952335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619751956643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.828Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619751946816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "clamp",
"timestamp": 1619751941605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "cds",
"timestamp": 1619751952335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619751956643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "policy-id",
"timestamp": 1619751958047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.829Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619751958244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "cds",
"timestamp": 1619751952335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619751956643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619751959547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "policy-id",
"timestamp": 1619751958047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.830Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619751958244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619751956643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "policy-id",
"timestamp": 1619751958047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619751958244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "cds",
"timestamp": 1619751961266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619751956643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-30T03:06:04.831Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "dcae-sch",
"timestamp": 1619751960885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "policy-id",
"timestamp": 1619751958047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619751961754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619751958244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.832Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "cds",
"timestamp": 1619751962281,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-04-30T03:06:04.867Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-30T03:06:04.867Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-04-30T03:06:04.868Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"99eaca79-3485-4971-bd0d-a91472b0bcbc","serviceName":"basic_onboard_xyRIBo","serviceVersion":"1.0","serviceUUID":"14c110eb-fe28-4fc4-82bf-7e251ac8e63e","serviceDescription":"service","serviceInvariantUUID":"7ae703e3-d419-4cad-a273-3bda0f780232","resources":[{"resourceInstanceName":"basic_onboard_xyRIBo 0","resourceName":"basic_onboard_xyRIBo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3446ea54-61dc-4363-a978-a6f3182d2b1d","resourceInvariantUUID":"03dcb67e-7588-4a4e-8b4b-68a4de4ae529","resourceCustomizationUUID":"3f826807-9f2c-4c5a-bb43-de89504bfec5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml","artifactChecksum":"NTVhYTYzZGRiMDAxYWM4MzRhZThiZGJlYmY0NmJiYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e779b09d-6586-4135-8997-72f942f4f6cf","artifactVersion":"1"},{"artifactName":"basic_onboard_xyribo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json","artifactChecksum":"ZDY1OTg4MzFjYjViMzlmNWM2ZTUwNjdjY2FmNDg3ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8ec5a10-1614-402a-a116-4653b3f93f60","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"21c1460d-7f4a-4312-aae4-e0e50c5a96e6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4bbbd56d-b56f-4969-beef-3ac1469a898a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"edf941e6-ea8e-4960-8571-5a078f9755fc","artifactVersion":"2","generatedFromUUID":"21c1460d-7f4a-4312-aae4-e0e50c5a96e6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXyribo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml","artifactChecksum":"MzUyOTI0YWIwNmRkYTBmNjdiNTFmNTJmYmM0MWI1YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9780d7bc-0d81-4551-887e-1c41ea0d83f7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXyribo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar","artifactChecksum":"NjNjY2QzYzU3OGUxM2IwZGNkNjdhYmRmOTFjMjkzYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15292484-5a39-4cf1-bd69-faff6a7da04f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-30T03:06:04.871Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:04.875Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:04.883Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:04.883Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751964237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-30T03:06:04.970Z||pool-3-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99eaca79-3485-4971-bd0d-a91472b0bcbc
2021-04-30T03:06:04.986Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-30T03:06:04.989Z||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-30T03:06:04.989Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:04.994Z||pool-3-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99eaca79-3485-4971-bd0d-a91472b0bcbc and ComponentName cds
2021-04-30T03:06:05.000Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:05.000Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
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-30T03:06:05.020Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.020Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619751956643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.021Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:05.021Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.021Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "dcae-sch",
"timestamp": 1619751960885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.022Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:05.022Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.022Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "policy-id",
"timestamp": 1619751958047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.022Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:05.022Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619751958244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619751956643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:05.023Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619751963536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "dcae-sch",
"timestamp": 1619751960885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.024Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "policy-id",
"timestamp": 1619751958047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.025Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:05.025Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-30T03:06:05.025Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619751958244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:05.025Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-30T03:06:05.892Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:05.893Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:05.894Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:05.894Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751964237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"status": "NOTIFIED"
}
2021-04-30T03:06:05.994Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:05.995Z||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-30T03:06:05.995Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:06.006Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:06.007Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:06.895Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:06.896Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:06.899Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:06.899Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751964237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-30T03:06:07.000Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:06:07.001Z||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-30T03:06:07.001Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:07.011Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:07.011Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:06:07.900Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:07.901Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:07.904Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:07.904Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751964237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:08.004Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:08.005Z||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-30T03:06:08.005Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:08.017Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:08.018Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:08.904Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:08.905Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:08.907Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:08.907Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751964237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-30T03:06:09.007Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:09.009Z||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-30T03:06:09.009Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:09.019Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:09.020Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:09.908Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:09.909Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:09.912Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:09.912Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751964237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-30T03:06:10.012Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:10.013Z||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-30T03:06:10.013Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:10.023Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:10.024Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:10.913Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-30T03:06:10.914Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:10.917Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:10.917Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751964237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
"status": "NOTIFIED"
}
2021-04-30T03:06:11.017Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:11.017Z||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-30T03:06:11.018Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:11.032Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:11.033Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-04-30T03:06:11.919Z||pool-3-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"serviceName": "basic_onboard_xyRIBo",
"serviceVersion": "1.0",
"serviceUUID": "14c110eb-fe28-4fc4-82bf-7e251ac8e63e",
"serviceDescription": "service",
"serviceInvariantUUID": "7ae703e3-d419-4cad-a273-3bda0f780232",
"resources": [
{
"resourceInstanceName": "basic_onboard_xyRIBo 0",
"resourceCustomizationUUID": "3f826807-9f2c-4c5a-bb43-de89504bfec5",
"resourceName": "basic_onboard_xyRIBo",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3446ea54-61dc-4363-a978-a6f3182d2b1d",
"resourceInvariantUUID": "03dcb67e-7588-4a4e-8b4b-68a4de4ae529",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xyribo0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"artifactChecksum": "ZDY1OTg4MzFjYjViMzlmNWM2ZTUwNjdjY2FmNDg3ZTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a8ec5a10-1614-402a-a116-4653b3f93f60",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "21c1460d-7f4a-4312-aae4-e0e50c5a96e6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "edf941e6-ea8e-4960-8571-5a078f9755fc",
"generatedFromUUID": "21c1460d-7f4a-4312-aae4-e0e50c5a96e6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "edf941e6-ea8e-4960-8571-5a078f9755fc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXyribo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
"artifactChecksum": "NjNjY2QzYzU3OGUxM2IwZGNkNjdhYmRmOTFjMjkzYWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "15292484-5a39-4cf1-bd69-faff6a7da04f"
}
],
"workloadContext": "Production"
}
2021-04-30T03:06:11.919Z||pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-30T03:06:11.920Z||pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14c110eb-fe28-4fc4-82bf-7e251ac8e63e ASDC
2021-04-30T03:06:12.035Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:99eaca79-3485-4971-bd0d-a91472b0bcbc
ServiceName:basic_onboard_xyRIBo
ServiceVersion:1.0
ServiceUUID:14c110eb-fe28-4fc4-82bf-7e251ac8e63e
ServiceInvariantUUID:7ae703e3-d419-4cad-a273-3bda0f780232
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXyribo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar
ArtifactUUID:15292484-5a39-4cf1-bd69-faff6a7da04f
ArtifactChecksum:NjNjY2QzYzU3OGUxM2IwZGNkNjdhYmRmOTFjMjkzYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xyRIBo 0
ResourceCustomizationUUID:3f826807-9f2c-4c5a-bb43-de89504bfec5
ResourceInvariantUUID:03dcb67e-7588-4a4e-8b4b-68a4de4ae529
ResourceName:basic_onboard_xyRIBo
ResourceType:VF
ResourceUUID:3446ea54-61dc-4363-a978-a6f3182d2b1d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xyribo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json
ArtifactUUID:a8ec5a10-1614-402a-a116-4653b3f93f60
ArtifactChecksum:ZDY1OTg4MzFjYjViMzlmNWM2ZTUwNjdjY2FmNDg3ZTQ=
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/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:21c1460d-7f4a-4312-aae4-e0e50c5a96e6
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/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
ArtifactUUID:edf941e6-ea8e-4960-8571-5a078f9755fc
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/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
ArtifactUUID:edf941e6-ea8e-4960-8571-5a078f9755fc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-30T03:06:12.036Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14c110eb-fe28-4fc4-82bf-7e251ac8e63e 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-30T03:06:12.147Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:06:12.148Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:06:12.149Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:06:12.149Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 15292484-5a39-4cf1-bd69-faff6a7da04f from URL: /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:12.149Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:06:12.150Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:12.899Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:06:12.909Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar 15292484-5a39-4cf1-bd69-faff6a7da04f 70256
2021-04-30T03:06:12.910Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar ASDC sendASDCNotification
2021-04-30T03:06:12.910Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:12.911Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:06:12.920Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:12.922Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:12.923Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751972909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-30T03:06:13.022Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-30T03:06:13.023Z||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-30T03:06:13.023Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:13.033Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:13.034Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:13.923Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-30T03:06:13.925Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-04-30T03:06:13.926Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 15292484-5a39-4cf1-bd69-faff6a7da04f, URL: /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/artifacts/service-BasicOnboardXyribo-csar.csar to file: /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:13.927Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:14.120Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:14.120Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:14.462Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11019225492637695470/Definitions/service-BasicOnboardXyribo-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-30T03:06:16.039Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-30T03:06:16.043Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xyRIBo 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xyRIBo 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-BasicOnboardXyribo-csar.csar
2021-04-30T03:06:16.044Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-04-30T03:06:16.051Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.053Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.055Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:16.055Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:06:16.056Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:06:16.057Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.057Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.057Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:16.057Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-04-30T03:06:16.057Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-30T03:06:16.058Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.058Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.060Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.060Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is not matching search criteria
2021-04-30T03:06:16.060Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.061Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:16.062Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is matching search criteria
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_xyRIBo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_xyRIBo 0 is not matching search criteria
2021-04-30T03:06:16.063Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=51946161-44b2-4db0-a12c-8426530f29f4
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.064Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.065Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:16.065Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:16.065Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_xyRIBo
Description:service
Model UUID:14c110eb-fe28-4fc4-82bf-7e251ac8e63e
Model Version:NULL
Model InvariantUuid:7ae703e3-d419-4cad-a273-3bda0f780232
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_xyRIBo
Model UUID:4c1abae5-7372-4883-8c62-ce80671ea481
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:03dcb67e-7588-4a4e-8b4b-68a4de4ae529
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3f826807-9f2c-4c5a-bb43-de89504bfec5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fdb6d468-bbc5-4917-a42a-66b707612335
ModelName:BasicOnboardXyribo..base_ubuntu18..module-0
ModelUuid:781597a0-ba3a-4643-85f2-778d43ad5631
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:51946161-44b2-4db0-a12c-8426530f29f4
ModelInvariantUuid:5a435eda-68d6-4895-b8f8-0ae3546f8aeb
ModelName:basic_onboard_xyRIBo-nodes.ubuntu18Cvfc
ModelUuid:cc067336-48b0-46ab-8694-cdd8a0b9cdab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b9b3b080-0dd9-44b1-8195-0f72141754ef
ModelInvariantUuid:3527b51f-ad54-4a03-9ec2-afe13ea4227d
ModelName:BasicOnboardXyribo.compute.nodes.heat.ubuntu18
ModelUuid:9069d6f6-f5ad-479c-a14a-645c4452a113
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-30T03:06:16.133Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3446ea54-61dc-4363-a978-a6f3182d2b1d
2021-04-30T03:06:16.145Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||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-30T03:06:16.203Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||basic_onboard_xyRIBo 0
2021-04-30T03:06:16.211Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3446ea54-61dc-4363-a978-a6f3182d2b1d
2021-04-30T03:06:16.211Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: a8ec5a10-1614-402a-a116-4653b3f93f60 from URL: /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json
2021-04-30T03:06:16.212Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:06:16.212Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json
2021-04-30T03:06:17.725Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:06:17.726Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json a8ec5a10-1614-402a-a116-4653b3f93f60 798
2021-04-30T03:06:17.726Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json ASDC sendASDCNotification
2021-04-30T03:06:17.726Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json
2021-04-30T03:06:17.726Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:06:17.726Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:17.728Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:17.728Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751977726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/basic_onboard_xyribo0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-30T03:06:17.828Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:17.829Z||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-30T03:06:17.829Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:17.840Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:17.840Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:18.729Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXyribo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fdb6d468-bbc5-4917-a42a-66b707612335",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "781597a0-ba3a-4643-85f2-778d43ad5631",
"vfModuleModelCustomizationUUID": "878c9d62-8d11-4908-bcad-9ef6817865d2",
"isBase": true,
"artifacts": [
"21c1460d-7f4a-4312-aae4-e0e50c5a96e6",
"edf941e6-ea8e-4960-8571-5a078f9755fc"
],
"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-30T03:06:18.749Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXyribo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:781597a0-ba3a-4643-85f2-778d43ad5631
VfModuleModelInvariantUUID:fdb6d468-bbc5-4917-a42a-66b707612335
VfModuleModelDescription:NULL
Artifacts UUID List:{
21c1460d-7f4a-4312-aae4-e0e50c5a96e6
,
edf941e6-ea8e-4960-8571-5a078f9755fc
}
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-30T03:06:18.752Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXyribo..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "fdb6d468-bbc5-4917-a42a-66b707612335",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "781597a0-ba3a-4643-85f2-778d43ad5631",
"vfModuleModelCustomizationUUID": "878c9d62-8d11-4908-bcad-9ef6817865d2",
"isBase": true,
"artifacts": [
"21c1460d-7f4a-4312-aae4-e0e50c5a96e6",
"edf941e6-ea8e-4960-8571-5a078f9755fc"
],
"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-30T03:06:18.752Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXyribo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:781597a0-ba3a-4643-85f2-778d43ad5631
VfModuleModelInvariantUUID:fdb6d468-bbc5-4917-a42a-66b707612335
VfModuleModelDescription:NULL
Artifacts UUID List:{
21c1460d-7f4a-4312-aae4-e0e50c5a96e6
,
edf941e6-ea8e-4960-8571-5a078f9755fc
}
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-30T03:06:18.752Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 21c1460d-7f4a-4312-aae4-e0e50c5a96e6 from URL: /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml
2021-04-30T03:06:18.752Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:06:18.753Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml
2021-04-30T03:06:20.535Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:06:20.535Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml 21c1460d-7f4a-4312-aae4-e0e50c5a96e6 5033
2021-04-30T03:06:20.536Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-30T03:06:20.536Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml
2021-04-30T03:06:20.536Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:06:20.536Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:20.538Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:20.538Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751980536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-30T03:06:20.638Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:20.639Z||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-30T03:06:20.639Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:20.649Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:20.650Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:21.538Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: edf941e6-ea8e-4960-8571-5a078f9755fc from URL: /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
2021-04-30T03:06:21.539Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-04-30T03:06:21.539Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
2021-04-30T03:06:22.544Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-04-30T03:06:22.544Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env edf941e6-ea8e-4960-8571-5a078f9755fc 909
2021-04-30T03:06:22.545Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-30T03:06:22.545Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env
2021-04-30T03:06:22.545Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-30T03:06:22.545Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-04-30T03:06:22.546Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-30T03:06:22.547Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "99eaca79-3485-4971-bd0d-a91472b0bcbc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619751982545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXyribo/1.0/resourceInstances/basic_onboard_xyribo0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-30T03:06:22.647Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-30T03:06:22.648Z||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-30T03:06:22.648Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zVwg9Kge0ydKJyTS) ...
2021-04-30T03:06:22.657Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-30T03:06:22.658Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-30T03:06:23.547Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: 14c110eb-fe28-4fc4-82bf-7e251ac8e63e
2021-04-30T03:06:23.548Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xyRIBo 0 3446ea54-61dc-4363-a978-a6f3182d2b1d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-30T03:06:23.646Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-30T03:06:23.646Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_xyRIBo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-30T03:06:23.646Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 4c1abae5-7372-4883-8c62-ce80671ea481
2021-04-30T03:06:23.646Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 4c1abae5-7372-4883-8c62-ce80671ea481
2021-04-30T03:06:23.655Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel to get resource
2021-04-30T03:06:23.681Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel
2021-04-30T03:06:23.683Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|INFO|500||Invoke
2021-04-30T03:06:23.683Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-30T03:06:23.683Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel
2021-04-30T03:06:23.684Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Method : GET
2021-04-30T03:06:23.684Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/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:"99eaca79-3485-4971-bd0d-a91472b0bcbc", X-RequestID:"99eaca79-3485-4971-bd0d-a91472b0bcbc", X-TransactionID:"99eaca79-3485-4971-bd0d-a91472b0bcbc", X-ECOMP-RequestID:"99eaca79-3485-4971-bd0d-a91472b0bcbc", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"8f2b8e2a-40e8-4921-a206-3de4985e1d02"]
2021-04-30T03:06:23.684Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Request body:
2021-04-30T03:06:23.684Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||==========================request end================================================
2021-04-30T03:06:24.696Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-30T03:06:24.697Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-30T03:06:24.698Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Status text : OK
2021-04-30T03:06:24.698Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node0tov9z5ei85hu10fi90821bimn285.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardXyribo-csar.csar"", Content-MD5:"MjE3NmNiZDQxZGIwZGQ5ZWQ5YzllMTc1OTUwZmYzZjM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"99eaca79-3485-4971-bd0d-a91472b0bcbc", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-30T03:06:24.731Z|99eaca79-3485-4971-bd0d-a91472b0bcbc|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/4c1abae5-7372-4883-8c62-ce80671ea481/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���0D�|E~�-]��6�D+��F��:�c$��dd��{�����p#E��H�$�!��]s2~���3^�6��%�l'dEFsa�gzZ���_h�r��J0`��KB�^E@i?b�m����Nή���/�+��\�ʕ���v`�PK#�6� � PK ��R 4 Definitions/resource-BasicOnboardXyribo-template.yml�Ys�����
�z�t�`�2sg��$mN[gOӾ0�C��ί��"0��q_R�oѷ� t
*:2L�M� �5���)�C�i{R�ж��2��F!�aO�b�YC߄N��xu~ʰ������D�� $UP�(AAGDN�P�dAC?S~�A�x i"4$��t�� ��d��Qa`j��.�ue���:s��7�0f��? �J��`����=e� �����Z<��A�C-��}����'��_����6��!� ��4���?\Y��VF���_X�����C ���1�F[�D�d� �a:�A����U�R~�N��c���^ene ���ݨ:+y�{�ej5�ٳt
t7L�g��|%�4�� �o@
U9NA��u��M�!�&��Z@���#-��p{Y(���f�dF�����"5r�h,�׆֓�|L�4w(���k�]�M,#͵�s�p�`����H��M�b�`�����3�Z%�Pѧc��_,W�V�d����&��pTxH�V� �pd�
m��B�u�7mT�d���X}+ɰ����]�{��DA�@��x��!tq�p�[%{��,��%׆b�:v@�ԓ'$�0��S&���K��Jg$!�r�Y�@�����pB`~�0��9c��kSG:�n����&���[d�H?eh �`ez���b:A�s��2ۯa.#?�_��Џ��������A�1���"����2"�,I6��ӳ�Mb����G FyB-b�lL�T�2����l�����Ұ�ttڮ�`#r���{Bba_�,�+8ͻ~c-�������f�0�54�$�n��A�
7xq�DD��$�.��ep��)�M|C%��1�Nč:\hq Ȍ!�)APmK q-˱�����q�m����㜨��
mT���df�w�/>�|�ո������<^��y]}[n��O^�iW?�>�o��s��n_Cv�������6�u�]�v��{��}[����y�έ__���ͣ����C�ٮ|)~�e�m���w����bk�^F��/[�������!�/Iz:��ݹ����#�'ߞ���W��1��ǿu��G�����mO�����,D���j�0�y�m�CA�}�n_/>��̧{۾~��sqo��ʕ�?����_�����mn������v��2ߞ'�����������Y�-8�;���G4��������j5������z����[�_��ȯ�3���7��͇���N&�ݏ����|�0_>��ϯ����R��q�ս��y��
���L�9���Ջ�~z]�� �?А?d�����Ͽ���D->?�������U+���Ig�՛��v�}��E/�o�v��oo�f�C����C ����.�=���~���~����=�8"86G>����՛H�U4��w\���؉p���aBl�i�d��,cz�"��A���I¤bz� Ǝ�7�b�U]�0P�qM0���|>�`r";�Wg���{$}�m�����अ3�P=���)����?�0�~�k��`��Aհ��A�D�x������F2�0'���zL �+[�D����y�A!��x� ���8�ha�wp�d#'d0�w�_���i���I2��+ ۾>Gp�D��?$x��~p�AZ���Om�,J��W�Y�0�]��c��t�!,�����P0k�^\>��O�aB5��[Yɯ��5�?A:���@�� P%C,D�D
"5�M@4��