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=P@h2G55ygqCTy?&7@^dKRoFL -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-05-20T02:15:16.177Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-845d4495b5-gvwjq with PID 15 (/app/app.jar started by so in /app)
2021-05-20T02:15:16.229Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-05-20T02:15:16.230Z||main|||||INFO|500||The following profiles are active: basic
2021-05-20T02:15:21.792Z||main|||||INFO|500||Starting service [Tomcat]
2021-05-20T02:15:21.793Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-05-20T02:15:21.968Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-05-20T02:15:23.752Z||main|||||INFO|500||reqdb-pool - Starting...
2021-05-20T02:15:23.886Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-05-20T02:15:24.056Z||main|||||INFO|500||catdb-pool - Starting...
2021-05-20T02:15:24.063Z||main|||||INFO|500||catdb-pool - Start completed.
2021-05-20T02:15:25.268Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-05-20T02:15:25.385Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-05-20T02:15:25.388Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-05-20T02:15:25.780Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-05-20T02:15:26.236Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-05-20T02:15:28.345Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-05-20T02:15:28.584Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-05-20T02:15:30.894Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-05-20T02:15:30.912Z||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$$e270869e.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-05-20T02:15:30.913Z||main|||||WARN|500||The sdc end point is not alive
2021-05-20T02:15:31.972Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-05-20T02:15:33.342Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-05-20T02:15:35.256Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-05-20T02:15:36.141Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-05-20T02:15:37.952Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T02:15:37.954Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T02:15:37.965Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T02:15:37.996Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T02:15:38.035Z||main|||||INFO|500||Started Application in 24.362 seconds (JVM running for 25.366)
2021-05-20T02:15:38.081Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 95253d53-a5ed-4d6c-a6e4-1b41ada895ee url= /sdc/v1/artifactTypes
2021-05-20T02:15:38.082Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T02:15:39.199Z||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.2.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-20T02:15:39.205Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f1ef766
2021-05-20T02:15:39.206Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T02:15:39.213Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T02:15:39.214Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T02:15:39.231Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-20T02:16:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:16:27.949Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T02:16:27.949Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T02:16:27.950Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T02:16:27.971Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T02:16:28.038Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec2b0cff-3f88-4805-b695-4ff228ed2949 url= /sdc/v1/artifactTypes
2021-05-20T02:16:28.038Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T02:16:29.088Z||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.2.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-20T02:16:29.089Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f2cab75
2021-05-20T02:16:29.090Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T02:16:29.090Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T02:16:29.090Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T02:16:29.091Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-20T02:16:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T02:17:17.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T02:17:17.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T02:17:17.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T02:17:17.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T02:17:18.032Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cc596bc2-7d94-4564-8362-f4afac289b6d url= /sdc/v1/artifactTypes
2021-05-20T02:17:18.032Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T02:17:19.066Z||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.2.145] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-05-20T02:17:19.067Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5935ee70
2021-05-20T02:17:19.067Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-05-20T02:17:19.068Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-05-20T02:17:19.068Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-05-20T02:17:19.068Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-05-20T02:18:07.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T02:18:07.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T02:18:07.948Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T02:18:07.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T02:18:07.961Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d83c6202-ba9f-4798-9170-38c8d008c995 url= /sdc/v1/artifactTypes
2021-05-20T02:18:07.961Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T02:18:08.223Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-05-20T02:18:08.228Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@415f5923
2021-05-20T02:18:08.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-05-20T02:18:08.229Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-05-20T02:18:08.229Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-05-20T02:18:08.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-05-20T02:18:08.231Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T02:18:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T02:18:57.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-05-20T02:18:57.948Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-05-20T02:18:57.949Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-05-20T02:18:58.034Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-05-20T02:18:58.041Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b4e77199-d9a4-4521-b6e2-6e17559d9be9 url= /sdc/v1/artifactTypes
2021-05-20T02:18:58.041Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-05-20T02:18:58.273Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-05-20T02:18:58.284Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-05-20T02:18:58.312Z||scheduling-1|||||DEBUG|500||create keys
2021-05-20T02:18:58.321Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-05-20T02:18:58.340Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:18:58.396Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cdb90fae-ab8f-4797-9b11-e53231621371 url= /sdc/v1/registerForDistribution
2021-05-20T02:18:58.667Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cdb90fae-ab8f-4797-9b11-e53231621371 url= /sdc/v1/registerForDistribution
2021-05-20T02:18:58.668Z||scheduling-1|||||INFO|500||start DistributionClient
2021-05-20T02:18:58.680Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:18:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:18:58.730Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-05-20T02:18:58.731Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:18:58.731Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:18:58.731Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:18:58.732Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:19:09.027Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:19:09.104Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:19:37.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T02:19:58.678Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:19:58.679Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:19:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:19:58.681Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:19:58.682Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:19:58.728Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:20:08.275Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:20:08.279Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:20:22.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:20:58.681Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:20:58.680Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:20:58.685Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:20:58.685Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:20:58.685Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:20:58.685Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:21:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:21:08.357Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:21:08.360Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:21:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:21:58.678Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:21:58.679Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:21:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:21:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:21:58.682Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:21:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:22:08.280Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:22:08.281Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:22:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:22:58.678Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:22:58.678Z||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-05-20T02:22:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:22:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:22:58.682Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:22:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:23:08.337Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:23:08.363Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:23:58.678Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:23:58.678Z||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-05-20T02:23:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:23:58.681Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:23:58.682Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:23:58.682Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:24:08.222Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:24:08.223Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:24:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:24:58.679Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:24:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:24:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:24:58.682Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:24:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:25:08.264Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:25:08.270Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:25:28.478Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-05-20T02:25:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:25:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:25:58.679Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:25:58.680Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:25:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:25:58.682Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:25:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:26:08.267Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:26:08.267Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:26:22.951Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:26:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:26:58.681Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:26:58.681Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:26:58.681Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:26:58.682Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:26:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:27:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:27:08.269Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:27:08.271Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:27:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:27:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:27:58.679Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:27:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:27:58.681Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:27:58.681Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:27:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:28:08.264Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:28:08.264Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:28:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T02:28:58.677Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:28:58.678Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:28:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:28:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:28:58.682Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:28:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:29:08.269Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:29:08.335Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:29:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:29:58.679Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:29:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:29:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:29:58.682Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:29:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:30:07.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:30:08.264Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:30:08.264Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:30:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:30:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:30:58.679Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:30:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:30:58.681Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:30:58.681Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:30:58.682Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:31:08.263Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:31:08.266Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:31:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:31:58.678Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:31:58.679Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:31:58.679Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:31:58.682Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:31:58.683Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:31:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:32:08.268Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:32:08.269Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:32:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:32:58.678Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:32:58.680Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:32:58.680Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:32:58.681Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:32:58.682Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:32:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:33:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:33:08.263Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:33:08.263Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:33:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:33:58.678Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:33:58.678Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:33:58.679Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:33:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:33:58.681Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:33:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:34:08.221Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:34:08.221Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:34:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:34:58.678Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:34:58.679Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:34:58.680Z||pool-3-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:34:58.682Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:34:58.683Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:34:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:35:08.262Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:35:08.263Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:35:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:35:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:35:58.678Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:35:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:35:58.681Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:35:58.681Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:35:58.681Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:36:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T02:36:08.264Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:36:08.338Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:36:52.951Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:36:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:36:58.679Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:36:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:36:58.681Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:36:58.682Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:36:58.682Z||pool-3-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:37:08.219Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:37:08.267Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:37:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:37:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:37:58.679Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:37:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:37:58.681Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:37:58.681Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:37:58.681Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:38:08.220Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:38:08.220Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:38:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:38:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:38:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:38:58.682Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:38:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:38:58.686Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:38:58.686Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:39:08.223Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:39:08.224Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:39:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:39:58.680Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:39:58.680Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:39:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:39:58.682Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:39:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:40:08.288Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:40:08.295Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:40:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:40:58.679Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:40:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:40:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:40:58.682Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:40:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:41:08.265Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:41:08.266Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:41:58.677Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:41:58.678Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:41:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:41:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:41:58.682Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:41:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:42:07.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:42:08.220Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:42:08.232Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:42:52.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:42:58.677Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:42:58.678Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:42:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:42:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:42:58.681Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:42:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:43:08.217Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:43:08.217Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:43:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:43:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:43:58.678Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:43:58.678Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:43:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:43:58.681Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:43:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:44:08.258Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:44:08.258Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:44:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:44:58.678Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:44:58.678Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:44:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:44:58.682Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:44:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:45:07.947Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T02:45:08.257Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:45:08.258Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:45:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:45:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:45:58.679Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:45:58.679Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:45:58.681Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:45:58.682Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:45:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:46:08.266Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:46:08.266Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:46:22.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:46:58.678Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:46:58.681Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:46:58.682Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:46:58.682Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:46:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:46:58.683Z||pool-3-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:47:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T02:47:08.270Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:47:08.270Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:47:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.67.253
2021-05-20T02:47:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:47:58.678Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:47:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:47:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:47:58.682Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:47:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:48:08.262Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:48:08.332Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:48:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:48:58.679Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:48:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:48:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:48:58.682Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:48:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:49:08.263Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:49:08.263Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:49:58.677Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:49:58.679Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:49:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:49:58.681Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:49:58.682Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:49:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:50:08.218Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:50:08.219Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:50:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:50:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:50:58.679Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:50:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:50:58.681Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:50:58.682Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:50:58.683Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:51:08.263Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:51:08.265Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:51:37.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:51:58.678Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:51:58.678Z||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-05-20T02:51:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:51:58.681Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:51:58.681Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:51:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:52:08.264Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:52:08.266Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:52:58.677Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:52:58.678Z||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-05-20T02:52:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:52:58.681Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:52:58.681Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:52:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:53:07.951Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.73.186
2021-05-20T02:53:08.218Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:53:08.233Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:53:52.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.67.253
2021-05-20T02:53:58.678Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:53:58.679Z||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-05-20T02:53:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:53:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:53:58.681Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:53:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:54:08.219Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:54:08.219Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:54:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:54:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:54:58.681Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:54:58.681Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:54:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:54:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:55:08.266Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:55:08.346Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:55:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:55:58.679Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:55:58.680Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:55:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:55:58.681Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:55:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:56:08.227Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:56:08.227Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:56:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:56:58.678Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:56:58.678Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:56:58.681Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:56:58.682Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:56:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:57:08.217Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:57:08.219Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:57:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:57:58.678Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:57:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:57:58.681Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:57:58.681Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:57:58.682Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T02:58:08.262Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:58:08.262Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:58:22.949Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.67.253 to 10.233.68.242
2021-05-20T02:58:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:58:58.679Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:58:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:58:58.681Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:58:58.682Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:58:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:59:07.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.68.242 to 10.233.73.186
2021-05-20T02:59:08.268Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:59:08.335Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T02:59:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:59:58.678Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:59:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T02:59:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T02:59:58.681Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T02:59:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:00:08.264Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:00:08.334Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:00:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:00:58.679Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T03:00:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:00:58.681Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:00:58.681Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T03:00:58.681Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:01:08.219Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:01:08.220Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:01:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:01:58.678Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T03:01:58.679Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:01:58.681Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:01:58.681Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T03:01:58.682Z||pool-3-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EyspuavhFrvB5udA) ...
2021-05-20T03:02:08.218Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:02:08.239Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:02:52.950Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.186 to 10.233.68.242
2021-05-20T03:02:58.678Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:02:58.679Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T03:02:58.680Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:02:58.681Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-05-20T03:02:58.682Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-05-20T03:02:58.682Z||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 EyspuavhFrvB5udA) ...
2021-05-20T03:02:58.966Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:02:58.974Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:58.974Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621479761515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.000Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.000Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621479766883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621479761765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "cds",
"timestamp": 1621479760031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.001Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "dcae-sch",
"timestamp": 1621479759650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621479761515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621479766883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621479761765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.002Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "cds",
"timestamp": 1621479760031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "dcae-sch",
"timestamp": 1621479759650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.003Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621479761515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621479766883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621479761765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.004Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "cds",
"timestamp": 1621479760031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "dcae-sch",
"timestamp": 1621479759650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.005Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621479761515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621479766883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621479761765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "cds",
"timestamp": 1621479760031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.006Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "dcae-sch",
"timestamp": 1621479759650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "policy-id",
"timestamp": 1621479771046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "aai-ml",
"timestamp": 1621479771220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621479761515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.007Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621479766883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621479761765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "cds",
"timestamp": 1621479760031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "dcae-sch",
"timestamp": 1621479759650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.008Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "policy-id",
"timestamp": 1621479771046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "aai-ml",
"timestamp": 1621479771220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621479761515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621479766883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621479761765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.009Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "cds",
"timestamp": 1621479760031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "dcae-sch",
"timestamp": 1621479759650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "policy-id",
"timestamp": 1621479771046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "aai-ml",
"timestamp": 1621479771220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.010Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621479761515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621479766883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621479761765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "cds",
"timestamp": 1621479760031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.011Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "dcae-sch",
"timestamp": 1621479759650,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "policy-id",
"timestamp": 1621479771046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "aai-ml",
"timestamp": 1621479771220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.012Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "policy-id",
"timestamp": 1621479771046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "aai-ml",
"timestamp": 1621479771220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "policy-id",
"timestamp": 1621479771046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "aai-ml",
"timestamp": 1621479771220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.013Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1621479777193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "policy-id",
"timestamp": 1621479771046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "aai-ml",
"timestamp": 1621479771220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "NOTIFIED"
}
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||INFO|500||Missing status on Status Object.
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-windriver-id",
"timestamp": 1621479778177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.014Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1621479778210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "cds",
"timestamp": 1621479778223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1621479778517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-20T03:02:59.015Z||pool-3-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-05-20T03:02:59.318Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:02:59.319Z||pool-3-thread-4|||||DEBUG|500||received message from topic
2021-05-20T03:02:59.320Z||pool-3-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"39657dff-d411-421e-9f17-2c45dec231fa","serviceName":"basic_onboard_WTHRQm","serviceVersion":"1.0","serviceUUID":"ba1219a8-3fc7-43f9-80fb-fc042f18e7d5","serviceDescription":"service","serviceInvariantUUID":"9a080a9b-bf13-4237-90aa-2f98bbf7b22b","resources":[{"resourceInstanceName":"basic_onboard_WTHRQm 0","resourceName":"basic_onboard_WTHRQm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0d2c8bf-9c53-42a4-82d9-68e6748a824a","resourceInvariantUUID":"8aea1437-916d-429f-93e1-a445234cd133","resourceCustomizationUUID":"1bcf3193-5bc5-4901-95a7-40c6165cdb58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml","artifactChecksum":"M2QyYTY1MDVjOGVhMmM2NTcyODI4MTY2MDRjYTEzNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18c6535b-360c-407a-af9d-cfe4081ecbcc","artifactVersion":"1"},{"artifactName":"basic_onboard_wthrqm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json","artifactChecksum":"YWQxZGE0NGJlODg3NTM0MWRjOTQyNWFmOTUzOWEzNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2ab826c-ca51-49d3-adc5-d5c9f3e22561","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"496c6004-fb28-42a5-8402-f2050d3d0030","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5b7b18c7-aaee-4579-9497-91b31683a06b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"27a2466f-b080-4fd2-8df9-a0b6bab2a13c","artifactVersion":"2","generatedFromUUID":"496c6004-fb28-42a5-8402-f2050d3d0030"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWthrqm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml","artifactChecksum":"MTRhZTBhOGYxZGViZTc3NGQ2ZjhiZDAyMjQwNGE2ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"536cb8d0-3616-4b5b-813d-425aa676dcfb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWthrqm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar","artifactChecksum":"MjZjZDU1M2M0YzY4MmUzYjllOTJkOGEyNGNmOTJlOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ad07af9-dfe7-43d2-9d38-fd0089970403","artifactVersion":"1"}],"workloadContext":"Production"}
2021-05-20T03:02:59.326Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:02:59.331Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:02:59.340Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:02:59.340Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479778678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:02:59.440Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-05-20T03:02:59.446Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:02:59.447Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:02:59.456Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:02:59.457Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:00.346Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:00.346Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:00.347Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:00.348Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479778678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "NOTIFIED"
}
2021-05-20T03:03:00.448Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:00.449Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:03:00.450Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:00.459Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:03:00.460Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:01.349Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:01.350Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:01.352Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:01.353Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479778678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-05-20T03:03:01.453Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:01.454Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:03:01.454Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:01.462Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:03:01.462Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:02.353Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:02.354Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:02.356Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:02.356Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479778678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:03:02.456Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:02.457Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:03:02.457Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:02.466Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:03:02.467Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:03.356Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:03.358Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:03.360Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:03.360Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479778678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-05-20T03:03:03.460Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:03.461Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:03:03.462Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:03.533Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:03:03.534Z||pool-8-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1}
2021-05-20T03:03:04.361Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:04.361Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:04.364Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:04.364Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479778678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-05-20T03:03:04.464Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:04.465Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:03:04.465Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:04.474Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:03:04.474Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:05.364Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-05-20T03:03:05.366Z||pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:05.368Z||pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:05.368Z||pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479778678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "NOTIFIED"
}
2021-05-20T03:03:05.468Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:05.469Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:03:05.469Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:05.478Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:03:05.478Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:06.370Z||pool-3-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"serviceName": "basic_onboard_WTHRQm",
"serviceVersion": "1.0",
"serviceUUID": "ba1219a8-3fc7-43f9-80fb-fc042f18e7d5",
"serviceDescription": "service",
"serviceInvariantUUID": "9a080a9b-bf13-4237-90aa-2f98bbf7b22b",
"resources": [
{
"resourceInstanceName": "basic_onboard_WTHRQm 0",
"resourceCustomizationUUID": "1bcf3193-5bc5-4901-95a7-40c6165cdb58",
"resourceName": "basic_onboard_WTHRQm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f0d2c8bf-9c53-42a4-82d9-68e6748a824a",
"resourceInvariantUUID": "8aea1437-916d-429f-93e1-a445234cd133",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wthrqm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"artifactChecksum": "YWQxZGE0NGJlODg3NTM0MWRjOTQyNWFmOTUzOWEzNDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d2ab826c-ca51-49d3-adc5-d5c9f3e22561",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "496c6004-fb28-42a5-8402-f2050d3d0030",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "27a2466f-b080-4fd2-8df9-a0b6bab2a13c",
"generatedFromUUID": "496c6004-fb28-42a5-8402-f2050d3d0030"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "27a2466f-b080-4fd2-8df9-a0b6bab2a13c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWthrqm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"artifactChecksum": "MjZjZDU1M2M0YzY4MmUzYjllOTJkOGEyNGNmOTJlOGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0ad07af9-dfe7-43d2-9d38-fd0089970403"
}
],
"workloadContext": "Production"
}
2021-05-20T03:03:06.372Z||pool-3-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-05-20T03:03:06.372Z||pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba1219a8-3fc7-43f9-80fb-fc042f18e7d5 ASDC
2021-05-20T03:03:06.564Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:39657dff-d411-421e-9f17-2c45dec231fa
ServiceName:basic_onboard_WTHRQm
ServiceVersion:1.0
ServiceUUID:ba1219a8-3fc7-43f9-80fb-fc042f18e7d5
ServiceInvariantUUID:9a080a9b-bf13-4237-90aa-2f98bbf7b22b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWthrqm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar
ArtifactUUID:0ad07af9-dfe7-43d2-9d38-fd0089970403
ArtifactChecksum:MjZjZDU1M2M0YzY4MmUzYjllOTJkOGEyNGNmOTJlOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WTHRQm 0
ResourceCustomizationUUID:1bcf3193-5bc5-4901-95a7-40c6165cdb58
ResourceInvariantUUID:8aea1437-916d-429f-93e1-a445234cd133
ResourceName:basic_onboard_WTHRQm
ResourceType:VF
ResourceUUID:f0d2c8bf-9c53-42a4-82d9-68e6748a824a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wthrqm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json
ArtifactUUID:d2ab826c-ca51-49d3-adc5-d5c9f3e22561
ArtifactChecksum:YWQxZGE0NGJlODg3NTM0MWRjOTQyNWFmOTUzOWEzNDU=
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/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:496c6004-fb28-42a5-8402-f2050d3d0030
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/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
ArtifactUUID:27a2466f-b080-4fd2-8df9-a0b6bab2a13c
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/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
ArtifactUUID:27a2466f-b080-4fd2-8df9-a0b6bab2a13c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-05-20T03:03:06.565Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba1219a8-3fc7-43f9-80fb-fc042f18e7d5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as DISTRIBU1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as SERVICE_2_13_0_, watchdogse0_.CONSUMER_ID as CONSUMER3_13_0_, watchdogse0_.CREATE_TIME as CREATE_T4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as DISTRIBU5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as DISTRIBU1_11_0_, watchdogdi0_.CREATE_TIME as CREATE_T2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as DISTRIBU3_11_0_, watchdogdi0_.MODIFY_TIME as MODIFY_T4_11_0_, watchdogdi0_.LOCK_VERSION as LOCK_VER5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-05-20T03:03:06.754Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:03:06.756Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:03:06.756Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:03:06.757Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 0ad07af9-dfe7-43d2-9d38-fd0089970403 from URL: /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:06.757Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:03:06.758Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:07.605Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:03:07.618Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar 0ad07af9-dfe7-43d2-9d38-fd0089970403 70288
2021-05-20T03:03:07.618Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar ASDC sendASDCNotification
2021-05-20T03:03:07.618Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:07.629Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:03:07.630Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:07.631Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:07.632Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479787618,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-05-20T03:03:07.732Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:07.733Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:03:07.733Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:07.743Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:03:07.743Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:08.632Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-05-20T03:03:08.634Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||MSO config path is: /app
2021-05-20T03:03:08.635Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Trying to write artifact UUID: 0ad07af9-dfe7-43d2-9d38-fd0089970403, URL: /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/artifacts/service-BasicOnboardWthrqm-csar.csar to file: /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:08.636Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:08.843Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:08.843Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:09.318Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10753747336286855880/Definitions/service-BasicOnboardWthrqm-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-05-20T03:03:10.942Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WTHRQm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.946Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WTHRQm 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-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWthrqm-csar.csar
2021-05-20T03:03:10.947Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||WARN|500||####################################################################################################
2021-05-20T03:03:10.952Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.953Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.955Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:10.956Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:03:10.957Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:03:10.958Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.958Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.959Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:10.959Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Search for entities recursively
2021-05-20T03:03:10.959Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-05-20T03:03:10.959Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.959Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is not matching search criteria
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-20T03:03:10.962Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-05-20T03:03:10.963Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.963Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-05-20T03:03:10.963Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.964Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is matching search criteria
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_WTHRQm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template basic_onboard_WTHRQm 0 is not matching search criteria
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=361524fe-a8be-4a68-a0ab-f77fff7b1e32
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.965Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:10.966Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WTHRQm
Description:service
Model UUID:ba1219a8-3fc7-43f9-80fb-fc042f18e7d5
Model Version:NULL
Model InvariantUuid:9a080a9b-bf13-4237-90aa-2f98bbf7b22b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WTHRQm
Model UUID:17222052-6526-4e08-9222-b4877d63d048
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8aea1437-916d-429f-93e1-a445234cd133
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1bcf3193-5bc5-4901-95a7-40c6165cdb58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:de5194b5-774e-4160-9d74-063a06a42601
ModelName:BasicOnboardWthrqm..base_ubuntu18..module-0
ModelUuid:298ef7bd-47a6-470b-9c67-6c3162da04f2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:361524fe-a8be-4a68-a0ab-f77fff7b1e32
ModelInvariantUuid:c99a6ed5-f912-4c1c-91da-fbe8dece1042
ModelName:basic_onboard_WTHRQm-nodes.ubuntu18Cvfc
ModelUuid:69095454-837a-4d41-83f7-6b6c553ddeac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a5dc12db-f4d6-4e0b-9dd0-6caf572fbc71
ModelInvariantUuid:23f348fd-0b21-4a1d-b28c-5b9f18e9945c
ModelName:BasicOnboardWthrqm.compute.nodes.heat.ubuntu18
ModelUuid:31729e03-5f64-46f7-a8c2-2789cd3e30bc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-05-20T03:03:11.029Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f0d2c8bf-9c53-42a4-82d9-68e6748a824a
2021-05-20T03:03:11.042Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-20T03:03:11.099Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||basic_onboard_WTHRQm 0
2021-05-20T03:03:11.105Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0d2c8bf-9c53-42a4-82d9-68e6748a824a
2021-05-20T03:03:11.106Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: d2ab826c-ca51-49d3-adc5-d5c9f3e22561 from URL: /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json
2021-05-20T03:03:11.106Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:03:11.106Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json
2021-05-20T03:03:12.398Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:03:12.399Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json d2ab826c-ca51-49d3-adc5-d5c9f3e22561 798
2021-05-20T03:03:12.399Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json ASDC sendASDCNotification
2021-05-20T03:03:12.400Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json
2021-05-20T03:03:12.400Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:03:12.400Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:12.403Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:12.403Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479792399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/basic_onboard_wthrqm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-05-20T03:03:12.503Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:12.504Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:03:12.505Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:12.514Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:03:12.514Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:13.405Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWthrqm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "de5194b5-774e-4160-9d74-063a06a42601",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "298ef7bd-47a6-470b-9c67-6c3162da04f2",
"vfModuleModelCustomizationUUID": "ffc6b6d2-2f7a-404a-8dbd-18e686a699a4",
"isBase": true,
"artifacts": [
"496c6004-fb28-42a5-8402-f2050d3d0030",
"27a2466f-b080-4fd2-8df9-a0b6bab2a13c"
],
"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-05-20T03:03:13.426Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWthrqm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:298ef7bd-47a6-470b-9c67-6c3162da04f2
VfModuleModelInvariantUUID:de5194b5-774e-4160-9d74-063a06a42601
VfModuleModelDescription:NULL
Artifacts UUID List:{
496c6004-fb28-42a5-8402-f2050d3d0030
,
27a2466f-b080-4fd2-8df9-a0b6bab2a13c
}
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-05-20T03:03:13.430Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWthrqm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "de5194b5-774e-4160-9d74-063a06a42601",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "298ef7bd-47a6-470b-9c67-6c3162da04f2",
"vfModuleModelCustomizationUUID": "ffc6b6d2-2f7a-404a-8dbd-18e686a699a4",
"isBase": true,
"artifacts": [
"496c6004-fb28-42a5-8402-f2050d3d0030",
"27a2466f-b080-4fd2-8df9-a0b6bab2a13c"
],
"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-05-20T03:03:13.430Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWthrqm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:298ef7bd-47a6-470b-9c67-6c3162da04f2
VfModuleModelInvariantUUID:de5194b5-774e-4160-9d74-063a06a42601
VfModuleModelDescription:NULL
Artifacts UUID List:{
496c6004-fb28-42a5-8402-f2050d3d0030
,
27a2466f-b080-4fd2-8df9-a0b6bab2a13c
}
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-05-20T03:03:13.431Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 496c6004-fb28-42a5-8402-f2050d3d0030 from URL: /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml
2021-05-20T03:03:13.431Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:03:13.431Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml
2021-05-20T03:03:15.039Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:03:15.040Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml 496c6004-fb28-42a5-8402-f2050d3d0030 5033
2021-05-20T03:03:15.040Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-05-20T03:03:15.041Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml
2021-05-20T03:03:15.041Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:03:15.041Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:15.043Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:15.044Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479795040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-05-20T03:03:15.144Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-05-20T03:03:15.145Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:03:15.145Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:15.154Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:03:15.154Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:16.045Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||Trying to download the artifact UUID: 27a2466f-b080-4fd2-8df9-a0b6bab2a13c from URL: /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
2021-05-20T03:03:16.045Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - download
2021-05-20T03:03:16.046Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
2021-05-20T03:03:18.567Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||GET Response Status 200
2021-05-20T03:03:18.568Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env 27a2466f-b080-4fd2-8df9-a0b6bab2a13c 909
2021-05-20T03:03:18.568Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-05-20T03:03:18.569Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env
2021-05-20T03:03:18.569Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-05-20T03:03:18.570Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-05-20T03:03:18.628Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-05-20T03:03:18.628Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||try to send status {
"distributionID": "39657dff-d411-421e-9f17-2c45dec231fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1621479798568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWthrqm/1.0/resourceInstances/basic_onboard_wthrqm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-05-20T03:03:18.672Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 43 ms
2021-05-20T03:03:18.673Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-05-20T03:03:18.674Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EyspuavhFrvB5udA) ...
2021-05-20T03:03:18.684Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-05-20T03:03:18.685Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-05-20T03:03:19.629Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Preparing to deploy Service: ba1219a8-3fc7-43f9-80fb-fc042f18e7d5
2021-05-20T03:03:19.630Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WTHRQm 0 f0d2c8bf-9c53-42a4-82d9-68e6748a824a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-05-20T03:03:19.749Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-05-20T03:03:19.750Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Service basic_onboard_WTHRQm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-05-20T03:03:19.750Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Processing vnf with UUID: 17222052-6526-4e08-9222-b4877d63d048
2021-05-20T03:03:19.750Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||Will get resource from SDC using resource id: 17222052-6526-4e08-9222-b4877d63d048
2021-05-20T03:03:19.759Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel to get resource
2021-05-20T03:03:19.788Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel
2021-05-20T03:03:19.790Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|INFO|500||Invoke
2021-05-20T03:03:19.791Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||===========================request begin================================================
2021-05-20T03:03:19.791Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel
2021-05-20T03:03:19.791Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Method : GET
2021-05-20T03:03:19.791Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/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:"39657dff-d411-421e-9f17-2c45dec231fa", X-RequestID:"39657dff-d411-421e-9f17-2c45dec231fa", X-TransactionID:"39657dff-d411-421e-9f17-2c45dec231fa", X-ECOMP-RequestID:"39657dff-d411-421e-9f17-2c45dec231fa", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"43a6890d-143d-43ad-b519-c1a1feeb52cf"]
2021-05-20T03:03:19.792Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Request body:
2021-05-20T03:03:19.792Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||==========================request end================================================
2021-05-20T03:03:20.703Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||============================response begin==========================================
2021-05-20T03:03:20.703Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Status code : 200 OK
2021-05-20T03:03:20.703Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Status text : OK
2021-05-20T03:03:20.704Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node0tu89i7yw8j8l6wf9gj41nn7m299.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardWthrqm-csar.csar"", Content-MD5:"YTYwZDdiMzYxNDMzNjliZDNkN2ZlYzJhYTY4ZDRlM2M=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"39657dff-d411-421e-9f17-2c45dec231fa", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-05-20T03:03:20.741Z|39657dff-d411-421e-9f17-2c45dec231fa|pool-3-thread-4|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/17222052-6526-4e08-9222-b4877d63d048/toscaModel|DEBUG|500||Response body: PK +�R csar.metavq�
�vv��M-I�u��I�
K-*��ϳR0�3�
�+pIM���,�#)� PK�R�B4 E PK +�R TOSCA-Metadata/TOSCA.metaM�1�0{��pBZw��"��#9�%�·��˔;�Y�