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=MmBh?b,7OJQMze0w*6{!G.T) -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-06-02T02:46:03.055Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-845d4495b5-l62q9 with PID 14 (/app/app.jar started by so in /app)
2021-06-02T02:46:03.060Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-06-02T02:46:03.060Z||main|||||INFO|500||The following profiles are active: basic
2021-06-02T02:46:09.299Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-02T02:46:09.300Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-06-02T02:46:09.468Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-02T02:46:11.213Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-02T02:46:11.346Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-02T02:46:11.478Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-02T02:46:11.541Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-02T02:46:12.786Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-06-02T02:46:12.944Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-06-02T02:46:12.949Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-06-02T02:46:13.370Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-06-02T02:46:13.837Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-06-02T02:46:16.052Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-06-02T02:46:16.289Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-06-02T02:46:18.830Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-06-02T02:46:18.867Z||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$$d480b83d.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-06-02T02:46:18.868Z||main|||||WARN|500||The sdc end point is not alive
2021-06-02T02:46:20.113Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-06-02T02:46:21.705Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-06-02T02:46:23.581Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-02T02:46:24.778Z||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-06-02T02:46:26.600Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-02T02:46:26.602Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-02T02:46:26.611Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-02T02:46:26.658Z||main|||||INFO|500||Started Application in 26.36 seconds (JVM running for 27.53)
2021-06-02T02:46:26.668Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-02T02:46:26.714Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6f86b6b3-a018-44c0-880a-b34a96e5e89c url= /sdc/v1/artifactTypes
2021-06-02T02:46:26.714Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-02T02:46:27.836Z||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.58.106] 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-06-02T02:46:27.840Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53c54995
2021-06-02T02:46:27.840Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-02T02:46:27.847Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-02T02:46:27.849Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-02T02:46:27.851Z||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-06-02T02:46:41.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250
2021-06-02T02:47:16.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-02T02:47:16.599Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-02T02:47:16.599Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-02T02:47:16.604Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-02T02:47:16.609Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e6288f9-a66b-479e-9ab5-a42c19121ca0 url= /sdc/v1/artifactTypes
2021-06-02T02:47:16.609Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-02T02:47:17.627Z||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.58.106] 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-06-02T02:47:17.628Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@660158e9
2021-06-02T02:47:17.628Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-02T02:47:17.629Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-02T02:47:17.629Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-02T02:47:17.630Z||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-06-02T02:47:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.75.4
2021-06-02T02:48:06.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-02T02:48:06.599Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-02T02:48:06.599Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-02T02:48:06.605Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-02T02:48:06.610Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd43a155-dce7-4819-961b-741902600f29 url= /sdc/v1/artifactTypes
2021-06-02T02:48:06.611Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-02T02:48:06.829Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-06-02T02:48:06.830Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1734eade
2021-06-02T02:48:06.830Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-06-02T02:48:06.831Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-06-02T02:48:06.831Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-06-02T02:48:06.832Z||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-06-02T02:48:11.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168
2021-06-02T02:48:56.598Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-02T02:48:56.599Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-02T02:48:56.599Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-02T02:48:56.608Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-02T02:48:56.643Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a610fa1-ae94-43ee-8a6f-a4d3e28e4f86 url= /sdc/v1/artifactTypes
2021-06-02T02:48:56.644Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-02T02:48:56.728Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-06-02T02:48:56.729Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d636506
2021-06-02T02:48:56.729Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-06-02T02:48:56.730Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-06-02T02:48:56.730Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-06-02T02:48:56.730Z||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-06-02T02:48:56.733Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250
2021-06-02T02:49:46.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-02T02:49:46.600Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-02T02:49:46.601Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-02T02:49:46.607Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-02T02:49:46.613Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec50b08d-eedd-42aa-a40e-bb60cc4879d3 url= /sdc/v1/artifactTypes
2021-06-02T02:49:46.613Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-02T02:49:46.671Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-02T02:49:46.682Z||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-06-02T02:49:46.707Z||scheduling-1|||||DEBUG|500||create keys
2021-06-02T02:49:46.714Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-02T02:49:46.737Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:49:46.753Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b3b12872-50be-4040-9b82-e44100da1854 url= /sdc/v1/registerForDistribution
2021-06-02T02:49:46.955Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b3b12872-50be-4040-9b82-e44100da1854 url= /sdc/v1/registerForDistribution
2021-06-02T02:49:46.956Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-02T02:49:46.964Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:49:46.966Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:49:46.970Z||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-06-02T02:49:46.970Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:49:47.040Z||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-06-02T02:49:47.041Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:49:47.045Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-02T02:49:57.303Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:49:57.306Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:50:46.963Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:50:46.964Z||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-06-02T02:50:46.965Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:50:46.965Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:50:46.967Z||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-06-02T02:50:46.967Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:50:56.585Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:50:56.605Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:51:46.963Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:51:46.964Z||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-06-02T02:51:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:51:46.965Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:51:46.967Z||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-06-02T02:51:47.040Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:51:56.587Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:51:56.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.75.4
2021-06-02T02:51:56.626Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:52:46.963Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:52:46.964Z||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-06-02T02:52:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:52:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:52:46.966Z||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-06-02T02:52:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:52:56.585Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:52:56.585Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:53:26.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250
2021-06-02T02:53:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:53:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T02:53:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T02:53:46.965Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:53:46.966Z||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-06-02T02:53:46.967Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:53:56.583Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:53:56.629Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:54:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T02:54:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:54:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T02:54:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T02:54:46.965Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:54:46.966Z||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-06-02T02:54:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:54:56.513Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:54:56.523Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:54:56.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4
2021-06-02T02:55:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250
2021-06-02T02:55:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:55:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T02:55:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T02:55:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:55:46.966Z||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-06-02T02:55:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:55:56.531Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:55:56.625Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:56:07.277Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-02T02:56:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T02:56:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:56:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T02:56:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T02:56:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:56:46.967Z||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-06-02T02:56:46.967Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:56:56.535Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:56:56.535Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:57:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250
2021-06-02T02:57:46.964Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:57:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:57:46.966Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T02:57:46.966Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T02:57:46.969Z||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-06-02T02:57:46.970Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:57:56.582Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:57:56.584Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:58:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T02:58:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:58:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T02:58:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T02:58:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:58:46.966Z||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-06-02T02:58:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:58:56.583Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:58:56.626Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:59:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250
2021-06-02T02:59:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:59:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T02:59:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T02:59:46.965Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T02:59:46.966Z||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-06-02T02:59:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T02:59:56.583Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T02:59:56.584Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:00:11.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T03:00:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:00:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T03:00:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:00:46.965Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:00:46.966Z||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-06-02T03:00:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:00:56.582Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:00:56.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4
2021-06-02T03:00:56.628Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:01:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:01:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T03:01:46.963Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:01:46.965Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:01:46.966Z||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-06-02T03:01:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:01:56.587Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:01:56.586Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:02:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168
2021-06-02T03:02:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:02:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T03:02:46.963Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:02:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:02:46.966Z||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-06-02T03:02:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:02:56.510Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:02:56.511Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:03:11.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250
2021-06-02T03:03:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:03:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T03:03:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:03:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:03:46.966Z||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-06-02T03:03:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:03:56.581Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:03:56.582Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:03:56.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T03:04:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4
2021-06-02T03:04:46.963Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:04:46.964Z||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-06-02T03:04:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:04:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:04:46.966Z||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-06-02T03:04:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:04:56.582Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:04:56.585Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:05:46.962Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:05:46.963Z||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-06-02T03:05:46.963Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:05:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:05:46.966Z||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-06-02T03:05:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:05:56.576Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:05:56.625Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:06:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250
2021-06-02T03:06:46.963Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:06:46.965Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:06:46.965Z||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-06-02T03:06:46.965Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:06:46.966Z||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-06-02T03:06:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:06:56.516Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:06:56.527Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:06:56.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T03:07:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4
2021-06-02T03:07:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:07:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T03:07:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:07:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:07:46.966Z||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-06-02T03:07:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:07:56.601Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:07:56.604Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:08:46.963Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:08:46.964Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T03:08:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:08:46.965Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:08:46.966Z||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-06-02T03:08:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:08:56.506Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:08:56.507Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:09:46.962Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:09:46.963Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-02T03:09:46.964Z||pool-3-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:09:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:09:46.966Z||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-06-02T03:09:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:09:56.513Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:09:56.523Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:09:56.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168
2021-06-02T03:10:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250
2021-06-02T03:10:46.962Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:10:46.963Z||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-06-02T03:10:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:10:46.965Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:10:46.966Z||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-06-02T03:10:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:10:56.551Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:10:56.621Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:11:26.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T03:11:46.962Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:11:46.963Z||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-06-02T03:11:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:11:46.965Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:11:46.966Z||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-06-02T03:11:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:11:56.511Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:11:56.516Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:12:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250
2021-06-02T03:12:46.962Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:12:46.963Z||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-06-02T03:12:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:12:46.965Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:12:46.966Z||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-06-02T03:12:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:12:56.514Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:12:56.514Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:12:56.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T03:13:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4
2021-06-02T03:13:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:13:46.963Z||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-06-02T03:13:46.963Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:13:46.965Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:13:46.966Z||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-06-02T03:13:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:13:56.580Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:13:56.581Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:14:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:14:46.963Z||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-06-02T03:14:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:14:46.965Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:14:46.966Z||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-06-02T03:14:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:14:56.584Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:14:56.584Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:15:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.71.250
2021-06-02T03:15:46.963Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:15:46.963Z||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-06-02T03:15:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:15:46.965Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:15:46.966Z||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-06-02T03:15:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:15:56.598Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T03:15:57.440Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:15:57.440Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:16:26.602Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250
2021-06-02T03:16:46.963Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:16:46.964Z||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-06-02T03:16:46.965Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:16:46.965Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:16:46.966Z||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-06-02T03:16:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:16:56.507Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:16:56.520Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:17:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T03:17:46.963Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:17:46.963Z||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-06-02T03:17:46.963Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:17:46.965Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:17:46.966Z||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-06-02T03:17:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:17:56.585Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:17:56.585Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:18:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:18:46.963Z||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-06-02T03:18:46.963Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:18:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:18:46.966Z||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-06-02T03:18:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:18:56.511Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:18:56.590Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:19:26.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4
2021-06-02T03:19:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:19:46.963Z||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-06-02T03:19:46.963Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:19:46.965Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:19:46.966Z||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-06-02T03:19:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:19:56.514Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:19:56.515Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:20:11.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168
2021-06-02T03:20:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:20:46.963Z||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-06-02T03:20:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:20:46.965Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:20:46.966Z||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-06-02T03:20:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:20:56.578Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:20:56.579Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:20:56.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.75.4
2021-06-02T03:21:41.601Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.75.4 to 10.233.77.168
2021-06-02T03:21:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:21:46.964Z||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-06-02T03:21:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:21:46.965Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:21:46.966Z||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-06-02T03:21:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:21:56.505Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:21:56.522Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:22:26.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.77.168 to 10.233.71.250
2021-06-02T03:22:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:22:46.963Z||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-06-02T03:22:46.963Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:22:46.965Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:22:46.966Z||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-06-02T03:22:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:22:56.511Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:22:56.578Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:23:11.600Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.71.250 to 10.233.77.168
2021-06-02T03:23:46.962Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:23:46.963Z||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-06-02T03:23:46.964Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:23:46.965Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-02T03:23:46.966Z||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-06-02T03:23:46.966Z||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 wPJrnsAEYxkYBclL) ...
2021-06-02T03:23:54.821Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:23:54.823Z||pool-3-thread-8|||||DEBUG|500||received message from topic
2021-06-02T03:23:54.823Z||pool-3-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9cb8475c-b479-4d47-ab51-4a2b3179b6b0","serviceName":"basic_onboard_sWGJyd","serviceVersion":"1.0","serviceUUID":"997489c2-8e20-4cac-b387-a0643b153bba","serviceDescription":"service","serviceInvariantUUID":"4f8dcf78-1cd8-4324-9183-da7b27e52791","resources":[{"resourceInstanceName":"basic_onboard_sWGJyd 0","resourceName":"basic_onboard_sWGJyd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c","resourceInvariantUUID":"bd96413d-a99f-4c9c-90b7-56041c20d270","resourceCustomizationUUID":"23fe1f14-3a0c-4762-ad5d-4e4f7051408a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml","artifactChecksum":"MWJhMTUyMjUyMWUwNTU3NTE0NTkzMzU4Y2FiNzk2ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"127d4f08-2cab-45fd-a43d-84ea040375e6","artifactVersion":"1"},{"artifactName":"basic_onboard_swgjyd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json","artifactChecksum":"ZjkyNTg3ZTcxOWQ4NmViNjE5ZWEzOTdjNGFlODQ2Mjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b2f1a612-b6cd-4cde-b145-6c769a7161b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6e48263-0c62-42ad-b950-58717589f1d0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"884e6d77-65c0-4825-a10d-5c2ef7073515","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc","artifactVersion":"2","generatedFromUUID":"c6e48263-0c62-42ad-b950-58717589f1d0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSwgjyd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml","artifactChecksum":"MWVmMTQzMWRlYTFhMmVhM2RlOGM5MGZiYjBjNjNiODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22c2bd27-e772-4052-9be1-70adb1183b80","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSwgjyd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar","artifactChecksum":"Mjg2YTg2MGYwYzVjNDg2MGI2MWMzYzVmMDU5NWVkODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"80682188-ce59-4305-b890-a17029edf803","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-02T03:23:54.831Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-02T03:23:54.838Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:23:54.847Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:23:54.847Z||pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604226962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-02T03:23:54.948Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-06-02T03:23:54.952Z||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-06-02T03:23:54.952Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:23:54.999Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:23:55.000Z||pool-4-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2021-06-02T03:23:55.022Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:23:55.023Z||pool-3-thread-9|||||DEBUG|500||received message from topic
2021-06-02T03:23:55.023Z||pool-3-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "multicloud-windriver-id",
"timestamp": 1622604224684,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-02T03:23:55.040Z||pool-3-thread-9|||||INFO|500||Missing status on Status Object.
2021-06-02T03:23:55.853Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-02T03:23:55.853Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:23:55.856Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:23:55.856Z||pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604226962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json",
"status": "NOTIFIED"
}
2021-06-02T03:23:55.956Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-02T03:23:55.957Z||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-06-02T03:23:55.957Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:23:55.999Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:23:55.999Z||pool-5-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-06-02T03:23:56.857Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-02T03:23:56.858Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:23:56.860Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:23:56.860Z||pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604226962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-02T03:23:56.960Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-02T03:23:56.962Z||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-06-02T03:23:56.962Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:23:56.973Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:23:56.974Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-06-02T03:23:57.861Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-02T03:23:57.862Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:23:57.865Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:23:57.865Z||pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604226962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-02T03:23:57.965Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-02T03:23:57.966Z||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-06-02T03:23:57.967Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:23:57.978Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:23:57.979Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-02T03:23:58.866Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-02T03:23:58.867Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:23:58.869Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:23:58.869Z||pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604226962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-02T03:23:58.969Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-02T03:23:58.971Z||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-06-02T03:23:58.971Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:23:58.981Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:23:58.981Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-02T03:23:59.870Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-02T03:23:59.871Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:23:59.874Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:23:59.874Z||pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604226962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-02T03:23:59.974Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-02T03:23:59.975Z||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-06-02T03:23:59.975Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:23:59.987Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:23:59.992Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-06-02T03:24:00.874Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-02T03:24:00.875Z||pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:24:00.877Z||pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:24:00.877Z||pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604226962,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar",
"status": "NOTIFIED"
}
2021-06-02T03:24:00.977Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-02T03:24:00.978Z||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-06-02T03:24:00.979Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:24:00.993Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:24:00.993Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-06-02T03:24:01.879Z||pool-3-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"serviceName": "basic_onboard_sWGJyd",
"serviceVersion": "1.0",
"serviceUUID": "997489c2-8e20-4cac-b387-a0643b153bba",
"serviceDescription": "service",
"serviceInvariantUUID": "4f8dcf78-1cd8-4324-9183-da7b27e52791",
"resources": [
{
"resourceInstanceName": "basic_onboard_sWGJyd 0",
"resourceCustomizationUUID": "23fe1f14-3a0c-4762-ad5d-4e4f7051408a",
"resourceName": "basic_onboard_sWGJyd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c",
"resourceInvariantUUID": "bd96413d-a99f-4c9c-90b7-56041c20d270",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_swgjyd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json",
"artifactChecksum": "ZjkyNTg3ZTcxOWQ4NmViNjE5ZWEzOTdjNGFlODQ2Mjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b2f1a612-b6cd-4cde-b145-6c769a7161b2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c6e48263-0c62-42ad-b950-58717589f1d0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc",
"generatedFromUUID": "c6e48263-0c62-42ad-b950-58717589f1d0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSwgjyd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar",
"artifactChecksum": "Mjg2YTg2MGYwYzVjNDg2MGI2MWMzYzVmMDU5NWVkODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "80682188-ce59-4305-b890-a17029edf803"
}
],
"workloadContext": "Production"
}
2021-06-02T03:24:01.881Z||pool-3-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-02T03:24:01.881Z||pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 997489c2-8e20-4cac-b387-a0643b153bba ASDC
2021-06-02T03:24:02.077Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9cb8475c-b479-4d47-ab51-4a2b3179b6b0
ServiceName:basic_onboard_sWGJyd
ServiceVersion:1.0
ServiceUUID:997489c2-8e20-4cac-b387-a0643b153bba
ServiceInvariantUUID:4f8dcf78-1cd8-4324-9183-da7b27e52791
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSwgjyd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar
ArtifactUUID:80682188-ce59-4305-b890-a17029edf803
ArtifactChecksum:Mjg2YTg2MGYwYzVjNDg2MGI2MWMzYzVmMDU5NWVkODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sWGJyd 0
ResourceCustomizationUUID:23fe1f14-3a0c-4762-ad5d-4e4f7051408a
ResourceInvariantUUID:bd96413d-a99f-4c9c-90b7-56041c20d270
ResourceName:basic_onboard_sWGJyd
ResourceType:VF
ResourceUUID:aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_swgjyd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json
ArtifactUUID:b2f1a612-b6cd-4cde-b145-6c769a7161b2
ArtifactChecksum:ZjkyNTg3ZTcxOWQ4NmViNjE5ZWEzOTdjNGFlODQ2Mjc=
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/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c6e48263-0c62-42ad-b950-58717589f1d0
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/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env
ArtifactUUID:ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc
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/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env
ArtifactUUID:ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-02T03:24:02.077Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 997489c2-8e20-4cac-b387-a0643b153bba 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-06-02T03:24:02.283Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-02T03:24:02.285Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||MSO config path is: /app
2021-06-02T03:24:02.286Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||MSO config path is: /app
2021-06-02T03:24:02.286Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: 80682188-ce59-4305-b890-a17029edf803 from URL: /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:02.286Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - download
2021-06-02T03:24:02.287Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:02.753Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||GET Response Status 200
2021-06-02T03:24:02.767Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar 80682188-ce59-4305-b890-a17029edf803 70270
2021-06-02T03:24:02.768Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar ASDC sendASDCNotification
2021-06-02T03:24:02.768Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:02.841Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-02T03:24:02.843Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:24:02.845Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:24:02.846Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604242767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-02T03:24:02.945Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-02T03:24:02.946Z||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-06-02T03:24:02.946Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:24:02.957Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:24:02.958Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-02T03:24:03.846Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-02T03:24:03.848Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||MSO config path is: /app
2021-06-02T03:24:03.849Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Trying to write artifact UUID: 80682188-ce59-4305-b890-a17029edf803, URL: /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/artifacts/service-BasicOnboardSwgjyd-csar.csar to file: /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:03.849Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:04.015Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:04.015Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:04.395Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3942909997706449819/Definitions/service-BasicOnboardSwgjyd-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-06-02T03:24:06.273Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-02T03:24:06.278Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||####################################################################################################
2021-06-02T03:24:06.279Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.279Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-02T03:24:06.279Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sWGJyd 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.279Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||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-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.279Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||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-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||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-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sWGJyd 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-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||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-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||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-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.280Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||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-BasicOnboardSwgjyd-csar.csar
2021-06-02T03:24:06.281Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||WARN|500||####################################################################################################
2021-06-02T03:24:06.289Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.291Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-02T03:24:06.294Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria
2021-06-02T03:24:06.295Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Search for entities recursively
2021-06-02T03:24:06.296Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria
2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Search for entities recursively
2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-02T03:24:06.298Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.299Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is not matching search criteria
2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-02T03:24:06.302Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-02T03:24:06.303Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.303Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-02T03:24:06.304Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.304Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria
2021-06-02T03:24:06.304Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-02T03:24:06.304Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.304Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria
2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is matching search criteria
2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_sWGJyd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template basic_onboard_sWGJyd 0 is not matching search criteria
2021-06-02T03:24:06.305Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d06dfc54-d90b-44d7-a4ac-bbd48c5aa121
2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-02T03:24:06.306Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.307Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-02T03:24:06.307Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:06.307Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-02T03:24:06.307Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_sWGJyd
Description:service
Model UUID:997489c2-8e20-4cac-b387-a0643b153bba
Model Version:NULL
Model InvariantUuid:4f8dcf78-1cd8-4324-9183-da7b27e52791
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_sWGJyd
Model UUID:8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bd96413d-a99f-4c9c-90b7-56041c20d270
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:23fe1f14-3a0c-4762-ad5d-4e4f7051408a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b5310bca-f26d-465f-874a-0fc1b52a4740
ModelName:BasicOnboardSwgjyd..base_ubuntu18..module-0
ModelUuid:529bc647-be95-403e-ae23-65d031277704
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d06dfc54-d90b-44d7-a4ac-bbd48c5aa121
ModelInvariantUuid:7a533bbf-97d8-472e-a4eb-aec110c96317
ModelName:basic_onboard_sWGJyd-nodes.ubuntu18Cvfc
ModelUuid:460d60a5-cbfb-4d88-be42-a803aa3e56a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:481636b7-48ea-4a51-b114-0ae83f9b69fa
ModelInvariantUuid:32bd8766-dbff-49f7-bd48-53a8d30e2760
ModelName:BasicOnboardSwgjyd.compute.nodes.heat.ubuntu18
ModelUuid:f0d02ba8-c6d5-49e2-b406-c80094a084e4
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-06-02T03:24:06.343Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c
2021-06-02T03:24:06.359Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||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-06-02T03:24:06.419Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||basic_onboard_sWGJyd 0
2021-06-02T03:24:06.426Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c
2021-06-02T03:24:06.426Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: b2f1a612-b6cd-4cde-b145-6c769a7161b2 from URL: /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json
2021-06-02T03:24:06.426Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - download
2021-06-02T03:24:06.427Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json
2021-06-02T03:24:06.880Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||GET Response Status 200
2021-06-02T03:24:06.880Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json b2f1a612-b6cd-4cde-b145-6c769a7161b2 798
2021-06-02T03:24:06.880Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json ASDC sendASDCNotification
2021-06-02T03:24:06.881Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json
2021-06-02T03:24:06.881Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-02T03:24:06.881Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:24:06.882Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:24:06.883Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604246880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/basic_onboard_swgjyd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-02T03:24:06.983Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-02T03:24:06.984Z||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-06-02T03:24:06.984Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:24:06.994Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:24:06.995Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-02T03:24:07.884Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSwgjyd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b5310bca-f26d-465f-874a-0fc1b52a4740",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "529bc647-be95-403e-ae23-65d031277704",
"vfModuleModelCustomizationUUID": "5a26029e-509b-498e-ba46-e6ee35bbea56",
"isBase": true,
"artifacts": [
"c6e48263-0c62-42ad-b950-58717589f1d0",
"ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc"
],
"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-06-02T03:24:07.904Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSwgjyd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:529bc647-be95-403e-ae23-65d031277704
VfModuleModelInvariantUUID:b5310bca-f26d-465f-874a-0fc1b52a4740
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6e48263-0c62-42ad-b950-58717589f1d0
,
ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc
}
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-06-02T03:24:07.941Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSwgjyd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b5310bca-f26d-465f-874a-0fc1b52a4740",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "529bc647-be95-403e-ae23-65d031277704",
"vfModuleModelCustomizationUUID": "5a26029e-509b-498e-ba46-e6ee35bbea56",
"isBase": true,
"artifacts": [
"c6e48263-0c62-42ad-b950-58717589f1d0",
"ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc"
],
"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-06-02T03:24:07.941Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSwgjyd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:529bc647-be95-403e-ae23-65d031277704
VfModuleModelInvariantUUID:b5310bca-f26d-465f-874a-0fc1b52a4740
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6e48263-0c62-42ad-b950-58717589f1d0
,
ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc
}
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-06-02T03:24:07.941Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: c6e48263-0c62-42ad-b950-58717589f1d0 from URL: /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml
2021-06-02T03:24:07.941Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - download
2021-06-02T03:24:07.941Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml
2021-06-02T03:24:08.237Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||GET Response Status 200
2021-06-02T03:24:08.237Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml c6e48263-0c62-42ad-b950-58717589f1d0 5033
2021-06-02T03:24:08.238Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-02T03:24:08.238Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml
2021-06-02T03:24:08.238Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-02T03:24:08.238Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:24:08.240Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:24:08.240Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604248238,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-02T03:24:08.340Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-02T03:24:08.341Z||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-06-02T03:24:08.341Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:24:08.350Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:24:08.350Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-02T03:24:09.241Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||Trying to download the artifact UUID: ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc from URL: /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env
2021-06-02T03:24:09.241Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - download
2021-06-02T03:24:09.242Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env
2021-06-02T03:24:09.803Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||GET Response Status 200
2021-06-02T03:24:09.804Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env ac544da7-4fb7-40f6-a7bf-bcbe6c825ebc 909
2021-06-02T03:24:09.804Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-02T03:24:09.804Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env
2021-06-02T03:24:09.804Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-02T03:24:09.804Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-06-02T03:24:09.806Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-02T03:24:09.806Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9cb8475c-b479-4d47-ab51-4a2b3179b6b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1622604249804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSwgjyd/1.0/resourceInstances/basic_onboard_swgjyd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-02T03:24:09.907Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-02T03:24:09.908Z||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-06-02T03:24:09.908Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wPJrnsAEYxkYBclL) ...
2021-06-02T03:24:09.917Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-02T03:24:09.918Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-02T03:24:10.807Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Preparing to deploy Service: 997489c2-8e20-4cac-b387-a0643b153bba
2021-06-02T03:24:10.808Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sWGJyd 0 aceb6e3a-abbf-493b-bf5e-19a3b0bdca8c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-06-02T03:24:10.866Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-02T03:24:10.867Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Service basic_onboard_sWGJyd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-02T03:24:10.867Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Processing vnf with UUID: 8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd
2021-06-02T03:24:10.867Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||Will get resource from SDC using resource id: 8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd
2021-06-02T03:24:10.877Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel to get resource
2021-06-02T03:24:10.907Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel
2021-06-02T03:24:10.910Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|INFO|500||Invoke
2021-06-02T03:24:10.910Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||===========================request begin================================================
2021-06-02T03:24:10.910Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel
2021-06-02T03:24:10.911Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Method : GET
2021-06-02T03:24:10.911Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/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:"9cb8475c-b479-4d47-ab51-4a2b3179b6b0", X-RequestID:"9cb8475c-b479-4d47-ab51-4a2b3179b6b0", X-TransactionID:"9cb8475c-b479-4d47-ab51-4a2b3179b6b0", X-ECOMP-RequestID:"9cb8475c-b479-4d47-ab51-4a2b3179b6b0", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"1fda52a0-cdd2-4578-a5f6-17488c6d0949"]
2021-06-02T03:24:10.912Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Request body:
2021-06-02T03:24:10.912Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||==========================request end================================================
2021-06-02T03:24:11.913Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||============================response begin==========================================
2021-06-02T03:24:11.913Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Status code : 200 OK
2021-06-02T03:24:11.914Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Status text : OK
2021-06-02T03:24:11.914Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node01cov57564bvqi1n2d85i8o84li279.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-BasicOnboardSwgjyd-csar.csar"", Content-MD5:"OGEwYjYxZDEwNDM1NjU4NWJjNGNmZGM3ZWQ5MTlhZGM=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"9cb8475c-b479-4d47-ab51-4a2b3179b6b0", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-06-02T03:24:11.937Z|9cb8475c-b479-4d47-ab51-4a2b3179b6b0|pool-3-thread-8|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/8b0662c2-18b0-47ea-a60c-e0fa1d5fa5dd/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{������D����(>G�!��q�rG;��Fg{�� ��Jp��}d��栬�o{�)������vȂ��Ē
���K�ѻ�&��f���G~DL����e���u�)aUꊁ��3�&�_�Fb��l����m��PK�J�� � PK ��R 4 Definitions/resource-BasicOnboardSwgjyd-template.yml�Ys��������ӑ��̝����i'i��� b��8q~�����v뾤Hg�ُ$�@����1C�ue�� �q̄�P`ڞ��
�-�S�lB����1�5�M����nj�ˢ��u e� �&k@fU LDV�4��y��P��ʊ"���AB@�� b
��NtOv��0f���:�}] �|ېA�oza���9~n<����-]s�|A�M
?"�x