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=d6YZ}C)lCKf$EWwb9jo1k):M -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.5.RELEASE)
2021-04-24T02:30:04.506Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5c678c8db-hbwbb with PID 15 (/app/app.jar started by so in /app)
2021-04-24T02:30:04.512Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE
2021-04-24T02:30:04.513Z||main|||||INFO|500||The following profiles are active: basic
2021-04-24T02:30:09.680Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-24T02:30:09.680Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19]
2021-04-24T02:30:09.787Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-24T02:30:11.285Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-24T02:30:11.399Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-24T02:30:11.541Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-24T02:30:11.557Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-24T02:30:12.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: catalogDB
...]
2021-04-24T02:30:12.796Z||main|||||INFO|500||HHH000412: Hibernate Core {5.3.10.Final}
2021-04-24T02:30:12.800Z||main|||||INFO|500||HHH000206: hibernate.properties not found
2021-04-24T02:30:13.122Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2021-04-24T02:30:13.702Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-24T02:30:16.754Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [
name: requestDB
...]
2021-04-24T02:30:16.969Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB10Dialect
2021-04-24T02:30:18.096Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-24T02:30:18.112Z||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$$bcdc63ab.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:843)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:142)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:316)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
2021-04-24T02:30:18.113Z||main|||||WARN|500||The sdc end point is not alive
2021-04-24T02:30:19.166Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with default SSL Context
2021-04-24T02:30:21.126Z||main|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
2021-04-24T02:30:22.228Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-24T02:30:23.155Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-24T02:30:24.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:30:24.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:30:24.890Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:30:24.917Z||main|||||INFO|500||Started Application in 22.403 seconds (JVM running for 23.303)
2021-04-24T02:30:24.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:30:24.998Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ebefa4e8-2e0e-4f90-97fe-69bbe10c2a70 url= /sdc/v1/artifactTypes
2021-04-24T02:30:24.998Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:30:26.079Z||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.12.62] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-24T02:30:26.083Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1492d514
2021-04-24T02:30:26.083Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-24T02:30:26.178Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-24T02:30:26.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-24T02:30:26.182Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:30:54.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.78.88
2021-04-24T02:31:14.880Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:31:14.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:31:14.880Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:31:14.885Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:31:14.890Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 62f19e60-5a0f-4f96-b3b8-94671a1cdf82 url= /sdc/v1/artifactTypes
2021-04-24T02:31:14.890Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:31:15.903Z||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.12.62] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-24T02:31:15.903Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@505c538d
2021-04-24T02:31:15.903Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-24T02:31:15.904Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-24T02:31:15.904Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-24T02:31:15.904Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:31:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.70.126
2021-04-24T02:32:04.880Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:32:04.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:32:04.880Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:32:04.885Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:32:04.895Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6bfbebf3-cb02-4ab8-a730-4b8e77db1db0 url= /sdc/v1/artifactTypes
2021-04-24T02:32:04.896Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:32:05.921Z||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.12.62] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-24T02:32:05.922Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a374388
2021-04-24T02:32:05.922Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-24T02:32:05.923Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-24T02:32:05.923Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-24T02:32:05.924Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:32:54.880Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:32:54.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:32:54.880Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:32:54.885Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:32:54.890Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2c5bbae-053d-4f78-acfe-a74f32f38dfc url= /sdc/v1/artifactTypes
2021-04-24T02:32:54.890Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:32:55.998Z||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.12.62] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-24T02:32:55.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42606aa3
2021-04-24T02:32:55.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-24T02:32:55.999Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-24T02:32:55.999Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-24T02:32:56.000Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:32:56.003Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.73.46
2021-04-24T02:33:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.70.126
2021-04-24T02:33:44.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:33:44.881Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:33:44.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:33:44.889Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:33:44.978Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7e98497-846d-41f3-8623-e96c16d62629 url= /sdc/v1/artifactTypes
2021-04-24T02:33:44.978Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:33:46.025Z||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.12.62] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-24T02:33:46.026Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e213b30
2021-04-24T02:33:46.027Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-24T02:33:46.027Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-24T02:33:46.027Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-24T02:33:46.028Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:34:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.78.88
2021-04-24T02:34:34.880Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:34:34.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:34:34.880Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:34:34.888Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:34:34.892Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2cf47c26-073a-4129-9e4a-8555d71ae8e5 url= /sdc/v1/artifactTypes
2021-04-24T02:34:34.892Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:34:35.998Z||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.12.62] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-24T02:34:35.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32165b2e
2021-04-24T02:34:35.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-24T02:34:36.000Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-24T02:34:36.000Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-24T02:34:36.000Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:35:24.880Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:35:24.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:35:24.880Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:35:24.889Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:35:24.895Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a017e4d-cea0-44e3-bf79-62ae862aa63d url= /sdc/v1/artifactTypes
2021-04-24T02:35:24.895Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:35:25.924Z||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.12.62] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-24T02:35:25.925Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32a0b1a8
2021-04-24T02:35:25.926Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-24T02:35:25.926Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-24T02:35:25.926Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-24T02:35:25.926Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:36:14.880Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:36:14.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:36:14.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:36:14.887Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:36:14.894Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a89cc158-e928-4a83-ba3f-0fbd5bd9f4b6 url= /sdc/v1/artifactTypes
2021-04-24T02:36:14.894Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:36:15.998Z||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.12.62] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-24T02:36:15.999Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@544fd771
2021-04-24T02:36:15.999Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-24T02:36:16.000Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-24T02:36:16.000Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-24T02:36:16.001Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:36:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.70.126
2021-04-24T02:37:04.880Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:37:04.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:37:04.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:37:04.885Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:37:04.889Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54f9d69f-db41-4340-81d3-789e8e80bd61 url= /sdc/v1/artifactTypes
2021-04-24T02:37:04.890Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:37:06.014Z||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.12.62] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-24T02:37:06.015Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@734d4e1e
2021-04-24T02:37:06.015Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-24T02:37:06.016Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-24T02:37:06.016Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-24T02:37:06.016Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:37:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.73.46
2021-04-24T02:37:54.880Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:37:54.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:37:54.880Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:37:54.884Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:37:54.890Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef0eb401-65ba-4dec-934d-28b851c84047 url= /sdc/v1/artifactTypes
2021-04-24T02:37:54.890Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:37:55.902Z||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.12.62] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:225)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 29 common frames omitted
2021-04-24T02:37:55.903Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f9196a5
2021-04-24T02:37:55.903Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-24T02:37:55.903Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-24T02:37:55.903Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-24T02:37:55.903Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:37:55.905Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.78.88
2021-04-24T02:38:44.880Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:38:44.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:38:44.880Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:38:44.884Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:38:44.895Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 073502d7-0f43-4819-81da-275fd9e6a432 url= /sdc/v1/artifactTypes
2021-04-24T02:38:44.896Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:38:45.167Z||scheduling-1|||||DEBUG|500||GET Response Status 403
2021-04-24T02:38:45.168Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@dea0e67
2021-04-24T02:38:45.168Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_AUTHORIZATION_FAILED, responseMessage=authorization failure for user mso]
2021-04-24T02:38:45.169Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5003",
"text": "Error: Not authorized to use the API.",
"variables": []
}
}
}
2021-04-24T02:38:45.169Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:authorization failure for user mso
2021-04-24T02:38:45.169Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task.
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: authorization failure for user mso
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:232)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-04-24T02:39:34.880Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-24T02:39:34.881Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-24T02:39:34.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-24T02:39:34.887Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-24T02:39:34.895Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20a83b66-5083-42f3-8833-8fbb7752dab0 url= /sdc/v1/artifactTypes
2021-04-24T02:39:34.975Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-24T02:39:35.032Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-24T02:39:35.043Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-24T02:39:35.071Z||scheduling-1|||||DEBUG|500||create keys
2021-04-24T02:39:35.078Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-24T02:39:35.104Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:39:35.120Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5cd500a1-72fc-4b3f-9975-b40698fba68b url= /sdc/v1/registerForDistribution
2021-04-24T02:39:35.259Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5cd500a1-72fc-4b3f-9975-b40698fba68b url= /sdc/v1/registerForDistribution
2021-04-24T02:39:35.260Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-24T02:39:35.268Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:39:35.271Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:39:35.272Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:39:35.273Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:39:35.273Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-24T02:39:35.273Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:39:35.273Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:39:45.489Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:39:45.490Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:40:00.448Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-24T02:40:09.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.73.46
2021-04-24T02:40:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:40:35.268Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:40:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:40:35.268Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:40:35.269Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:40:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:40:44.826Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:40:44.841Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:41:35.267Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:41:35.267Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:41:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:41:35.268Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:41:35.269Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:41:35.270Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:41:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.70.126
2021-04-24T02:41:44.823Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:41:44.831Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:42:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.78.88
2021-04-24T02:42:35.267Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:42:35.268Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:42:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:42:35.269Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:42:35.269Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:42:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:42:44.820Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:42:44.836Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:43:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:43:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:43:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:43:35.268Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:43:35.269Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:43:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:43:44.821Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:43:44.825Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:43:54.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.70.126
2021-04-24T02:44:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:44:35.268Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:44:35.268Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:44:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:44:35.269Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:44:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:44:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.73.46
2021-04-24T02:44:44.875Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:44:44.880Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:45:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.78.88
2021-04-24T02:45:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:45:35.268Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:45:35.269Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:45:35.269Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:45:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:45:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:45:44.824Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:45:44.827Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:46:09.884Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.73.46
2021-04-24T02:46:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:46:35.268Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:46:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:46:35.268Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:46:35.271Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:46:35.271Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:46:44.837Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:46:44.838Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:47:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:47:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:47:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:47:35.268Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:47:35.269Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:47:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:47:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.70.126
2021-04-24T02:47:44.817Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:47:44.821Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:48:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.73.46
2021-04-24T02:48:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:48:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:48:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:48:35.268Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:48:35.269Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:48:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:48:44.812Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:48:44.841Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:49:09.883Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.78.88
2021-04-24T02:49:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:49:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:49:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:49:35.268Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:49:35.269Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:49:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:49:44.829Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:49:44.841Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:50:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:50:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:50:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:50:35.268Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:50:35.269Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:50:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:50:44.811Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:50:44.813Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:51:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.70.126
2021-04-24T02:51:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:51:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:51:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:51:35.268Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:51:35.269Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:51:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:51:44.816Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:51:44.816Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:52:09.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.73.46
2021-04-24T02:52:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:52:35.269Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:52:35.270Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:52:35.270Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:52:35.270Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:52:35.270Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:52:44.838Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:52:44.839Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:52:54.883Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.70.126
2021-04-24T02:53:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:53:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:53:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:53:35.268Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:53:35.269Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:53:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:53:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.78.88
2021-04-24T02:53:44.820Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:53:44.839Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:54:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.73.46
2021-04-24T02:54:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:54:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:54:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:54:35.268Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:54:35.269Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:54:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:54:44.824Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:54:44.826Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:55:09.883Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.70.126
2021-04-24T02:55:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:55:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:55:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:55:35.268Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:55:35.269Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:55:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:55:44.810Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:55:44.849Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:55:54.883Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.73.46
2021-04-24T02:56:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:56:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:56:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:56:35.268Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:56:35.269Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:56:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:56:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.70.126
2021-04-24T02:56:44.819Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:56:44.836Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:57:24.881Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.73.46
2021-04-24T02:57:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:57:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:57:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:57:35.268Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:57:35.269Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:57:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:57:44.867Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:57:44.868Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:58:09.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.78.88
2021-04-24T02:58:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:58:35.268Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:58:35.270Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:58:35.270Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:58:35.270Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:58:35.270Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:58:44.829Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:58:44.830Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:59:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:59:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:59:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:59:35.268Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T02:59:35.269Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T02:59:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T02:59:39.880Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.73.46
2021-04-24T02:59:44.815Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T02:59:44.816Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:00:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:00:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:00:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:00:35.268Z||pool-3-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:00:35.269Z||pool-3-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:00:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:00:44.853Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:00:44.856Z||pool-3-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:01:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.70.126
2021-04-24T03:01:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:01:35.268Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:01:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:01:35.268Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:01:35.269Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:01:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:01:44.814Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:01:44.815Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:02:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:02:35.268Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:02:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:02:35.268Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:02:35.269Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:02:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:02:44.814Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:02:44.844Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:02:54.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.73.46
2021-04-24T03:03:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:03:35.268Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:03:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:03:35.268Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:03:35.269Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:03:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:03:39.881Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.78.88
2021-04-24T03:03:44.817Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:03:44.831Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:04:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.73.46
2021-04-24T03:04:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:04:35.268Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:04:35.269Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:04:35.269Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:04:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:04:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:04:44.821Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:04:44.823Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:05:09.883Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.78.88
2021-04-24T03:05:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:05:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:05:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:05:35.268Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:05:35.269Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:05:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:05:44.811Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:05:44.811Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:05:54.883Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.70.126
2021-04-24T03:06:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:06:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:06:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:06:35.268Z||pool-3-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:06:35.269Z||pool-3-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:06:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:06:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.78.88
2021-04-24T03:06:44.811Z||pool-3-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:06:44.812Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:07:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.70.126
2021-04-24T03:07:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:07:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:07:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:07:35.268Z||pool-3-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:07:35.269Z||pool-3-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:07:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:07:44.818Z||pool-3-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:07:44.833Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:08:09.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.73.46
2021-04-24T03:08:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:08:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:08:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:08:35.268Z||pool-3-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:08:35.269Z||pool-3-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:08:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:08:44.816Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:08:44.819Z||pool-3-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:09:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:09:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:09:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:09:35.268Z||pool-3-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:09:35.269Z||pool-3-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:09:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:09:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.70.126
2021-04-24T03:09:44.814Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:09:44.815Z||pool-3-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:10:24.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.73.46
2021-04-24T03:10:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:10:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:10:35.267Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:10:35.268Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:10:35.269Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:10:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:10:44.810Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:10:44.810Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:11:09.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.73.46 to 10.233.70.126
2021-04-24T03:11:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:11:35.268Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:11:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:11:35.268Z||pool-3-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:11:35.269Z||pool-3-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:11:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:11:44.812Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:11:44.814Z||pool-3-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:12:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:12:35.268Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:12:35.268Z||pool-3-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:12:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:12:35.269Z||pool-3-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:12:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:12:39.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.70.126 to 10.233.78.88
2021-04-24T03:12:44.818Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:12:44.838Z||pool-3-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:13:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:13:35.268Z||pool-3-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:13:35.269Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:13:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:13:35.269Z||pool-3-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:13:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:13:44.817Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:13:44.817Z||pool-3-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:35.267Z||pool-3-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:14:35.267Z||pool-3-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:14:35.268Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:35.268Z||pool-3-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-24T03:14:35.269Z||pool-3-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-24T03:14:35.269Z||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 IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:38.043Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:38.045Z||pool-3-thread-1|||||DEBUG|500||received message from topic
2021-04-24T03:14:38.045Z||pool-3-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1a5672a-4a70-4514-b9f5-def312e279c1","serviceName":"vFW 2021-04-24 03-11-02","serviceVersion":"1.0","serviceUUID":"9299f933-94fb-4273-b0a9-1d90dde13706","serviceDescription":"catalog service description","serviceInvariantUUID":"847d2af0-4338-4585-83dd-d3deeecc6f9a","resources":[{"resourceInstanceName":"vFW 47664047-6979 0","resourceName":"vFW 47664047-6979","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d56e134d-eee4-48f0-96e2-e3bddca8088b","resourceInvariantUUID":"8bafe08d-db67-4ed3-9342-15549179b696","resourceCustomizationUUID":"bbe2e21f-adfb-48e4-99ce-9f1f0c51db8c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vf-license-model.xml","artifactChecksum":"YjI3MjkwMjljOTQ0OTcyOTE3NGYxMGE2NzZiODg3NTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4e3b2f2-5652-4316-ba7f-cd87a280a45c","artifactVersion":"1"},{"artifactName":"vfw4766404769790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vfw4766404769790_modules.json","artifactChecksum":"MWU5OTZkMjExNzFiNzE3OWUzODlmZDBjOWU1MGI4ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20530b67-e7ed-4276-b98b-d527cb63915b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da57c6bd-1df8-4754-9ca3-c10a5edde515","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vendor-license-model.xml","artifactChecksum":"ZTJkZWUwY2U3MGIzNzdkMWJjZTczOGY2ZDc2YzZhZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cf720468-3fb4-41f2-b89d-42f6cff411da","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"efb1620c-5371-4736-8b17-f4a9053b1c04","artifactVersion":"2","generatedFromUUID":"da57c6bd-1df8-4754-9ca3-c10a5edde515"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210424031102-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-template.yml","artifactChecksum":"ZGQ3YjIzNzgyMWFkOTQxNmNkY2MzNDdiMjUzNDRmZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"44c6a338-a63c-4597-a3ee-3ca17212e636","artifactVersion":"1"},{"artifactName":"service-Vfw20210424031102-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar","artifactChecksum":"MWMxZGI3NmViMGY2ZDdjZmMxOTZkM2FhOWQxN2VmNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca17580d-a929-4638-ac95-5a5b2a8e17dc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-24T03:14:38.054Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T03:14:38.080Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:38.088Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:38.088Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234075267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T03:14:38.188Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-04-24T03:14:38.193Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:38.193Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:38.206Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:38.207Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":4,"count":1}
2021-04-24T03:14:38.791Z||pool-3-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:38.792Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-24T03:14:38.792Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234075267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T03:14:38.878Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-24T03:14:38.879Z||pool-3-thread-6|||||DEBUG|500||received message from topic
2021-04-24T03:14:38.879Z||pool-3-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "aai-ml",
"timestamp": 1619234074668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T03:14:38.879Z||pool-3-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-24T03:14:39.093Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T03:14:39.093Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:39.095Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:39.095Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234075267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vfw4766404769790_modules.json",
"status": "NOTIFIED"
}
2021-04-24T03:14:39.195Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T03:14:39.196Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:39.196Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:39.208Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:39.208Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-24T03:14:40.096Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T03:14:40.096Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:40.098Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:40.098Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234075267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-24T03:14:40.198Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T03:14:40.199Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:40.200Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:40.211Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:40.211Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T03:14:41.099Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T03:14:41.100Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:41.101Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:41.102Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234075267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-24T03:14:41.202Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T03:14:41.202Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:41.203Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:41.214Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:41.214Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-24T03:14:42.102Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T03:14:42.103Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:42.105Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:42.105Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234075267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-24T03:14:42.205Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T03:14:42.206Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:42.206Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:42.218Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:42.219Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-24T03:14:43.105Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T03:14:43.106Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:43.107Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:43.108Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234075267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-24T03:14:43.208Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T03:14:43.209Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:43.209Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:43.218Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:43.219Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-24T03:14:44.108Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-24T03:14:44.109Z||pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:44.111Z||pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:44.111Z||pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234075267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar",
"status": "NOTIFIED"
}
2021-04-24T03:14:44.211Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T03:14:44.212Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:44.212Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:44.246Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:44.247Z||pool-10-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2021-04-24T03:14:45.113Z||pool-3-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"serviceName": "vFW 2021-04-24 03-11-02",
"serviceVersion": "1.0",
"serviceUUID": "9299f933-94fb-4273-b0a9-1d90dde13706",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "847d2af0-4338-4585-83dd-d3deeecc6f9a",
"resources": [
{
"resourceInstanceName": "vFW 47664047-6979 0",
"resourceCustomizationUUID": "bbe2e21f-adfb-48e4-99ce-9f1f0c51db8c",
"resourceName": "vFW 47664047-6979",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d56e134d-eee4-48f0-96e2-e3bddca8088b",
"resourceInvariantUUID": "8bafe08d-db67-4ed3-9342-15549179b696",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4766404769790_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vfw4766404769790_modules.json",
"artifactChecksum": "MWU5OTZkMjExNzFiNzE3OWUzODlmZDBjOWU1MGI4ZmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "20530b67-e7ed-4276-b98b-d527cb63915b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "da57c6bd-1df8-4754-9ca3-c10a5edde515",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "efb1620c-5371-4736-8b17-f4a9053b1c04",
"generatedFromUUID": "da57c6bd-1df8-4754-9ca3-c10a5edde515"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "efb1620c-5371-4736-8b17-f4a9053b1c04",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210424031102-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar",
"artifactChecksum": "MWMxZGI3NmViMGY2ZDdjZmMxOTZkM2FhOWQxN2VmNDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca17580d-a929-4638-ac95-5a5b2a8e17dc"
}
],
"workloadContext": "Production"
}
2021-04-24T03:14:45.113Z||pool-3-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-24T03:14:45.114Z||pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9299f933-94fb-4273-b0a9-1d90dde13706 ASDC
2021-04-24T03:14:45.328Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e1a5672a-4a70-4514-b9f5-def312e279c1
ServiceName:vFW 2021-04-24 03-11-02
ServiceVersion:1.0
ServiceUUID:9299f933-94fb-4273-b0a9-1d90dde13706
ServiceInvariantUUID:847d2af0-4338-4585-83dd-d3deeecc6f9a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210424031102-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar
ArtifactUUID:ca17580d-a929-4638-ac95-5a5b2a8e17dc
ArtifactChecksum:MWMxZGI3NmViMGY2ZDdjZmMxOTZkM2FhOWQxN2VmNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 47664047-6979 0
ResourceCustomizationUUID:bbe2e21f-adfb-48e4-99ce-9f1f0c51db8c
ResourceInvariantUUID:8bafe08d-db67-4ed3-9342-15549179b696
ResourceName:vFW 47664047-6979
ResourceType:VF
ResourceUUID:d56e134d-eee4-48f0-96e2-e3bddca8088b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4766404769790_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vfw4766404769790_modules.json
ArtifactUUID:20530b67-e7ed-4276-b98b-d527cb63915b
ArtifactChecksum:MWU5OTZkMjExNzFiNzE3OWUzODlmZDBjOWU1MGI4ZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.yaml
ArtifactUUID:da57c6bd-1df8-4754-9ca3-c10a5edde515
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env
ArtifactUUID:efb1620c-5371-4736-8b17-f4a9053b1c04
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env
ArtifactUUID:efb1620c-5371-4736-8b17-f4a9053b1c04
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-24T03:14:45.375Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9299f933-94fb-4273-b0a9-1d90dde13706 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-04-24T03:14:45.784Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T03:14:45.795Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-24T03:14:45.795Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-24T03:14:45.796Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: ca17580d-a929-4638-ac95-5a5b2a8e17dc from URL: /sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:45.796Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-24T03:14:45.797Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:47.110Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-24T03:14:47.130Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar ca17580d-a929-4638-ac95-5a5b2a8e17dc 105130
2021-04-24T03:14:47.181Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar ASDC sendASDCNotification
2021-04-24T03:14:47.181Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:47.182Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T03:14:47.182Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:47.184Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:47.184Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234087175,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-24T03:14:47.285Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T03:14:47.287Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:47.287Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:47.298Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:47.298Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-24T03:14:48.185Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-24T03:14:48.187Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||MSO config path is: /app
2021-04-24T03:14:48.188Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||Trying to write artifact UUID: ca17580d-a929-4638-ac95-5a5b2a8e17dc, URL: /sdc/v1/catalog/services/Vfw20210424031102/1.0/artifacts/service-Vfw20210424031102-csar.csar to file: /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:48.188Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210424031102-csar.csar
2021-04-24T03:14:48.389Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:48.389Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:48.975Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17764490298966925385/Definitions/service-Vfw20210424031102-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-04-24T03:14:51.476Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-24T03:14:51.480Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||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-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||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-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||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-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.481Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||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-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.482Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.482Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 47664047-6979 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.482Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||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-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.482Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 47664047-6979 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210424031102-csar.csar
2021-04-24T03:14:51.482Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||WARN|500||####################################################################################################
2021-04-24T03:14:51.488Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.489Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-24 03-11-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T03:14:51.492Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vFW 47664047-6979 0 is matching search criteria
2021-04-24T03:14:51.492Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-24T03:14:51.493Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 47664047-6979 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T03:14:51.495Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.495Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-24 03-11-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T03:14:51.495Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vFW 47664047-6979 0 is matching search criteria
2021-04-24T03:14:51.495Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Search for entities recursively
2021-04-24T03:14:51.496Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 47664047-6979 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-24T03:14:51.496Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.496Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-24 03-11-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T03:14:51.499Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.499Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vFW 47664047-6979 0 is not matching search criteria
2021-04-24T03:14:51.500Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-24T03:14:51.500Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-24T03:14:51.500Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-24T03:14:51.500Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.500Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-24T03:14:51.500Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-24T03:14:51.500Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.500Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-24T03:14:51.501Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-24T03:14:51.501Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.501Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-24T03:14:51.501Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-24T03:14:51.501Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-24T03:14:51.501Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-24T03:14:51.501Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.502Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-24T03:14:51.502Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.502Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-24 03-11-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-24T03:14:51.503Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.503Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vFW 47664047-6979 0 is matching search criteria
2021-04-24T03:14:51.503Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 47664047-6979 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T03:14:51.504Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.504Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vFW 47664047-6979 0 is matching search criteria
2021-04-24T03:14:51.504Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 47664047-6979 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T03:14:51.504Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.504Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vFW 47664047-6979 0 is matching search criteria
2021-04-24T03:14:51.504Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Found topology templates [vFW 47664047-6979 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-24T03:14:51.505Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.505Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vFW 47664047-6979 0 is not matching search criteria
2021-04-24T03:14:51.505Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-24T03:14:51.505Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-24T03:14:51.505Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-24T03:14:51.505Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-24T03:14:51.505Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-24T03:14:51.506Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.506Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-24T03:14:51.506Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-24T03:14:51.506Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-24T03:14:51.506Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-24T03:14:51.506Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.506Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce91b8fa-aa69-43a0-a9d9-564a246b3c30
2021-04-24T03:14:51.507Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.507Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vFW 47664047-6979 0 is not matching search criteria
2021-04-24T03:14:51.507Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-24T03:14:51.507Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-24T03:14:51.507Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-24T03:14:51.507Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.508Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-24T03:14:51.508Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-24T03:14:51.508Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.508Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-24T03:14:51.508Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-24T03:14:51.508Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-24T03:14:51.508Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-24T03:14:51.508Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.509Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1e97ac66-3b0c-441d-98a7-ab0eae9ae722
2021-04-24T03:14:51.509Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.509Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vFW 47664047-6979 0 is not matching search criteria
2021-04-24T03:14:51.509Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-24T03:14:51.509Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-24T03:14:51.509Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-24T03:14:51.510Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.510Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-24T03:14:51.510Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-24T03:14:51.510Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.510Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-24T03:14:51.510Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-24T03:14:51.510Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-24T03:14:51.510Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-24T03:14:51.511Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-24T03:14:51.511Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c41a9a9b-2b9e-48a5-a535-6d03b9f6a5d6
2021-04-24T03:14:51.511Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.511Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-24 03-11-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T03:14:51.511Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.511Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-24 03-11-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T03:14:51.511Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.512Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-24 03-11-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T03:14:51.512Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:51.512Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-24 03-11-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T03:14:51.512Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-24 03-11-02
Description:catalog service description
Model UUID:9299f933-94fb-4273-b0a9-1d90dde13706
Model Version:NULL
Model InvariantUuid:847d2af0-4338-4585-83dd-d3deeecc6f9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 47664047-6979
Model UUID:e2c9769c-2501-4960-80fd-e5239270aa5d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8bafe08d-db67-4ed3-9342-15549179b696
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bbe2e21f-adfb-48e4-99ce-9f1f0c51db8c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d9677cf5-f499-40b6-a388-94a2b220a723
ModelName:Vfw476640476979..base_vfw..module-0
ModelUuid:3ba52b06-8c99-4dfc-9e05-c53d153209d2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ce91b8fa-aa69-43a0-a9d9-564a246b3c30
ModelInvariantUuid:6812f677-2458-4f84-8cc4-56b96bfc650e
ModelName:vFW 47664047-6979-nodes.vfwCvfc
ModelUuid:4cc90551-a6b5-452b-a4f1-9de580ac7f63
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:391e5601-7abc-47cf-8d3c-a085ccc9fec8
ModelInvariantUuid:1e653f35-4aa3-48c5-9785-ca84f7d397d6
ModelName:Vfw476640476979.compute.nodes.heat.vfw
ModelUuid:03e91b33-b3a4-45d2-9304-5325e98ff216
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1e97ac66-3b0c-441d-98a7-ab0eae9ae722
ModelInvariantUuid:e2c681ca-3fbc-415f-90eb-d7cf8eb976b6
ModelName:vFW 47664047-6979-nodes.vsnCvfc
ModelUuid:2b3328d1-fc66-41e0-b30a-a56be594b03c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c6f984c6-53bd-4532-9894-706b699f948e
ModelInvariantUuid:43f65d3a-9993-4d39-8550-1f53521bc183
ModelName:Vfw476640476979.compute.nodes.heat.vsn
ModelUuid:6fe931cc-3eed-4668-afea-3d5db7cbca38
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c41a9a9b-2b9e-48a5-a535-6d03b9f6a5d6
ModelInvariantUuid:6dd90430-d20d-4334-87d5-459c88b73a2d
ModelName:vFW 47664047-6979-nodes.vpgCvfc
ModelUuid:2519bba3-d7aa-4325-9918-39e53329abcc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7e6eaf43-3e3d-4494-aba9-19c217fa571f
ModelInvariantUuid:858040aa-9f30-40fb-92e6-c687cef838ce
ModelName:Vfw476640476979.compute.nodes.heat.vpg
ModelUuid:cb78af12-0b6a-4a77-8f19-9c2cbb64b693
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-24T03:14:51.537Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d56e134d-eee4-48f0-96e2-e3bddca8088b
2021-04-24T03:14:51.547Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||HHH000397: Using ASTQueryTranslatorFactory
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-24T03:14:51.625Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||vFW 47664047-6979 0
2021-04-24T03:14:51.632Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d56e134d-eee4-48f0-96e2-e3bddca8088b
2021-04-24T03:14:51.632Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: 20530b67-e7ed-4276-b98b-d527cb63915b from URL: /sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vfw4766404769790_modules.json
2021-04-24T03:14:51.633Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-24T03:14:51.633Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vfw4766404769790_modules.json
2021-04-24T03:14:52.836Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-24T03:14:52.837Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vfw4766404769790_modules.json 20530b67-e7ed-4276-b98b-d527cb63915b 785
2021-04-24T03:14:52.837Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vfw4766404769790_modules.json ASDC sendASDCNotification
2021-04-24T03:14:52.837Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vfw4766404769790_modules.json
2021-04-24T03:14:52.837Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T03:14:52.838Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:52.839Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:52.875Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234092837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/vfw4766404769790_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-24T03:14:52.940Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 65 ms
2021-04-24T03:14:52.941Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:52.941Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:52.950Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:52.950Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-24T03:14:53.879Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw476640476979..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d9677cf5-f499-40b6-a388-94a2b220a723",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3ba52b06-8c99-4dfc-9e05-c53d153209d2",
"vfModuleModelCustomizationUUID": "155d9b28-c04a-4c11-a9f3-75ff085955c5",
"isBase": true,
"artifacts": [
"da57c6bd-1df8-4754-9ca3-c10a5edde515",
"efb1620c-5371-4736-8b17-f4a9053b1c04"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-24T03:14:53.899Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw476640476979..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ba52b06-8c99-4dfc-9e05-c53d153209d2
VfModuleModelInvariantUUID:d9677cf5-f499-40b6-a388-94a2b220a723
VfModuleModelDescription:NULL
Artifacts UUID List:{
da57c6bd-1df8-4754-9ca3-c10a5edde515
,
efb1620c-5371-4736-8b17-f4a9053b1c04
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-24T03:14:53.979Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw476640476979..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d9677cf5-f499-40b6-a388-94a2b220a723",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3ba52b06-8c99-4dfc-9e05-c53d153209d2",
"vfModuleModelCustomizationUUID": "155d9b28-c04a-4c11-a9f3-75ff085955c5",
"isBase": true,
"artifacts": [
"da57c6bd-1df8-4754-9ca3-c10a5edde515",
"efb1620c-5371-4736-8b17-f4a9053b1c04"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-24T03:14:53.980Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw476640476979..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3ba52b06-8c99-4dfc-9e05-c53d153209d2
VfModuleModelInvariantUUID:d9677cf5-f499-40b6-a388-94a2b220a723
VfModuleModelDescription:NULL
Artifacts UUID List:{
da57c6bd-1df8-4754-9ca3-c10a5edde515
,
efb1620c-5371-4736-8b17-f4a9053b1c04
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-24T03:14:53.980Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: da57c6bd-1df8-4754-9ca3-c10a5edde515 from URL: /sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.yaml
2021-04-24T03:14:53.980Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-24T03:14:53.980Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.yaml
2021-04-24T03:14:54.882Z||scheduling-1|||||DEBUG|500||Switched Database IP Address from 10.233.78.88 to 10.233.70.126
2021-04-24T03:14:55.301Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-24T03:14:55.303Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.yaml da57c6bd-1df8-4754-9ca3-c10a5edde515 20368
2021-04-24T03:14:55.303Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-24T03:14:55.303Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.yaml
2021-04-24T03:14:55.303Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T03:14:55.303Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:55.305Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:55.305Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234095303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-24T03:14:55.405Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T03:14:55.406Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:55.406Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:55.505Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:55.506Z||pool-13-thread-1|||||INFO|500||cambria reply ok (101 ms):{"serverTimeMs":0,"count":1}
2021-04-24T03:14:56.306Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||Trying to download the artifact UUID: efb1620c-5371-4736-8b17-f4a9053b1c04 from URL: /sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env
2021-04-24T03:14:56.306Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - download
2021-04-24T03:14:56.306Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env
2021-04-24T03:14:57.262Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||GET Response Status 200
2021-04-24T03:14:57.262Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env efb1620c-5371-4736-8b17-f4a9053b1c04 2098
2021-04-24T03:14:57.263Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-24T03:14:57.263Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env
2021-04-24T03:14:57.263Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-24T03:14:57.263Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-04-24T03:14:57.264Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-24T03:14:57.265Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e1a5672a-4a70-4514-b9f5-def312e279c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619234097262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210424031102/1.0/resourceInstances/vfw4766404769790/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-24T03:14:57.365Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-24T03:14:57.366Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-24T03:14:57.366Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IzbqqpInwlLs3bbQ) ...
2021-04-24T03:14:57.378Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-24T03:14:57.378Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-24T03:14:58.265Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Preparing to deploy Service: 9299f933-94fb-4273-b0a9-1d90dde13706
2021-04-24T03:14:58.266Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 47664047-6979 0 d56e134d-eee4-48f0-96e2-e3bddca8088b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as ARTIFACT1_25_, heatenviro0_.ARTIFACT_CHECKSUM as ARTIFACT2_25_, heatenviro0_.CREATION_TIMESTAMP as CREATION3_25_, heatenviro0_.DESCRIPTION as DESCRIPT4_25_, heatenviro0_.BODY as BODY5_25_, heatenviro0_.NAME as NAME6_25_, heatenviro0_.VERSION as VERSION7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as ARTIFACT1_28_, heattempla0_.ARTIFACT_CHECKSUM as ARTIFACT2_28_, heattempla0_.CREATION_TIMESTAMP as CREATION3_28_, heattempla0_.DESCRIPTION as DESCRIPT4_28_, heattempla0_.BODY as BODY5_28_, heattempla0_.NAME as NAME6_28_, heattempla0_.TIMEOUT_MINUTES as TIMEOUT_7_28_, heattempla0_.VERSION as VERSION8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as ARTIFACT1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as ARTIFACT2_56_0_, toscacsar0_.CREATION_TIMESTAMP as CREATION3_56_0_, toscacsar0_.DESCRIPTION as DESCRIPT4_56_0_, toscacsar0_.NAME as NAME5_56_0_, toscacsar0_.URL as URL6_56_0_, toscacsar0_.Version as Version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as MODEL_UU1_49_, service0_.CDS_BLUEPRINT_NAME as CDS_BLUE2_49_, service0_.CDS_BLUEPRINT_VERSION as CDS_BLUE3_49_, service0_.SERVICE_CATEGORY as SERVICE_4_49_, service0_.CONTROLLER_ACTOR as CONTROLL5_49_, service0_.CREATION_TIMESTAMP as CREATION6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as TOSCA_C21_49_, service0_.DESCRIPTION as DESCRIPT7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as OVERALL_8_49_, service0_.ENVIRONMENT_CONTEXT as ENVIRONM9_49_, service0_.MODEL_INVARIANT_UUID as MODEL_I10_49_, service0_.MODEL_NAME as MODEL_N11_49_, service0_.MODEL_VERSION as MODEL_V12_49_, service0_.NAMING_POLICY as NAMING_13_49_, service0_.ONAP_GENERATED_NAMING as ONAP_GE14_49_, service0_.RESOURCE_ORDER as RESOURC15_49_, service0_.SERVICE_FUNCTION as SERVICE16_49_, service0_.SERVICE_ROLE as SERVICE17_49_, service0_.SERVICE_TYPE as SERVICE18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as SKIP_PO19_49_, service0_.WORKLOAD_CONTEXT as WORKLOA20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-24T03:14:58.308Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-24T03:14:58.309Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Service vFW 2021-04-24 03-11-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-24T03:14:58.309Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Processing vnf with UUID: e2c9769c-2501-4960-80fd-e5239270aa5d
2021-04-24T03:14:58.309Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||Will get resource from SDC using resource id: e2c9769c-2501-4960-80fd-e5239270aa5d
2021-04-24T03:14:58.321Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||||DEBUG|500||will invoke url: https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel to get resource
2021-04-24T03:14:58.349Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1||||https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|WARN|500||Could not Target Entity: https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel
2021-04-24T03:14:58.352Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|INFO|500||Invoke
2021-04-24T03:14:58.352Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|DEBUG|500||===========================request begin================================================
2021-04-24T03:14:58.352Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|DEBUG|500||URI : https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel
2021-04-24T03:14:58.353Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|DEBUG|500||Method : GET
2021-04-24T03:14:58.353Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/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:"e1a5672a-4a70-4514-b9f5-def312e279c1", X-RequestID:"e1a5672a-4a70-4514-b9f5-def312e279c1", X-TransactionID:"e1a5672a-4a70-4514-b9f5-def312e279c1", X-ECOMP-RequestID:"e1a5672a-4a70-4514-b9f5-def312e279c1", X-ONAP-PartnerName:"UNKNOWN", X-InvocationID:"45f02641-9346-41a4-b490-92d95f4ce5a3"]
2021-04-24T03:14:58.353Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|DEBUG|500||Request body:
2021-04-24T03:14:58.353Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|DEBUG|500||==========================request end================================================
2021-04-24T03:14:58.762Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|DEBUG|500||============================response begin==========================================
2021-04-24T03:14:58.763Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|DEBUG|500||Status code : 200 OK
2021-04-24T03:14:58.763Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|DEBUG|500||Status text : OK
2021-04-24T03:14:58.763Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/toscaModel|DEBUG|500||Headers : [Set-Cookie:"JSESSIONID=node0zu01laqsxpwsvuogmxuu251h278.node0; Path=/; Secure", Expires:"Thu, 01 Jan 1970 00:00:00 GMT", Content-Disposition:"attachment; filename="resource-Vfw476640476979-csar.csar"", Content-MD5:"YzYyMWIxOTAwMGNhNmMyZjhjMDQzNDU1NWFhMGM4ZDQ=", Content-Type:"application/octet-stream", X-ECOMP-RequestID:"e1a5672a-4a70-4514-b9f5-def312e279c1", Transfer-Encoding:"chunked", Server:"Jetty(9.4.31.v20200723)"]
2021-04-24T03:14:58.794Z|e1a5672a-4a70-4514-b9f5-def312e279c1|pool-3-thread-1|||Unknown-Target-Entity|https://sdc-be.onap:8443/sdc/v1/catalog/resources/e2c9769c-2501-4960-80fd-e5239270aa5d/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.metaMN�
�0��+��JKs�Qo*��}�[$���h��{�a^�c6��!��Z��1�@Z�U#�<=�J+LD`|�S��@t!���@\�cVg�,Y.����S�ĵ,l�n���)8�b��+�U�N�;x�rM+_N ��X-y/:���$�PKZH�� � PK ��R 1 Definitions/resource-Vfw476640476979-template.yml�]�w�6��_�[�Տ s�ɛc;���q|K�� as2S`�q��#�
����N��Aں�/?�4J\`{��
�0�w0N�?^i�* ֛���ze��/k����/��; Lon�N^��Zx�����zcs9����t:Y�Kg���Zya8r����5GSkhN�3�\X�g��h��- �*�5|m��~1&��lbM��l9_�7L�8ؤY_w0���H"?}146q�m�K�6���[�O��>��^�`��Eϒ�S=>r�4Y�&�6v�mF��1��hh>0G��0'�tj:�l���+��Á�k���ȃ���ځ�毿��&7����/��W �U�����=<�W�%�q<� ~X�w�8�
-!]�|^��
d+�l��ԋ��}m�R����&Zn������(�钥��e��2�ma
c���nQ����J�q,ZӪZ��s�M�(<�)�`�:�iI�N��*r�
x��oL"y�0/��#�p.�ۜ��cv������9�p��wQ�����E�J] !-"�ZqI䯅Σ��1Ҍ�N��I��K��������z�Mٳ��p�\:����� z�nFܚ�{ZL���~�p7\*5��|� A��I�}��ȸ�=��8�۪hގ%3��y�QO���v����F�j-�eKeU��V��?�8 �f6 ��l�N�����mf����&!=�4B�mt�d��v�Tl�H�l�Q{"�(�n
={;T�6���������1\���b0�#�*��V����@�_9E��� ��F��H� 1@��!��=��Acw�o0�L0�"�
=G�ކ�Č� }��
b�V�����EO�׆V �G�����(�3K�>���k����q��x����K����������m=��l��
��� ����{����f:IA�B㷼���8��&�t{�u��d#��G�0��k�o�i��Fj�p5z���~�*+;�B�D�b�.�(5n.�2|,X�W瘊�J$lOً� �Kƾ�@�c�~�/0���7u�5��{5��
������~�J�d��9W��H�Q�c�3ܳ����O�eg�-
a�&�y.���Vh&�F�
f2P�Ob�<��e�ɕ���>l'+�yK:��Y�F�a@<��}N�nEq#�����A�A�p�A�Rγ
�]F:I���\\���ר��F��=���NT��M;Q�� �l�F�q�������i����XQ;R�%u!1@�e�#ޕJ�@R���,��3�*�vT/o��Lg�l&���^B�?��!3�$P�:g0X�Z�����}�'k��? ����xp��w�h$3�������H-��w{oh%�� ~E��|b���@/�̩W��D�
�,>)[�5�էWq��q�Vvޕ~��X�0�G��Q^`����Η|��Fd��y
�X[�,�G�NI��������1D�OIZ�"?�M�wf��Wi���,�3��%��M�X"{������]�+�R�u��b�U����n�?R���C�w��މd��Md�����A7F*?��m����kc��o�h7�K)�Jc�*������d^��5O���4]�|�c���_4Vm����M=����yN;5g�i+dz)L���"�CȈ`�m�!H^�!RAk��8�R���g�����xpB����]����f?�ֹ��=7�lg�<"1�s�T窜�-���o�$%T��.
v^���=�;�9ɛ2�Bt�ױ5�U�,w��1�w`GG
f��h�!l]#$<G��a�nMj�r^��Vy������#�*n�
�