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=;(iIgz@2RofbE:x)o;I%fV0] -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-04T01:59:13.053Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-nj9kn with PID 14 (/app/app.jar started by so in /app)
2021-04-04T01:59:13.064Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-04T01:59:13.064Z||main|||||INFO|500||The following profiles are active: basic
2021-04-04T01:59:18.354Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-04T01:59:18.355Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-04T01:59:18.488Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-04T01:59:20.091Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-04T01:59:20.237Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-04T01:59:20.362Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-04T01:59:20.445Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-04T01:59:21.702Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-04T01:59:21.832Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-04T01:59:21.836Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-04T01:59:22.208Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-04T01:59:22.694Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-04T01:59:25.868Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-04T01:59:26.102Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-04T01:59:27.235Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-04T01:59:27.255Z||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$$a6636f33.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-04T01:59:27.256Z||main|||||WARN|500||The sdc end point is not alive
2021-04-04T01:59:28.234Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-04T01:59:30.323Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-04T01:59:31.426Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-04T01:59:32.340Z||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-04T01:59:34.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T01:59:34.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T01:59:34.125Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T01:59:34.147Z||main|||||INFO|500||Started Application in 23.353 seconds (JVM running for 24.265)
2021-04-04T01:59:34.153Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T01:59:34.248Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc879012-e539-4728-b2dc-3352a0d52602 url= /sdc/v1/artifactTypes
2021-04-04T01:59:34.249Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T01:59:35.345Z||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.23.129] 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-04T01:59:35.349Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@121cd838
2021-04-04T01:59:35.349Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-04T01:59:35.355Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-04T01:59:35.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-04T01:59:35.358Z||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-04T02:00:04.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:00:24.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:00:24.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:00:24.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:00:24.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:00:24.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 713888ce-c4ec-4626-909e-d0673f10a2c0 url= /sdc/v1/artifactTypes
2021-04-04T02:00:24.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:00:25.171Z||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.23.129] 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-04T02:00:25.172Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8c0bb0c
2021-04-04T02:00:25.172Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-04T02:00:25.173Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-04T02:00:25.173Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-04T02:00:25.173Z||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-04T02:00:49.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:01:14.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:01:14.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:01:14.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:01:14.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:01:14.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1bc5746e-3865-4f3c-845f-3bbc62601e4f url= /sdc/v1/artifactTypes
2021-04-04T02:01:14.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:01:15.151Z||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.23.129] 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-04T02:01:15.152Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32de2eb7
2021-04-04T02:01:15.152Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-04T02:01:15.153Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-04T02:01:15.153Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-04T02:01:15.153Z||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-04T02:01:34.090Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:02:04.089Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:02:04.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:02:04.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:02:04.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:02:04.134Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c84e6e0-979d-4744-838c-eb1937c92426 url= /sdc/v1/artifactTypes
2021-04-04T02:02:04.135Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:02:05.167Z||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.23.129] 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-04T02:02:05.168Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@283bd1b2
2021-04-04T02:02:05.168Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-04T02:02:05.170Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-04T02:02:05.170Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-04T02:02:05.172Z||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-04T02:02:05.173Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:02:49.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:02:54.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:02:54.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:02:54.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:02:54.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:02:54.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ebcb024f-2464-4ba0-9994-c84919eba72d url= /sdc/v1/artifactTypes
2021-04-04T02:02:54.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:02:55.118Z||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.23.129] 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-04T02:02:55.119Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@567b6b22
2021-04-04T02:02:55.119Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-04T02:02:55.120Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-04T02:02:55.120Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-04T02:02:55.120Z||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-04T02:03:34.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:03:44.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:03:44.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:03:44.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:03:44.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:03:44.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 331a8c83-acb4-42c8-9235-d19871c6b692 url= /sdc/v1/artifactTypes
2021-04-04T02:03:44.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:03:44.393Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-04T02:03:44.394Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75647c36
2021-04-04T02:03:44.394Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-04T02:03:44.394Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-04T02:03:44.395Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-04T02:03:44.395Z||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-04T02:04:34.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:04:34.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:04:34.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:04:34.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:04:34.123Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39c528ad-75a5-476b-86da-55d0d2769ce7 url= /sdc/v1/artifactTypes
2021-04-04T02:04:34.123Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:04:34.237Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-04T02:04:34.238Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@683c0800
2021-04-04T02:04:34.238Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-04T02:04:34.239Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-04T02:04:34.239Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-04T02:04:34.239Z||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-04T02:05:24.086Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:05:24.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:05:24.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:05:24.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:05:24.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d7c88360-28b9-4f86-a79e-2ea6ace80d8b url= /sdc/v1/artifactTypes
2021-04-04T02:05:24.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:05:24.227Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-04T02:05:24.228Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@36113f3b
2021-04-04T02:05:24.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-04T02:05:24.228Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-04T02:05:24.229Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-04T02:05:24.229Z||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-04T02:06:14.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-04T02:06:14.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-04T02:06:14.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-04T02:06:14.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-04T02:06:14.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d53f85b-e49f-4910-8f79-cc9c30b3094e url= /sdc/v1/artifactTypes
2021-04-04T02:06:14.122Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-04T02:06:14.217Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-04T02:06:14.231Z||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-04T02:06:14.254Z||scheduling-1|||||DEBUG|500||create keys
2021-04-04T02:06:14.264Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-04T02:06:14.353Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:06:14.370Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3f47deff-ccd0-4cfb-a60d-6221ff43aab7 url= /sdc/v1/registerForDistribution
2021-04-04T02:06:14.535Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3f47deff-ccd0-4cfb-a60d-6221ff43aab7 url= /sdc/v1/registerForDistribution
2021-04-04T02:06:14.536Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-04T02:06:14.548Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:06:14.549Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:06:14.627Z||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-04T02:06:14.627Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:06:14.628Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-04T02:06:14.629Z||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-04T02:06:14.630Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:06:24.838Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:06:24.894Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:07:14.545Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:07:14.548Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:07:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:07:14.549Z||pool-3-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:07:14.549Z||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-04T02:07:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:07:19.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:07:24.169Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:07:24.171Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:08:04.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:08:14.545Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:08:14.547Z||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-04T02:08:14.547Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:08:14.548Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:08:14.550Z||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-04T02:08:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:08:24.164Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:08:24.165Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:09:08.613Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-04T02:09:14.545Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:09:14.546Z||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-04T02:09:14.546Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:09:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:09:14.550Z||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-04T02:09:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:09:24.088Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:09:24.089Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:09:34.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:10:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:10:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:10:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:10:14.548Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:10:14.622Z||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-04T02:10:14.623Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:10:24.160Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:10:24.162Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:11:04.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:11:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:11:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:11:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:11:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:11:14.549Z||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-04T02:11:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:11:24.085Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:11:24.087Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:11:49.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:12:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:12:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:12:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:12:14.548Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:12:14.549Z||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-04T02:12:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:12:24.176Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:12:24.178Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:13:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:13:14.548Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:13:14.548Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:13:14.548Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:13:14.550Z||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-04T02:13:14.551Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:13:19.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:13:24.091Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:13:24.091Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:14:04.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:14:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:14:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:14:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:14:14.548Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:14:14.548Z||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-04T02:14:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:14:24.084Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:14:24.172Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:15:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:15:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:15:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:15:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:15:14.548Z||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-04T02:15:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:15:24.164Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:15:24.167Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:16:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:16:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:16:14.547Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:16:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:16:14.549Z||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-04T02:16:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:16:19.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:16:24.089Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:16:24.089Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:17:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:17:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:17:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:17:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:17:14.548Z||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-04T02:17:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:17:24.088Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:17:24.166Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:17:49.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:18:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:18:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:18:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:18:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:18:14.548Z||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-04T02:18:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:18:24.086Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:18:24.089Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:18:34.090Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:19:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:19:14.547Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:19:14.547Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:19:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:19:14.548Z||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-04T02:19:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:19:19.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:19:24.092Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:19:24.098Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:20:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:20:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:20:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:20:14.548Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:20:14.549Z||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-04T02:20:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:20:24.154Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:20:24.155Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:20:49.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:21:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:21:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:21:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:21:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:21:14.548Z||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-04T02:21:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:21:24.096Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:21:24.169Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:21:34.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:22:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:22:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:22:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:22:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:22:14.549Z||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-04T02:22:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:22:24.088Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:22:24.089Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:23:04.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:23:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:23:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:23:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:23:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:23:14.548Z||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-04T02:23:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:23:24.086Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:23:24.086Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:23:49.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:24:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:24:14.547Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:24:14.548Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:24:14.548Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:24:14.548Z||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-04T02:24:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:24:24.089Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:24:24.172Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:24:34.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:25:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:25:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:25:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:25:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:25:14.548Z||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-04T02:25:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:25:19.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:25:24.089Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:25:24.091Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:26:04.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:26:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:26:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:26:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:26:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:26:14.548Z||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-04T02:26:14.548Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:26:24.153Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:26:24.154Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:26:49.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:27:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:27:14.545Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:27:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:27:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:27:14.549Z||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-04T02:27:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:27:24.097Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:27:24.102Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:27:34.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:28:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:28:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:28:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:28:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:28:14.549Z||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-04T02:28:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:28:19.087Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:28:24.157Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:28:24.157Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:29:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:29:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:29:14.547Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:29:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:29:14.549Z||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-04T02:29:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:29:24.084Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:29:24.085Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:29:34.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:30:04.090Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:30:14.546Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:30:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:30:14.549Z||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-04T02:30:14.549Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:30:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:30:14.549Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:30:24.160Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:30:24.171Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:30:49.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.76.146
2021-04-04T02:31:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:31:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:31:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:31:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:31:14.548Z||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-04T02:31:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:31:24.086Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:31:24.173Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:31:34.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.75.177
2021-04-04T02:32:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:32:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:32:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:32:14.548Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:32:14.549Z||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-04T02:32:14.550Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:32:19.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:32:24.085Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:32:24.087Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:33:04.088Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:33:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:33:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:33:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:33:14.548Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:33:14.548Z||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-04T02:33:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:33:24.089Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:33:24.090Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:33:49.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.76.146
2021-04-04T02:34:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:34:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:34:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:34:14.548Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:34:14.549Z||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-04T02:34:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:34:24.156Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:34:24.156Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:34:34.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.76.146 to 10.233.72.65
2021-04-04T02:35:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:35:14.547Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:35:14.547Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:35:14.548Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:35:14.548Z||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-04T02:35:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:35:19.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.72.65 to 10.233.75.177
2021-04-04T02:35:24.156Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:35:24.173Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:04.089Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.177 to 10.233.72.65
2021-04-04T02:36:14.545Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:36:14.546Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-04T02:36:14.546Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:14.548Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-04T02:36:14.549Z||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-04T02:36:14.549Z||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 bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:15.169Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:15.172Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:15.172Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.172Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9","serviceName":"basic_onboard_GYNkLB","serviceVersion":"1.0","serviceUUID":"3f6a4d6b-1752-4c12-8e1f-ad449ac8157f","serviceDescription":"service","serviceInvariantUUID":"6fd60780-9bf4-4ed6-b8db-31f452ae12dc","resources":[{"resourceInstanceName":"basic_onboard_GYNkLB 0","resourceName":"basic_onboard_GYNkLB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd6d9a42-a99f-4be0-be81-439b574ce944","resourceInvariantUUID":"4440d549-38cd-4782-a199-75582c8d9935","resourceCustomizationUUID":"e0330381-05a7-4b89-82eb-dcf2f5d10d80","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml","artifactChecksum":"MGFjZjkxNThlYTRhMzY3ZTY1MzgwNzg2ZTVjZDVkY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae4ea52d-4ae8-448f-8a8a-77ef62973102","artifactVersion":"1"},{"artifactName":"basic_onboard_gynklb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json","artifactChecksum":"M2M3ZTBjNWRmOGQzZDY3YTg3NWQzNWMyZTZjZTE1ZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dad319b3-a7e3-4b4b-913f-0b2db3eb6bbe","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"530f41af-6d96-4f27-9e8c-1bd83a833f6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ba5ae903-a1bd-4491-ab02-bd843a8f4ff1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad094349-926a-4cbf-8f90-a80e1cf9a1f8","artifactVersion":"2","generatedFromUUID":"530f41af-6d96-4f27-9e8c-1bd83a833f6c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGynklb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml","artifactChecksum":"NGJmZGMxNGM0Yzc1NzViMDE3ZWQ3ODYzZGMzYzlkZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27ae0422-1b05-4cf9-89fb-dd44c1ac1f2c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGynklb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar","artifactChecksum":"ZDg4NzNlMGI1ZThlN2MwOGE0ZmE2M2YxZTNmZDBiZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2c65438-647b-4849-82f7-ce9c3942f657","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-04T02:36:15.181Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.181Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503732785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.184Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:15.284Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:15.324Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:15.324Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503774545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.326Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.326Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.326Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503736727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.326Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.326Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "policy-id",
"timestamp": 1617503729779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503732785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503736727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.327Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "policy-id",
"timestamp": 1617503729779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503732785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.328Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503736727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "policy-id",
"timestamp": 1617503729779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503732785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.329Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503736727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "policy-id",
"timestamp": 1617503729779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.330Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503732785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503736727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "policy-id",
"timestamp": 1617503729779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.331Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503743289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.332Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.332Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.332Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503732785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503736727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.333Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "cds",
"timestamp": 1617503743930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "policy-id",
"timestamp": 1617503729779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503743289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.334Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503732785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503736727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.335Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "cds",
"timestamp": 1617503743930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "policy-id",
"timestamp": 1617503729779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.336Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503743289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "cds",
"timestamp": 1617503743930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503743289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.337Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503747021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503747021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "policy-id",
"timestamp": 1617503747148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.338Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "clamp",
"timestamp": 1617503746754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "cds",
"timestamp": 1617503743930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.339Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503743289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "policy-id",
"timestamp": 1617503748166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "clamp",
"timestamp": 1617503746754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.340Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503748497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503748497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "cds",
"timestamp": 1617503743930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.341Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.342Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.342Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503743289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.342Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.342Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.342Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "policy-id",
"timestamp": 1617503749169,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:36:15.424Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-04-04T02:36:15.428Z||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-04T02:36:15.428Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:15.442Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:15.443Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-04T02:36:15.509Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.535Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-04T02:36:15.567Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.567Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "clamp",
"timestamp": 1617503746754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503749652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.568Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503749654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "cds",
"timestamp": 1617503743930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "dcae-sch",
"timestamp": 1617503748962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.569Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503743289,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "clamp",
"timestamp": 1617503746754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.570Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503750658,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:36:15.584Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.584Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-04T02:36:15.594Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.594Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "cds",
"timestamp": 1617503743930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.594Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.594Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.595Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "dcae-sch",
"timestamp": 1617503748962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.595Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.595Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.595Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503751199,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:36:15.600Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.600Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-04T02:36:15.608Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.608Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "clamp",
"timestamp": 1617503746754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.608Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.608Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.608Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1617503751662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "dcae-sch",
"timestamp": 1617503748962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503751886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.609Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1617503752206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "clamp",
"timestamp": 1617503746754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "dcae-sch",
"timestamp": 1617503748962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "clamp",
"timestamp": 1617503746754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.610Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "dcae-sch",
"timestamp": 1617503748962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "cds",
"timestamp": 1617503754653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "dcae-sch",
"timestamp": 1617503748962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503755016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.611Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "cds",
"timestamp": 1617503755670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:36:15.616Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.617Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-04T02:36:15.640Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.641Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "dcae-sch",
"timestamp": 1617503748962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.641Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.641Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503756738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "aai-ml",
"timestamp": 1617503756133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.642Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503757745,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:36:15.649Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.649Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-04T02:36:15.656Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.656Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "aai-ml",
"timestamp": 1617503756133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.656Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "multicloud-windriver-id",
"timestamp": 1617503758748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "aai-ml",
"timestamp": 1617503756133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617503759150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.657Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "aai-ml",
"timestamp": 1617503756133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617503759150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "aai-ml",
"timestamp": 1617503756133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.658Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "clamp",
"timestamp": 1617503760977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617503759150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "aai-ml",
"timestamp": 1617503756133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "clamp",
"timestamp": 1617503762049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.659Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617503759150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "aai-ml",
"timestamp": 1617503756133,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.660Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "clamp",
"timestamp": 1617503763056,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:36:15.665Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.665Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-04T02:36:15.675Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.675Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617503759150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.675Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.676Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.676Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "aai-ml",
"timestamp": 1617503764431,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.676Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.676Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.676Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617503759150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617503759150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||INFO|500||Missing status on Status Object.
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.677Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617503767212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617503770628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||DEBUG|500||received message from topic
2021-04-04T02:36:15.678Z||pool-3-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1617503771633,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-04T02:36:15.684Z||pool-3-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
2021-04-04T02:36:15.685Z||pool-3-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f22b8c4b-b6bb-4ebf-a73a-045eec534ae9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as COMPONEN1_12_0_, watchdogco0_.DISTRIBUTION_ID as DISTRIBU2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as COMPONEN3_12_0_, watchdogco0_.CREATE_TIME as CREATE_T4_12_0_, watchdogco0_.MODIFY_TIME as MODIFY_T5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-04T02:36:16.331Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:16.331Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:16.334Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:16.335Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503774545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "NOTIFIED"
}
2021-04-04T02:36:16.435Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:16.435Z||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-04T02:36:16.436Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:16.446Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:16.446Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:17.335Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:17.336Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:17.339Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:17.339Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503774545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-04T02:36:17.439Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:17.440Z||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-04T02:36:17.440Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:17.448Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:17.449Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:18.340Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:18.341Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:18.343Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:18.343Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503774545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:18.443Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:18.444Z||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-04T02:36:18.445Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:18.454Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:18.454Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:36:19.344Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:19.345Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:19.347Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:19.347Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503774545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-04T02:36:19.447Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:19.448Z||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-04T02:36:19.448Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:19.457Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:19.457Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:20.348Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:20.349Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:20.351Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:20.351Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503774545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-04T02:36:20.451Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:20.452Z||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-04T02:36:20.452Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:20.461Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:20.461Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:21.351Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-04T02:36:21.353Z||pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:21.355Z||pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:21.356Z||pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503774545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "NOTIFIED"
}
2021-04-04T02:36:21.456Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:21.456Z||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-04T02:36:21.457Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:21.466Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:21.467Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:22.357Z||pool-3-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"serviceName": "basic_onboard_GYNkLB",
"serviceVersion": "1.0",
"serviceUUID": "3f6a4d6b-1752-4c12-8e1f-ad449ac8157f",
"serviceDescription": "service",
"serviceInvariantUUID": "6fd60780-9bf4-4ed6-b8db-31f452ae12dc",
"resources": [
{
"resourceInstanceName": "basic_onboard_GYNkLB 0",
"resourceCustomizationUUID": "e0330381-05a7-4b89-82eb-dcf2f5d10d80",
"resourceName": "basic_onboard_GYNkLB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dd6d9a42-a99f-4be0-be81-439b574ce944",
"resourceInvariantUUID": "4440d549-38cd-4782-a199-75582c8d9935",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gynklb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"artifactChecksum": "M2M3ZTBjNWRmOGQzZDY3YTg3NWQzNWMyZTZjZTE1ZjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dad319b3-a7e3-4b4b-913f-0b2db3eb6bbe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "530f41af-6d96-4f27-9e8c-1bd83a833f6c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad094349-926a-4cbf-8f90-a80e1cf9a1f8",
"generatedFromUUID": "530f41af-6d96-4f27-9e8c-1bd83a833f6c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ad094349-926a-4cbf-8f90-a80e1cf9a1f8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGynklb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"artifactChecksum": "ZDg4NzNlMGI1ZThlN2MwOGE0ZmE2M2YxZTNmZDBiZGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a2c65438-647b-4849-82f7-ce9c3942f657"
}
],
"workloadContext": "Production"
}
2021-04-04T02:36:22.358Z||pool-3-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-04T02:36:22.358Z||pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3f6a4d6b-1752-4c12-8e1f-ad449ac8157f ASDC
2021-04-04T02:36:22.530Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f22b8c4b-b6bb-4ebf-a73a-045eec534ae9
ServiceName:basic_onboard_GYNkLB
ServiceVersion:1.0
ServiceUUID:3f6a4d6b-1752-4c12-8e1f-ad449ac8157f
ServiceInvariantUUID:6fd60780-9bf4-4ed6-b8db-31f452ae12dc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGynklb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar
ArtifactUUID:a2c65438-647b-4849-82f7-ce9c3942f657
ArtifactChecksum:ZDg4NzNlMGI1ZThlN2MwOGE0ZmE2M2YxZTNmZDBiZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GYNkLB 0
ResourceCustomizationUUID:e0330381-05a7-4b89-82eb-dcf2f5d10d80
ResourceInvariantUUID:4440d549-38cd-4782-a199-75582c8d9935
ResourceName:basic_onboard_GYNkLB
ResourceType:VF
ResourceUUID:dd6d9a42-a99f-4be0-be81-439b574ce944
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gynklb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json
ArtifactUUID:dad319b3-a7e3-4b4b-913f-0b2db3eb6bbe
ArtifactChecksum:M2M3ZTBjNWRmOGQzZDY3YTg3NWQzNWMyZTZjZTE1ZjA=
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/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:530f41af-6d96-4f27-9e8c-1bd83a833f6c
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/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
ArtifactUUID:ad094349-926a-4cbf-8f90-a80e1cf9a1f8
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/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
ArtifactUUID:ad094349-926a-4cbf-8f90-a80e1cf9a1f8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-04T02:36:22.531Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f6a4d6b-1752-4c12-8e1f-ad449ac8157f 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-04T02:36:22.658Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:36:22.660Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T02:36:22.661Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T02:36:22.661Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: a2c65438-647b-4849-82f7-ce9c3942f657 from URL: /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:22.661Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:36:22.663Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:23.200Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:36:23.209Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar a2c65438-647b-4849-82f7-ce9c3942f657 70255
2021-04-04T02:36:23.209Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar ASDC sendASDCNotification
2021-04-04T02:36:23.209Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:23.210Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:36:23.211Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:23.212Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:23.212Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503783209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:23.312Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:23.314Z||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-04T02:36:23.314Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:23.347Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:23.348Z||pool-11-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:24.212Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-04T02:36:24.214Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||MSO config path is: /app
2021-04-04T02:36:24.214Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Trying to write artifact UUID: a2c65438-647b-4849-82f7-ce9c3942f657, URL: /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/artifacts/service-BasicOnboardGynklb-csar.csar to file: /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:24.215Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:24.313Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:24.313Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:24.669Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16621748161774652497/Definitions/service-BasicOnboardGynklb-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-04T02:36:26.336Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-04T02:36:26.339Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-04T02:36:26.339Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.339Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GYNkLB 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||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-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||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-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GYNkLB 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-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||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-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||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-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.340Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.341Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||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-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.341Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||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-BasicOnboardGynklb-csar.csar
2021-04-04T02:36:26.341Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||WARN|500||####################################################################################################
2021-04-04T02:36:26.347Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.348Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.350Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:26.350Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T02:36:26.352Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:36:26.353Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.353Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.353Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:26.353Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Search for entities recursively
2021-04-04T02:36:26.354Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-04T02:36:26.354Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.354Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.357Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.357Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is not matching search criteria
2021-04-04T02:36:26.357Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-04T02:36:26.357Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-04T02:36:26.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-04T02:36:26.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-04T02:36:26.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-04T02:36:26.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-04T02:36:26.359Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.359Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:26.359Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:36:26.360Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.360Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:26.360Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:36:26.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is matching search criteria
2021-04-04T02:36:26.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GYNkLB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-04T02:36:26.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template basic_onboard_GYNkLB 0 is not matching search criteria
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b5a9da2e-3c09-4f8b-a540-3d947990cb7e
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.362Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:26.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GYNkLB
Description:service
Model UUID:3f6a4d6b-1752-4c12-8e1f-ad449ac8157f
Model Version:NULL
Model InvariantUuid:6fd60780-9bf4-4ed6-b8db-31f452ae12dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GYNkLB
Model UUID:1a05e29f-e9bd-4665-b1d1-45822b73c20f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4440d549-38cd-4782-a199-75582c8d9935
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e0330381-05a7-4b89-82eb-dcf2f5d10d80
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a5786651-e7c0-401e-8f98-ea5a9ffb48e5
ModelName:BasicOnboardGynklb..base_ubuntu18..module-0
ModelUuid:51b6e3c7-b057-413c-aff7-3358269afe3f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b5a9da2e-3c09-4f8b-a540-3d947990cb7e
ModelInvariantUuid:233a2133-b72c-419f-b968-b5755b4e40e7
ModelName:basic_onboard_GYNkLB-nodes.ubuntu18Cvfc
ModelUuid:2da4eec0-e941-4ca9-9e89-41e295a138c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d15fae24-d723-4992-a3c0-18d1d56b0a77
ModelInvariantUuid:705a2221-95c1-4ae1-a452-9056658ec8c4
ModelName:BasicOnboardGynklb.compute.nodes.heat.ubuntu18
ModelUuid:6e9f6790-a4d7-4e9a-b72d-fbf5ef048cdb
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-04T02:36:26.380Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dd6d9a42-a99f-4be0-be81-439b574ce944
2021-04-04T02:36:26.393Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||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-04T02:36:26.496Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||basic_onboard_GYNkLB 0
2021-04-04T02:36:26.525Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd6d9a42-a99f-4be0-be81-439b574ce944
2021-04-04T02:36:26.525Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: dad319b3-a7e3-4b4b-913f-0b2db3eb6bbe from URL: /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json
2021-04-04T02:36:26.525Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:36:26.525Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json
2021-04-04T02:36:26.657Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:36:26.658Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json dad319b3-a7e3-4b4b-913f-0b2db3eb6bbe 798
2021-04-04T02:36:26.658Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json ASDC sendASDCNotification
2021-04-04T02:36:26.659Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json
2021-04-04T02:36:26.659Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:36:26.659Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:26.661Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:26.661Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503786658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/basic_onboard_gynklb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:26.761Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:26.763Z||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-04T02:36:26.763Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:26.772Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:26.772Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:27.663Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGynklb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a5786651-e7c0-401e-8f98-ea5a9ffb48e5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "51b6e3c7-b057-413c-aff7-3358269afe3f",
"vfModuleModelCustomizationUUID": "edf3cf18-3986-4bca-ba90-54f5ee55fad0",
"isBase": true,
"artifacts": [
"530f41af-6d96-4f27-9e8c-1bd83a833f6c",
"ad094349-926a-4cbf-8f90-a80e1cf9a1f8"
],
"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-04T02:36:27.687Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGynklb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51b6e3c7-b057-413c-aff7-3358269afe3f
VfModuleModelInvariantUUID:a5786651-e7c0-401e-8f98-ea5a9ffb48e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
530f41af-6d96-4f27-9e8c-1bd83a833f6c
,
ad094349-926a-4cbf-8f90-a80e1cf9a1f8
}
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-04T02:36:27.692Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGynklb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "a5786651-e7c0-401e-8f98-ea5a9ffb48e5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "51b6e3c7-b057-413c-aff7-3358269afe3f",
"vfModuleModelCustomizationUUID": "edf3cf18-3986-4bca-ba90-54f5ee55fad0",
"isBase": true,
"artifacts": [
"530f41af-6d96-4f27-9e8c-1bd83a833f6c",
"ad094349-926a-4cbf-8f90-a80e1cf9a1f8"
],
"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-04T02:36:27.692Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGynklb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:51b6e3c7-b057-413c-aff7-3358269afe3f
VfModuleModelInvariantUUID:a5786651-e7c0-401e-8f98-ea5a9ffb48e5
VfModuleModelDescription:NULL
Artifacts UUID List:{
530f41af-6d96-4f27-9e8c-1bd83a833f6c
,
ad094349-926a-4cbf-8f90-a80e1cf9a1f8
}
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-04T02:36:27.692Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: 530f41af-6d96-4f27-9e8c-1bd83a833f6c from URL: /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml
2021-04-04T02:36:27.692Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:36:27.693Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml
2021-04-04T02:36:27.929Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:36:27.930Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml 530f41af-6d96-4f27-9e8c-1bd83a833f6c 5033
2021-04-04T02:36:27.930Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-04T02:36:27.930Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml
2021-04-04T02:36:27.931Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:36:27.931Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:27.933Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:27.933Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503787930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:28.034Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:28.035Z||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-04T02:36:28.035Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:28.049Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:28.049Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-04-04T02:36:28.934Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||Trying to download the artifact UUID: ad094349-926a-4cbf-8f90-a80e1cf9a1f8 from URL: /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
2021-04-04T02:36:29.023Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - download
2021-04-04T02:36:29.023Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
2021-04-04T02:36:29.358Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||GET Response Status 200
2021-04-04T02:36:29.359Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env ad094349-926a-4cbf-8f90-a80e1cf9a1f8 909
2021-04-04T02:36:29.359Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-04T02:36:29.360Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env
2021-04-04T02:36:29.360Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-04T02:36:29.361Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-04-04T02:36:29.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-04T02:36:29.363Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||try to send status {
"distributionID": "f22b8c4b-b6bb-4ebf-a73a-045eec534ae9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1617503789359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGynklb/1.0/resourceInstances/basic_onboard_gynklb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-04T02:36:29.463Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-04T02:36:29.464Z||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-04T02:36:29.465Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bxMSTN5TflWJJaj4) ...
2021-04-04T02:36:29.475Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-04T02:36:29.476Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-04-04T02:36:30.364Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Preparing to deploy Service: 3f6a4d6b-1752-4c12-8e1f-ad449ac8157f
2021-04-04T02:36:30.365Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GYNkLB 0 dd6d9a42-a99f-4be0-be81-439b574ce944 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-04T02:36:30.452Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-04T02:36:30.453Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Service basic_onboard_GYNkLB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-04T02:36:30.453Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Processing vnf with UUID: 1a05e29f-e9bd-4665-b1d1-45822b73c20f
2021-04-04T02:36:30.453Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||Will get resource from SDC using resource id: 1a05e29f-e9bd-4665-b1d1-45822b73c20f
2021-04-04T02:36:30.464Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel to get resource
2021-04-04T02:36:30.488Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel
2021-04-04T02:36:30.490Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|INFO|500||Invoke
2021-04-04T02:36:30.491Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-04T02:36:30.491Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel
2021-04-04T02:36:30.491Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Method : GET
2021-04-04T02:36:30.491Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/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:"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9", X-RequestID:"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9", X-TransactionID:"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9", X-ECOMP-RequestID:"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"9194064f-80e4-41d9-9488-9529fd235849"]
2021-04-04T02:36:30.492Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Request body:
2021-04-04T02:36:30.492Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||==========================request end================================================
2021-04-04T02:36:31.196Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-04T02:36:31.197Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-04T02:36:31.197Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Status text : OK
2021-04-04T02:36:31.197Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node01kr7s1n7lqmf5q8z8ixrhwwlz281.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardGynklb-csar.csar"", Content-MD5:"NWEwNTI5NDVkYTZkMThjN2VjMmE4ZGJhOWZlZjEwZTM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"f22b8c4b-b6bb-4ebf-a73a-045eec534ae9", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-04T02:36:31.225Z|f22b8c4b-b6bb-4ebf-a73a-045eec534ae9|pool-3-thread-6|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/1a05e29f-e9bd-4665-b1d1-45822b73c20f/toscaModel|DEBUG|500||Response body: PK W�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK W�R TOSCA-Metadata/TOSCA.metaM�;�0D{��X�;p>U�P�6�{���>.)�i�h�q�=�I���(e��9);��#�M�B�h��Ǭ'dAFuaI��v�
��Ch��M+��٭#/�v+�����ݦ���fLM����,�s�+�I[ێ�PK��eݒ � PK W�R 4 Definitions/resource-BasicOnboardGynklb-template.yml�Yo���}~os�*��B�+�4]�g�隶�d��4leI���k�/�@��騃�͟��6���@IE�n�n[��B���8a�p��M�@����I�7�P�><��0����->�:;aA`Ձ ~��@�� r�F�����UQ�+� ;@}QH�1�p8 2�r@��}y�+}V��4� #COW$ےm�������)T������>]�'��A�
���v7'�%���+�������.T|��E��
zB�j�e~��i�z��w��~�_�*2f�)#L���oX���{'� c�!�(�a4�����i�A�\2� y�+Ё�n��*��Ǡ.2`��o�S�-����Pѓxر
])�L�� вl?����=N�h�
t�G�T�8F9%(7���Z2�6Q��f+>��9���OW�Ғ� �c<��ȷ��%��A�JO�M'�RG�!�b��f��FBy~`�D�Z���|@.2Td��k)��?C������J�|�[���R�žH�&�X����_�Uq��������X-�a��h�A(����<v���������}` �J$�p D��o�xa/6R�4J!X��J�L[ň��FOH��``�'LjYO ��!���C�n-R�\^x|C8!0�!su����JW����f6���\��.RO
^��[��؞/���\���L�~���
�U��w��|�m�la50�4 ';<�2�����K�Ͱ�����v=��p��&��,Dh����t Os�pM����2����������A�Kɫ�%&^"�N�[���
�?� g��I7�pu#ʶ�˶�d�5�6�
�@���r�N� �����/��O7�V��Q��. ���A�L�j;X��(Ilh?�$턂KlE�d���L�@��hS��yo�� 3��S~���F韓�M�&����nʫ��bc�>9A_�z��2~���ͦ�����w�@T]v)���=�f��3��8v���⳿zWoo����>ʛ/yb����� �+�����f��"�ޞ?^�^n^�gO�O��]����?�+��_/����|�LX�����~[���
����}5O���s�W�[Gϧ���Ƽ�.��������`�7o?�g�l-m���ftw6��=]-S���?�ޔs����20�_�|�L?n.'3ku4��m��.�h���ǫ�-��r9����tf|}o~��woص�cȯ�����~���헲T?�}�_��w��q�x9�����B�v�Q���h�15���d|{,�՛�=�/�S���_��_��(��������PC���;����D��ˏ���\�]M�����|�M��� �|������ˣ/���j�9�:r�����Ŷ���sG����Ӗ�zȸ�f��ᎋ�:�Z*c[��-9��L�]��2��-b�
D8za�$LJ�S
blO��{�p�rVW�TU\x����8�NΙ�ɖ��X �.�����I��`�4pi;�9i���up��=���I˼��������LL���AU3�
�A�D&��Ll�m��A�0�D��{L�!�)[�D����y�B>]���]�6�4��[�\2��3����.�hG7I�E�$�ܸ�
@ŅƦ���9�0��v 9��\v�2-�cۅ��Tl*�Uj�A�p7۫�����%�?��t�,�W�������PN;��VV�+mh�y�9�� �5 ��1���@���Q���P@Ha
���"FF}q 9~�p)�x�m�_a��(��� ��K� �(�D�U�J�ӭ�d*���Q�R��)�f�@�pY���A �$���=l�8�јnE[n�՝>]L��R��_ݎ\bg���h���9Py�.����An���٪
̷bL�z��KU�Ԧ7�-a�)��r0�LY�
�K�yϦb�f�*ZK+hX�l��$�lZ�����oH�]�h)!a��0�"Ł�D_/?+2�cR�
s�=���V���Զd�)�f��Z��x�LZ�,�-��O ��+��pB0������9�q�t%㒦>r�2�aIe�f����C��A�ȑ�1-"?i���~�3V�A6�E�ZRYp�0�"���V���������� ��$VJ>\T:�r1���p���`�P�4��b8���h���^�݉TLwC���混7���g������~z�ada�`��^gh=���e3o����k��
æ!��PL�z�C~��-{Ŀ,eS)�BޔlJV y�����6��r��~m8�\i�p##�_e���c���2�����EP��\�������"�������W
9*�=
�H��!���L2BYhD&���e���U�/�3(Q��H��;�LP��h*Q�m���_��fB ?{�u
;M?��ՎQ�ځX�YMW<�H�y�Ct��Bð�����Z3BYz��Q��{���%�Kξop�Di�E���*����H\��"�������W�r�p��Bc/o(R�,�n�J�/-�u�HI���i��K��L�ɛџ��������E�*�6'ؽ���H{(�?dt�T��Ĥ��}�AJ�*����'�^d��������]2���~R[���������W�k����.�U��ګ�L�d�ؤv!������-���:K�7EWr3���ۚ����TN���˂�HA�����h�{Ѩ���ؿC����Ed:hP*��gY��l<1h}��I�_vM�8�.�+\o��n=$����s��9^��`��# � ��!��F(,�;P�!T��>�
�;FHf9�g(�CB�ȩ���!^ 2���"�C�i���4�f\9
̝p�S����� ��6C�1���Jxɽ��J.�w>,JT>$�7��
��J ���*��@�?,(&�B�xn�fwc�B����*��3u�(8/�sEi��E(){�?
��Ex�����ku�0��+f7ƴ��䯔D+oH�傾�73�הhsT�p�rW C��e����~��z9�����[�MV:7/�h��I�� 1��CY��*r%�2�80�u�
��� ���!��2vu��8�"QC�>dG"� �@Yk
�M�%E��{��I|�;.P)��(�I�IdP�c؛X��B����_�턗S�kX��zE��� �-��I��������E�$�|� ��\�F��p�4RX �cMP�4Y��P�?��!����$UAM��"B
���j^4�!��]S���e���Q2ό\��Y�v�w��B
�����v��m&�#Jz,��s�z���
���d��N͵�S�K;«c��H��z���l��m�.��d�k�$�^jŮ=�h��TK��h��~�����/n]:�/�4[$}gs�=њYl?��ʮ�D-뎵KQv+���ѷ\�81Z�{K/�V�5dZ��s����eZs��ħ��<��.~�t��,k�ښU�v0�V�n�R��A��T7!�4Z1oq�V�R�Ei�_�$�N�1��lA�-53�
�2N�L�o.�B���w4�N�~�#�6uܮ<�;�a�t����?�$�d�/���:-qg.]"о��[�ݱ�b�2��M�n1�m�綗BU�����#��h�e���U�y���:�������22ug�y�������Ue�r� �}�W.2��F�xe�e��{��)n۹���w��4;w6��6��`63�rwu+���d��ӌ���x5��ۙ�y�f/�E��O��=\�։b�`�/l��-"m�͵���G�
j+_���t��p�x�4��~u��j�E���h�=�&��p�z.H{��^g�|�
d��'���ځ���߽��L��@�ayf��_����q�'�@e$Y��_�M@�nk?:(c��^'��ǩ���Ǚ���Ƀr&+}� TF��J��W��?�(c���:��}�7u@u(�A��G�.Ϟ�*9hz{��#2��`b�
_XM/Q�|r���w
��Z�PK�{�� �V PK W�R > Definitions/resource-BasicOnboardGynklb-template-interface.yml�]ms���~~��9ӑjmm�̝���ݽ[��j_��a"M�!��?ID���-=��'!�z֓���;*P4�#Q�-G�CⰋK��[2m*0
����`1�����d��Ȁ���3
vSPώf���}�`�Vi4K8��J�D�&Ȏ���3� v���)�mHݨr��g����p�P��ȅU 1�؆T�i�:�%*��\R���}�1Z��A��PSt��ˤ��ȡ�T^B;l�Gm²�5r�4�k.S�Vi�
���#עn�0l���<\�K�Ղ�q�AG%Ȧ�w(
�ҍxN�jJ��-�#
j�ȓ���m�$�3�]J:0�U5�ي�� ˡ��H ������%�_L�)q7[:��z�BKW,`2��
$I����L�#q�F��[�G�i���E
|YWs�8N��{
�����۪M,Bw-5���g��$
c+&1����_�v�Y���S�d,-��,��2��c*+mT�,
ǐ�GS�R�:�΄����|��fG�<Ϯ��F�<��7�̲��k���P!�R�e�� ���H�B/�~Ǚ����˝h�<����6k�Z�'�{��6��=�ih�'���la��Z]��L�睧W�@{�[�Hq:2]�ܵ�:ū��l|L�����d����v_�gJ�F�bT3q�]���*��UZ�6�����n�uwU�杖5��_�2.�U4�\\��XWU��Զ.����a���*����r��M��;�����<^t/5
�������}��^��E��)�=��O4�fw����7G�W��^s�]^M�f
��[���*>��Ù�_��5f�o��5?�uN��l�� 6�ߟ�3-w���Z�>jt���3h���[|E�+�9��U`���@�v�N����ى�����\��k��+φv3hW�@��4�Q9�z�n�=�.n��n�jR-
�ǥ�~O�@�.�:yP����ӯ欢���C�Z�]���#í~�]ԟ��y��z_ �Aw1i�|=������vD���Ý�]�Rы�|qdO7�a�����w@��p��wIᶱko��$�B�I#(���l�&aK���|Lp��������uۢ� 2��j�fVAv��+ʧ�\�Tv���V��Gº��٨����ؼw\�N{WS�i��np;��h�잃"����?k�7T���|�,OK���gV�^:��n�9kQ�g�d�d�cm��I+Ĥ��U���8ׁ�{���!�
�<n��A�D�y_�����,��\8ZTbU�`2�(b��_B���
��xZ����oy�!�$�]
R�����lGsL#~좬P�5�Le�AK����ڢ�v$4!k�*7 20���$5����e0��˲�߈B�-��m
��U��������,(�LT�,C@R���f��.!0��!�
:���l5��90��,c���
L�\o�z��R�La�#9bu���[i��F^!'���,��;�H]��-� ��H�k���mrLxx�D
1%C�� Y!$����*B���.��>�� ��x�����$�TT�u.c9Dq����Щ��+�5� ��2��<��d-St~��r��,܄��l�6Y|�+���y�+�@�B�9�၁���`&�8��',N�.2e}V#e>,�$[�HH�l�̜"
rV�����uI���qV:Lǿ�O��B���:<