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/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-08-19T13:58:53.561Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-59v2z with PID 15 (/app/app.jar started by so in /app)
2021-08-19T13:58:53.566Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-19T13:58:53.567Z||main|||||INFO|500||The following profiles are active: basic
2021-08-19T13:59:07.487Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-19T13:59:07.489Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-19T13:59:07.642Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-19T13:59:13.166Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-19T13:59:13.527Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-19T13:59:13.990Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-19T13:59:14.004Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-19T13:59:14.174Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-19T13:59:14.650Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-19T13:59:15.566Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-19T13:59:20.228Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-19T13:59:23.504Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-19T13:59:23.550Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-19T13:59:24.227Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-19T13:59:24.507Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-08-19T13:59:26.120Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-19T13:59:27.262Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-19T13:59:27.291Z||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:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$28ab895a.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:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
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:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-19T13:59:27.292Z||main|||||WARN|500||The sdc end point is not alive
2021-08-19T13:59:29.867Z||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-08-19T13:59:32.378Z||main|||||WARN|500||---
2021-08-19T13:59:32.379Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-19T13:59:32.379Z||main|||||WARN|500||---
2021-08-19T13:59:32.788Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-19T13:59:36.686Z||main|||||INFO|500||Started Application in 46.711 seconds (JVM running for 52.636)
2021-08-19T13:59:36.689Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T13:59:36.692Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T13:59:36.715Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T13:59:36.766Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T13:59:36.816Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d4a0fe4-c995-4042-9214-c6b1e56cedad url= /sdc/v1/artifactTypes
2021-08-19T13:59:36.816Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T13:59:37.922Z||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.52.114] 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:376)
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:229)
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-08-19T13:59:37.927Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6839b42
2021-08-19T13:59:37.927Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T13:59:37.938Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T13:59:37.940Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T13:59:37.943Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:00:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:00:26.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:00:26.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:00:26.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:00:26.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6dc90aa1-1049-440e-9225-040b1298397e url= /sdc/v1/artifactTypes
2021-08-19T14:00:26.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:00:27.745Z||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.52.114] 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:376)
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:229)
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-08-19T14:00:27.746Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b9fdb06
2021-08-19T14:00:27.746Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:00:27.746Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:00:27.747Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:00:27.747Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:01:16.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:01:16.681Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:01:16.681Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:01:16.688Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:01:16.698Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef027df7-4192-4722-b593-5006c0835014 url= /sdc/v1/artifactTypes
2021-08-19T14:01:16.699Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:01:17.731Z||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.52.114] 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:376)
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:229)
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-08-19T14:01:17.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e29e201
2021-08-19T14:01:17.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:01:17.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:01:17.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:01:17.733Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:02:06.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:02:06.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:02:06.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:02:06.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:02:06.684Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ad7e975-7cc4-4710-813b-db4533f999d5 url= /sdc/v1/artifactTypes
2021-08-19T14:02:06.684Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:02:07.714Z||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.52.114] 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:376)
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:229)
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-08-19T14:02:07.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58e4c907
2021-08-19T14:02:07.716Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:02:07.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:02:07.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:02:07.718Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:02:56.680Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:02:56.681Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:02:56.681Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:02:56.687Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:02:56.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d9c9414-c9fa-42a3-bff7-9889adcc9523 url= /sdc/v1/artifactTypes
2021-08-19T14:02:56.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:02:57.731Z||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.52.114] 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:376)
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:229)
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-08-19T14:02:57.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a5f7ce5
2021-08-19T14:02:57.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:02:57.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:02:57.735Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:02:57.735Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:03:46.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:03:46.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:03:46.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:03:46.688Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:03:46.700Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3718f838-8e63-4d30-8dc5-946c7c6e5b90 url= /sdc/v1/artifactTypes
2021-08-19T14:03:46.702Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:03:47.747Z||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.52.114] 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:376)
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:229)
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-08-19T14:03:47.749Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b863a56
2021-08-19T14:03:47.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:03:47.750Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:03:47.750Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:03:47.751Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:04:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:04:36.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:04:36.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:04:36.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:04:36.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce70eb57-0d89-4294-880c-aa9d3cd2eb0f url= /sdc/v1/artifactTypes
2021-08-19T14:04:36.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:04:37.732Z||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.52.114] 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:376)
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:229)
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-08-19T14:04:37.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@379adebb
2021-08-19T14:04:37.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:04:37.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:04:37.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:04:37.735Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:05:26.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:05:26.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:05:26.681Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:05:26.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:05:26.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aebbab08-149c-4d06-a64b-325b50f990cd url= /sdc/v1/artifactTypes
2021-08-19T14:05:26.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:05:27.720Z||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.52.114] 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:376)
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:229)
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-08-19T14:05:27.721Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f7ee08f
2021-08-19T14:05:27.722Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:05:27.722Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:05:27.723Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:05:27.723Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:06:16.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:06:16.681Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:06:16.681Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:06:16.690Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:06:16.699Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a75fe500-7fa4-4b53-8689-b2136f8d753e url= /sdc/v1/artifactTypes
2021-08-19T14:06:16.699Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:06:17.734Z||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.52.114] 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:376)
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:229)
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-08-19T14:06:17.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ccf6fe9
2021-08-19T14:06:17.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:06:17.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:06:17.736Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:06:17.737Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:07:06.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:07:06.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:07:06.681Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:07:06.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:07:06.693Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d64ab91-76cd-4896-8556-645b2023b516 url= /sdc/v1/artifactTypes
2021-08-19T14:07:06.693Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:07:07.711Z||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.52.114] 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:376)
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:229)
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-08-19T14:07:07.713Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57cdae63
2021-08-19T14:07:07.713Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:07:07.714Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:07:07.714Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:07:07.714Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:07:56.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:07:56.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:07:56.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:07:56.707Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:07:56.720Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 569eaa6a-0d80-4b36-a093-e5b98b3a6a3e url= /sdc/v1/artifactTypes
2021-08-19T14:07:56.720Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:07:57.763Z||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.52.114] 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:376)
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:229)
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-08-19T14:07:57.764Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74c4f31a
2021-08-19T14:07:57.764Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:07:57.765Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:07:57.765Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:07:57.766Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:08:46.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:08:46.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:08:46.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:08:46.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:08:46.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cb54e41-e76a-4db4-afb9-b9c62a3941bf url= /sdc/v1/artifactTypes
2021-08-19T14:08:46.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:08:47.714Z||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.52.114] 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:376)
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:229)
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-08-19T14:08:47.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c0fab78
2021-08-19T14:08:47.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:08:47.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:08:47.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:08:47.716Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:09:20.032Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-19T14:09:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:09:36.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:09:36.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:09:36.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:09:36.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d427c15c-b957-4170-bbda-7c992c3b0e0a url= /sdc/v1/artifactTypes
2021-08-19T14:09:36.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:09:37.732Z||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.52.114] 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:376)
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:229)
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-08-19T14:09:37.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b0784ee
2021-08-19T14:09:37.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:09:37.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:09:37.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:09:37.734Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:10:26.681Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:10:26.685Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:10:26.686Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:10:26.692Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:10:26.701Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1039f796-5750-4cc7-b361-3cee0bc87f7d url= /sdc/v1/artifactTypes
2021-08-19T14:10:26.702Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:10:27.745Z||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.52.114] 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:376)
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:229)
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-08-19T14:10:27.747Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@668d6f7d
2021-08-19T14:10:27.748Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:10:27.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:10:27.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:10:27.750Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:11:16.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:11:16.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:11:16.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:11:16.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:11:16.700Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02035720-bafd-4963-9fd8-89551178e988 url= /sdc/v1/artifactTypes
2021-08-19T14:11:16.701Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:11:17.730Z||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.52.114] 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:376)
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:229)
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-08-19T14:11:17.731Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68b52d98
2021-08-19T14:11:17.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:11:17.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:11:17.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:11:17.733Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:12:06.684Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:12:06.686Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:12:06.686Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:12:06.693Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:12:06.701Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7373522e-23a6-46e0-ad29-f610d1029505 url= /sdc/v1/artifactTypes
2021-08-19T14:12:06.701Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:12:07.749Z||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.52.114] 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:376)
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:229)
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-08-19T14:12:07.750Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f119c6b
2021-08-19T14:12:07.750Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:12:07.750Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:12:07.751Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:12:07.751Z||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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-08-19T14:12:56.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:12:56.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:12:56.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:12:56.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:12:56.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d68b22fd-4b26-4bd6-9884-0cafb9269162 url= /sdc/v1/artifactTypes
2021-08-19T14:12:56.691Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:12:57.737Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:12:57.738Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5979e0b1
2021-08-19T14:12:57.738Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:12:57.738Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:12:57.739Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:12:57.739Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:13:46.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:13:46.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:13:46.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:13:46.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:13:46.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a16c5e36-f10a-4bb6-95b3-9f4c6efa57b8 url= /sdc/v1/artifactTypes
2021-08-19T14:13:46.686Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:13:47.718Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:13:47.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20cc9517
2021-08-19T14:13:47.720Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:13:47.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:13:47.721Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:13:47.721Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:14:36.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:14:36.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:14:36.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:14:36.687Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:14:36.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0421a89d-66a3-47d4-a2fd-f4d4de11adfc url= /sdc/v1/artifactTypes
2021-08-19T14:14:36.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:14:37.734Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:14:37.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7daf3d34
2021-08-19T14:14:37.736Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:14:37.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:14:37.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:14:37.737Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:15:26.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:15:26.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:15:26.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:15:26.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:15:26.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91637540-5523-418a-be25-10224a201a08 url= /sdc/v1/artifactTypes
2021-08-19T14:15:26.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:15:27.746Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:15:27.747Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38b9afc0
2021-08-19T14:15:27.747Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:15:27.747Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:15:27.748Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:15:27.748Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:16:16.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:16:16.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:16:16.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:16:16.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:16:16.696Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5890a19-c03f-4be1-859c-51588c168af4 url= /sdc/v1/artifactTypes
2021-08-19T14:16:16.696Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:16:17.731Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:16:17.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42d40033
2021-08-19T14:16:17.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:16:17.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:16:17.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:16:17.734Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:17:06.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:17:06.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:17:06.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:17:06.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:17:06.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9eefa40e-3739-410e-abc1-f49ec572372c url= /sdc/v1/artifactTypes
2021-08-19T14:17:06.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:17:07.711Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:17:07.712Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12477870
2021-08-19T14:17:07.712Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:17:07.712Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:17:07.712Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:17:07.712Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:17:56.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:17:56.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:17:56.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:17:56.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:17:56.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27569bd3-c74d-4f9e-a89f-a9920f46df8f url= /sdc/v1/artifactTypes
2021-08-19T14:17:56.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:17:57.734Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:17:57.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b6d8c3a
2021-08-19T14:17:57.736Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:17:57.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:17:57.736Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:17:57.737Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:18:46.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:18:46.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:18:46.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:18:46.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:18:46.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8d3142d5-a98e-46fe-a36e-5ae1bc71c711 url= /sdc/v1/artifactTypes
2021-08-19T14:18:46.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:18:47.717Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:18:47.718Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d0bd9d3
2021-08-19T14:18:47.718Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:18:47.719Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:18:47.719Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:18:47.720Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:19:36.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:19:36.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:19:36.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:19:36.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:19:36.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 256af89a-7386-42ba-8c55-c9bdac9a47e2 url= /sdc/v1/artifactTypes
2021-08-19T14:19:36.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:19:37.730Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:19:37.731Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3865ce25
2021-08-19T14:19:37.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:19:37.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:19:37.732Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:19:37.733Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:20:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:20:26.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:20:26.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:20:26.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:20:26.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 692b8787-84e4-40aa-98a5-dea3fbe21d85 url= /sdc/v1/artifactTypes
2021-08-19T14:20:26.691Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:20:27.715Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:20:27.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46238d2f
2021-08-19T14:20:27.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:20:27.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:20:27.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:20:27.716Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:21:16.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:21:16.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:21:16.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:21:16.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:21:16.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 546d7c85-7749-4da4-a56d-eadd95e20381 url= /sdc/v1/artifactTypes
2021-08-19T14:21:16.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:21:17.734Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:21:17.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@760762b1
2021-08-19T14:21:17.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:21:17.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:21:17.736Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:21:17.737Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:22:06.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:22:06.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:22:06.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:22:06.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:22:06.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00152111-8367-43f4-9176-d6d0f9c44b72 url= /sdc/v1/artifactTypes
2021-08-19T14:22:06.696Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:22:07.711Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:22:07.711Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b044ac4
2021-08-19T14:22:07.712Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:22:07.712Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:22:07.712Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:22:07.712Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:22:56.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:22:56.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:22:56.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:22:56.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:22:56.693Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d181725f-46d7-4fe1-bb0f-ca6516a5586e url= /sdc/v1/artifactTypes
2021-08-19T14:22:56.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:22:57.728Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:22:57.728Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@781a68bc
2021-08-19T14:22:57.728Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:22:57.729Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:22:57.729Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:22:57.729Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:23:46.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:23:46.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:23:46.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:23:46.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:23:46.691Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2ba5f29-0b98-4c6a-b2cd-629b24fe5438 url= /sdc/v1/artifactTypes
2021-08-19T14:23:46.691Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:23:47.714Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:23:47.714Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f95e105
2021-08-19T14:23:47.714Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:23:47.715Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:23:47.715Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:23:47.715Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:24:36.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:24:36.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:24:36.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:24:36.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:24:36.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85a6c975-9e55-4cd8-82de-179c27e8c508 url= /sdc/v1/artifactTypes
2021-08-19T14:24:36.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:24:37.729Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:24:37.729Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70bea3ff
2021-08-19T14:24:37.730Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:24:37.730Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:24:37.730Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:24:37.731Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:25:26.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:25:26.682Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:25:26.682Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:25:26.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:25:26.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c9be4c84-6597-406a-afa3-cf793f5784f6 url= /sdc/v1/artifactTypes
2021-08-19T14:25:26.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:25:27.746Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:25:27.746Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26a332ac
2021-08-19T14:25:27.747Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:25:27.747Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:25:27.748Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:25:27.748Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:26:16.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:26:16.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:26:16.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:26:16.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:26:16.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3eb1cb03-cabb-4305-a0b0-c95e6610d22b url= /sdc/v1/artifactTypes
2021-08-19T14:26:16.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:26:17.732Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:26:17.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b77e778
2021-08-19T14:26:17.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:26:17.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:26:17.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:26:17.734Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:27:06.679Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:27:06.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:27:06.681Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:27:06.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:27:06.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d962afdc-6340-4841-98c0-89d39533b45d url= /sdc/v1/artifactTypes
2021-08-19T14:27:06.696Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:27:07.748Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:27:07.749Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b1e7321
2021-08-19T14:27:07.749Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:27:07.750Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:27:07.750Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:27:07.750Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:27:56.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:27:56.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:27:56.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:27:56.679Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:27:56.685Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a6e2ed2b-4ace-430d-ba09-efbdebcd7e21 url= /sdc/v1/artifactTypes
2021-08-19T14:27:56.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:27:57.730Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:27:57.731Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24ec8504
2021-08-19T14:27:57.731Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:27:57.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:27:57.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:27:57.733Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:28:46.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:28:46.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:28:46.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:28:46.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:28:46.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e3303e3-4611-4677-a768-a4b842b3e2ee url= /sdc/v1/artifactTypes
2021-08-19T14:28:46.690Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:28:47.716Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:28:47.716Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f2b48c0
2021-08-19T14:28:47.717Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:28:47.717Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:28:47.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:28:47.718Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:29:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:29:36.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:29:36.676Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:29:36.679Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:29:36.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19f3861d-d353-4dae-8a08-b79e8db0c760 url= /sdc/v1/artifactTypes
2021-08-19T14:29:36.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:29:37.732Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:29:37.733Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10333bb0
2021-08-19T14:29:37.734Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:29:37.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:29:37.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:29:37.734Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:30:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:30:26.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:30:26.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:30:26.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:30:26.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30c02a9c-21db-4511-b803-521f410b0074 url= /sdc/v1/artifactTypes
2021-08-19T14:30:26.690Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:30:27.714Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:30:27.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47f395d8
2021-08-19T14:30:27.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:30:27.715Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:30:27.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:30:27.717Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:31:16.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:31:16.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:31:16.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:31:16.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:31:16.685Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df719e16-95db-489d-a733-70e4bacfcef5 url= /sdc/v1/artifactTypes
2021-08-19T14:31:16.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:31:17.730Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:31:17.730Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@500e7255
2021-08-19T14:31:17.730Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:31:17.731Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:31:17.731Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:31:17.731Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:32:06.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:32:06.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:32:06.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:32:06.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:32:06.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 44d13060-6149-47da-844c-af43c8e4eb3a url= /sdc/v1/artifactTypes
2021-08-19T14:32:06.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:32:07.712Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:32:07.712Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@113698ca
2021-08-19T14:32:07.712Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:32:07.712Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:32:07.713Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:32:07.713Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:32:56.679Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:32:56.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:32:56.681Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:32:56.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:32:56.694Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ebf7274-e924-4a82-9551-5ead01018709 url= /sdc/v1/artifactTypes
2021-08-19T14:32:56.695Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:32:57.736Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:32:57.736Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b973a4c
2021-08-19T14:32:57.737Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:32:57.738Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:32:57.738Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:32:57.738Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:33:46.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:33:46.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:33:46.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:33:46.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:33:46.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7264188c-b0e9-4d41-8307-3372cf3e85fb url= /sdc/v1/artifactTypes
2021-08-19T14:33:46.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:33:47.716Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:33:47.717Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7645fe49
2021-08-19T14:33:47.717Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:33:47.717Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:33:47.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:33:47.718Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:34:36.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:34:36.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:34:36.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:34:36.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:34:36.693Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d05f1d4-d6b5-421c-87ce-ee02671714bc url= /sdc/v1/artifactTypes
2021-08-19T14:34:36.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:34:37.732Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:34:37.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f3ac8f9
2021-08-19T14:34:37.733Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:34:37.734Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:34:37.734Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:34:37.734Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:35:26.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:35:26.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:35:26.676Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:35:26.678Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:35:26.682Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 543dd1eb-dcb1-46c0-a691-f2c373c95d42 url= /sdc/v1/artifactTypes
2021-08-19T14:35:26.682Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:35:27.714Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:35:27.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39e03689
2021-08-19T14:35:27.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:35:27.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:35:27.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:35:27.717Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:36:16.679Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:36:16.681Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:36:16.681Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:36:16.687Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:36:16.699Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 126c9035-d0b2-48a3-a36d-2bdbf4b4fff9 url= /sdc/v1/artifactTypes
2021-08-19T14:36:16.700Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:36:17.734Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:36:17.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cab4ce2
2021-08-19T14:36:17.735Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:36:17.736Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:36:17.736Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:36:17.736Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:37:06.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:37:06.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:37:06.676Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:37:06.678Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:37:06.684Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 08f92d1c-a2cb-4958-865b-a97712764463 url= /sdc/v1/artifactTypes
2021-08-19T14:37:06.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:37:07.715Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:37:07.716Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7720a9f2
2021-08-19T14:37:07.716Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:37:07.717Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:37:07.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:37:07.717Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:37:56.680Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:37:56.681Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:37:56.681Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:37:56.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:37:56.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 753670ac-ae8e-43f5-a580-8217586d1cdc url= /sdc/v1/artifactTypes
2021-08-19T14:37:56.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:37:57.734Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:37:57.735Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a804b19
2021-08-19T14:37:57.736Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:37:57.737Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:37:57.737Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:37:57.737Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:38:46.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:38:46.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:38:46.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:38:46.686Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:38:46.695Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3abf04a-c00d-414e-a0f4-e368458430e0 url= /sdc/v1/artifactTypes
2021-08-19T14:38:46.696Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:38:47.751Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:38:47.752Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f63f0e3
2021-08-19T14:38:47.753Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:38:47.754Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:38:47.755Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:38:47.755Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:39:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:39:36.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:39:36.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:39:36.679Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:39:36.685Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2442588e-bbce-4ccd-85c1-e5559104ca81 url= /sdc/v1/artifactTypes
2021-08-19T14:39:36.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:39:37.730Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:39:37.731Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6768e5d9
2021-08-19T14:39:37.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:39:37.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:39:37.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:39:37.733Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:40:26.687Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:40:26.688Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:40:26.688Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:40:26.691Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:40:26.698Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 98e2b5af-0762-40bb-ace4-15b0ffa14c92 url= /sdc/v1/artifactTypes
2021-08-19T14:40:26.698Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:40:27.747Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:40:27.748Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6feffb69
2021-08-19T14:40:27.748Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:40:27.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:40:27.749Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:40:27.749Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:41:16.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:41:16.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:41:16.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:41:16.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:41:16.684Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7eac29ce-6778-45b8-b588-c6128c5c417b url= /sdc/v1/artifactTypes
2021-08-19T14:41:16.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:41:17.696Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:41:17.697Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b8536ed
2021-08-19T14:41:17.698Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:41:17.698Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:41:17.698Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:41:17.698Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:42:06.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:42:06.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:42:06.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:42:06.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:42:06.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f39e91cd-b74b-4224-9495-4b15ea206f28 url= /sdc/v1/artifactTypes
2021-08-19T14:42:06.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:42:07.718Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:42:07.719Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e3615c7
2021-08-19T14:42:07.719Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:42:07.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:42:07.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:42:07.721Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:42:56.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:42:56.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:42:56.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:42:56.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:42:56.689Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b58eed01-704a-4107-a0b1-69595871797b url= /sdc/v1/artifactTypes
2021-08-19T14:42:56.689Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:42:57.728Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:42:57.728Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60695b8d
2021-08-19T14:42:57.729Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:42:57.729Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:42:57.729Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:42:57.730Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:43:46.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:43:46.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:43:46.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:43:46.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:43:46.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52059722-1d53-4f26-9a2a-dcc56ceabad0 url= /sdc/v1/artifactTypes
2021-08-19T14:43:46.693Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:43:47.715Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:43:47.716Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@572280b5
2021-08-19T14:43:47.717Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:43:47.717Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:43:47.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:43:47.718Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:44:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:44:36.676Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:44:36.676Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:44:36.678Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:44:36.683Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f79fbd2a-04e6-437f-871b-aaadd4a41f17 url= /sdc/v1/artifactTypes
2021-08-19T14:44:36.683Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:44:37.728Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:44:37.729Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c4159d6
2021-08-19T14:44:37.729Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:44:37.729Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:44:37.729Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:44:37.729Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:45:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:45:26.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:45:26.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:45:26.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:45:26.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= adcf4951-d51d-4bb6-9ddf-23cab7fd6c16 url= /sdc/v1/artifactTypes
2021-08-19T14:45:26.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:45:27.714Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:45:27.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b24d761
2021-08-19T14:45:27.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:45:27.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:45:27.716Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:45:27.717Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:46:16.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:46:16.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:46:16.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:46:16.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:46:16.691Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 214dfea0-b484-499f-9262-6fe4f6783ae9 url= /sdc/v1/artifactTypes
2021-08-19T14:46:16.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:46:17.728Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:46:17.729Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45492677
2021-08-19T14:46:17.729Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:46:17.729Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:46:17.730Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:46:17.730Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:47:06.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:47:06.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:47:06.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:47:06.693Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:47:06.707Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c1562dc-9c5d-4f63-8d12-84a44499a9e6 url= /sdc/v1/artifactTypes
2021-08-19T14:47:06.707Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:47:07.744Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:47:07.744Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e7fdff4
2021-08-19T14:47:07.745Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:47:07.745Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:47:07.745Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:47:07.745Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:47:56.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:47:56.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:47:56.679Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:47:56.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:47:56.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a4c5656-4d23-45ee-a4db-3e55e0b3945d url= /sdc/v1/artifactTypes
2021-08-19T14:47:56.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:47:57.732Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:47:57.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22fd36c2
2021-08-19T14:47:57.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:47:57.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:47:57.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:47:57.733Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:48:46.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:48:46.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:48:46.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:48:46.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:48:46.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56f4d4d3-ff26-461d-bd82-b7fa97d91827 url= /sdc/v1/artifactTypes
2021-08-19T14:48:46.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:48:47.714Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:48:47.715Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3051f591
2021-08-19T14:48:47.715Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:48:47.715Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:48:47.715Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:48:47.717Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:49:36.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:49:36.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:49:36.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:49:36.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:49:36.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d49e6268-12e5-48c2-87ad-b877149e0315 url= /sdc/v1/artifactTypes
2021-08-19T14:49:36.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:49:37.732Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:49:37.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4422678d
2021-08-19T14:49:37.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:49:37.733Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:49:37.733Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:49:37.733Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:50:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:50:26.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:50:26.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:50:26.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:50:26.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52acafae-9607-4053-ae5b-1d9fe509484f url= /sdc/v1/artifactTypes
2021-08-19T14:50:26.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:50:27.717Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:50:27.718Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ba9514f
2021-08-19T14:50:27.719Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:50:27.720Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:50:27.720Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:50:27.720Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:51:16.679Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:51:16.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:51:16.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:51:16.685Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:51:16.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 150c6fb4-2e3e-4784-9165-1756c5a2f7e2 url= /sdc/v1/artifactTypes
2021-08-19T14:51:16.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:51:17.731Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:51:17.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18521834
2021-08-19T14:51:17.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:51:17.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:51:17.732Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:51:17.733Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:52:06.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:52:06.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:52:06.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:52:06.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:52:06.696Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 88240d01-290e-4cae-89b2-e09a3b04eb7e url= /sdc/v1/artifactTypes
2021-08-19T14:52:06.697Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:52:07.750Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:52:07.751Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@216dd074
2021-08-19T14:52:07.751Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:52:07.751Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:52:07.752Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:52:07.755Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:52:56.678Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:52:56.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:52:56.680Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:52:56.684Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:52:56.692Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38f5eeca-603a-41c2-9a51-ad4b2ee1d7c4 url= /sdc/v1/artifactTypes
2021-08-19T14:52:56.693Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:52:57.731Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:52:57.732Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76f423df
2021-08-19T14:52:57.732Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:52:57.732Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:52:57.732Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:52:57.732Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:53:46.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:53:46.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:53:46.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:53:46.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:53:46.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73245ff9-b06b-48ac-b1d2-a4e78f5253e1 url= /sdc/v1/artifactTypes
2021-08-19T14:53:46.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:53:47.715Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:53:47.716Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bb37245
2021-08-19T14:53:47.716Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:53:47.716Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:53:47.717Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:53:47.717Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:54:36.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:54:36.677Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:54:36.677Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:54:36.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:54:36.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dac7f3b2-600e-4cf2-9b2b-9258af904590 url= /sdc/v1/artifactTypes
2021-08-19T14:54:36.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:54:37.730Z||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.52.114] 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:376)
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:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at jdk.internal.reflect.GeneratedMethodAccessor138.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)
... 28 common frames omitted
2021-08-19T14:54:37.730Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@145d7cbe
2021-08-19T14:54:37.730Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-08-19T14:54:37.731Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-08-19T14:54:37.731Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-08-19T14:54:37.731Z||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 jdk.internal.reflect.GeneratedMethodAccessor138.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:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 11 common frames omitted
2021-08-19T14:55:26.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-19T14:55:26.678Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-19T14:55:26.678Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-19T14:55:26.682Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-19T14:55:26.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63d3d5f3-0232-49d5-8263-ecf33a33772c url= /sdc/v1/artifactTypes
2021-08-19T14:55:26.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-19T14:55:26.915Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-19T14:55:26.931Z||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-08-19T14:55:26.961Z||scheduling-1|||||DEBUG|500||create keys
2021-08-19T14:55:26.971Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-19T14:55:27.011Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T14:55:27.029Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7a14f8d9-9a39-44e9-a9ac-1727ca6fb07b url= /sdc/v1/registerForDistribution
2021-08-19T14:55:27.188Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7a14f8d9-9a39-44e9-a9ac-1727ca6fb07b url= /sdc/v1/registerForDistribution
2021-08-19T14:55:27.188Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-19T14:55:27.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T14:55:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T14:55:27.204Z||pool-2-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-08-19T14:55:27.204Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T14:55:27.205Z||pool-2-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-08-19T14:55:27.205Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T14:55:27.205Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-19T14:55:37.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T14:55:37.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T14:56:27.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T14:56:27.196Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T14:56:27.196Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T14:56:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T14:56:27.199Z||pool-2-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-08-19T14:56:27.199Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T14:56:36.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T14:56:36.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T14:57:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T14:57:27.198Z||pool-2-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-08-19T14:57:27.199Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T14:57:27.200Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T14:57:27.200Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T14:57:27.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T14:57:36.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T14:57:36.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T14:58:27.195Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T14:58:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T14:58:27.198Z||pool-2-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-08-19T14:58:27.198Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T14:58:27.198Z||pool-2-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-08-19T14:58:27.199Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T14:58:36.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T14:58:36.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T14:59:27.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T14:59:27.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T14:59:27.201Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T14:59:27.201Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T14:59:27.201Z||pool-2-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-08-19T14:59:27.202Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T14:59:36.797Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T14:59:36.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:00:27.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:00:27.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:00:27.198Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:00:27.198Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:00:27.199Z||pool-2-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-08-19T15:00:27.199Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:00:36.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:00:36.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:01:27.196Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:01:27.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:01:27.199Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:01:27.199Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:01:27.199Z||pool-2-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-08-19T15:01:27.199Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:01:36.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:01:36.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:02:27.195Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:02:27.196Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:02:27.197Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:02:27.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:02:27.198Z||pool-2-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-08-19T15:02:27.199Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:02:36.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:02:36.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:03:27.195Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:03:27.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:03:27.201Z||pool-2-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-08-19T15:03:27.201Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:03:27.202Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:03:27.202Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:03:36.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:03:36.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:04:27.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:04:27.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:04:27.201Z||pool-2-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-08-19T15:04:27.201Z||pool-2-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-08-19T15:04:27.201Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:04:27.201Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:04:36.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:04:36.764Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:05:27.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:05:27.196Z||pool-2-thread-10|||||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-08-19T15:05:27.196Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:05:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:05:27.198Z||pool-2-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-08-19T15:05:27.199Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:05:36.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:05:36.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:06:27.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:06:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:06:27.199Z||pool-2-thread-10|||||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-08-19T15:06:27.199Z||pool-2-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-08-19T15:06:27.199Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:06:27.199Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:06:36.751Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:06:36.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:07:27.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:07:27.197Z||pool-2-thread-10|||||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-08-19T15:07:27.198Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:07:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:07:27.199Z||pool-2-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-08-19T15:07:27.199Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:07:36.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:07:36.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:08:27.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:08:27.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:08:27.199Z||pool-2-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-08-19T15:08:27.199Z||pool-2-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-08-19T15:08:27.200Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:08:27.200Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:08:36.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:08:36.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:09:27.196Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:09:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:09:27.200Z||pool-2-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-08-19T15:09:27.200Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:09:27.200Z||pool-2-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-08-19T15:09:27.202Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:09:36.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:09:36.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:10:27.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:10:27.197Z||pool-2-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-08-19T15:10:27.197Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:10:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:10:27.199Z||pool-2-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-08-19T15:10:27.199Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:10:36.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:10:36.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:11:27.195Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:11:27.197Z||pool-2-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-08-19T15:11:27.197Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:11:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:11:27.198Z||pool-2-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-08-19T15:11:27.198Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:11:36.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:11:36.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:12:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:12:27.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:12:27.200Z||pool-2-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-08-19T15:12:27.200Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:12:27.200Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:12:27.201Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:12:36.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:12:36.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:13:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:13:27.197Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:13:27.197Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:13:27.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:13:27.198Z||pool-2-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-08-19T15:13:27.198Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:13:36.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:13:36.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:14:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:14:27.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:14:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:14:27.198Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:14:27.198Z||pool-2-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-08-19T15:14:27.198Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:14:36.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:14:36.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:15:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:15:27.197Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:15:27.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:15:27.198Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:15:27.198Z||pool-2-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-08-19T15:15:27.198Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:15:36.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:15:36.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:16:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:16:27.198Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:16:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:16:27.198Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:16:27.199Z||pool-2-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-08-19T15:16:27.199Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:16:36.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:16:36.768Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:17:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:17:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:17:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:17:27.198Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:17:27.198Z||pool-2-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-08-19T15:17:27.198Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:17:36.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:17:36.762Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:18:27.195Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:18:27.197Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:18:27.197Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:18:27.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:18:27.198Z||pool-2-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-08-19T15:18:27.198Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:18:36.749Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:18:36.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:19:27.196Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:19:27.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:19:27.198Z||pool-2-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-08-19T15:19:27.198Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:19:27.198Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:19:27.198Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:19:36.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:19:36.752Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:20:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:20:27.197Z||pool-2-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-08-19T15:20:27.197Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:20:27.198Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:20:27.200Z||pool-2-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-08-19T15:20:27.200Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:20:36.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:20:36.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:21:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:21:27.198Z||pool-2-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-08-19T15:21:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:21:27.198Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:21:27.199Z||pool-2-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-08-19T15:21:27.199Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:21:36.763Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:21:36.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:22:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:22:27.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:22:27.198Z||pool-2-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-08-19T15:22:27.198Z||pool-2-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-08-19T15:22:27.199Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:22:27.199Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:22:36.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:22:36.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:23:27.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:23:27.198Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:23:27.198Z||pool-2-thread-10|||||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-08-19T15:23:27.198Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:23:27.198Z||pool-2-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-08-19T15:23:27.198Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:23:36.755Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:23:36.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:24:27.196Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:24:27.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:24:27.199Z||pool-2-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-08-19T15:24:27.199Z||pool-2-thread-10|||||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-08-19T15:24:27.199Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:24:27.199Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:24:36.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:24:36.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:27.195Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:25:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:25:27.199Z||pool-2-thread-10|||||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-08-19T15:25:27.199Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:27.199Z||pool-2-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-08-19T15:25:27.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:27.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:27.851Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3b0c799-b486-4ac8-9b6b-d7df30d383b2","serviceName":"vFW 2021-08-19 15-22-30","serviceVersion":"1.0","serviceUUID":"cfc78bfd-c7c3-47f1-9eea-47af3b062357","serviceDescription":"catalog service description","serviceInvariantUUID":"d30c73f2-6c4f-4116-9abe-ff36cf594281","resources":[{"resourceInstanceName":"vFW 0d4cddf7-9e98 0","resourceName":"vFW 0d4cddf7-9e98","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f","resourceInvariantUUID":"dd8d37b1-ade7-4e49-815c-1ba99c577df7","resourceCustomizationUUID":"386e6891-fd3f-45fa-b831-c693958f044a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml","artifactChecksum":"MjFmYzhmYzA3Y2JjMjUxOGYxMmU2OGVkZGQ4YTFmMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95576b0f-c040-42bd-a48c-61c7a6dd665e","artifactVersion":"1"},{"artifactName":"vfw0d4cddf79e980_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json","artifactChecksum":"OTg4ZmVlMDM0YTAyYTUxMDg2NDhjMTFkODgxZmVjZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f7fe63f5-c75a-4f6b-ba66-7ae3fcb4d65f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c7c4c13-8a76-4e01-a926-808ca239e659","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml","artifactChecksum":"YmMxNjFlODhlODFjMDgwM2VjMjUxMTI4MGYwMzIyN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e4bb88d-6e15-4bed-b141-203fe1b715c8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25c6248b-3767-4549-a8cf-b2e90f61af4d","artifactVersion":"2","generatedFromUUID":"7c7c4c13-8a76-4e01-a926-808ca239e659"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210819152230-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml","artifactChecksum":"NjMxNGJiNTMxZGU5YzYzNGI4OTdiZTM4MDQ4Y2UyOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46df3da9-b252-4831-a0ab-83f25afecf0f","artifactVersion":"1"},{"artifactName":"service-Vfw20210819152230-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar","artifactChecksum":"NDFlZGIwOGYyOGZhYzY2YmI5ZjNmZmNiZjA5MWRkZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d36d9bb7-eb3c-4277-8535-aea9184e3225","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T15:25:27.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386682302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.879Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:25:27.891Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:27.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386685352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "policy-id",
"timestamp": 1629386688443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386682302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386685352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:25:27.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "policy-id",
"timestamp": 1629386688443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386682302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386685352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:25:27.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "policy-id",
"timestamp": 1629386688443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:25:27.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "cds",
"timestamp": 1629386693000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386682302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386685352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "policy-id",
"timestamp": 1629386688443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "cds",
"timestamp": 1629386693000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386682302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386685352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-19T15:25:27.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "policy-id",
"timestamp": 1629386688443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "cds",
"timestamp": 1629386693000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "dcae-sch",
"timestamp": 1629386695308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386682302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386685352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "policy-id",
"timestamp": 1629386688443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "cds",
"timestamp": 1629386693000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "clamp",
"timestamp": 1629386696174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "dcae-sch",
"timestamp": 1629386695308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386682302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386685352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:25:27.909Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:27.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.910Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "policy-id",
"timestamp": 1629386688443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:25:27.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "cds",
"timestamp": 1629386693000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "clamp",
"timestamp": 1629386696174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:25:27.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "dcae-sch",
"timestamp": 1629386695308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "cds",
"timestamp": 1629386693000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "clamp",
"timestamp": 1629386696174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "dcae-sch",
"timestamp": 1629386695308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "cds",
"timestamp": 1629386693000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:25:27.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "clamp",
"timestamp": 1629386696174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "dcae-sch",
"timestamp": 1629386695308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "clamp",
"timestamp": 1629386696174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "dcae-sch",
"timestamp": 1629386695308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386701757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:27.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:27.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "clamp",
"timestamp": 1629386696174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "policy-id",
"timestamp": 1629386701929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:27.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:27.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "dcae-sch",
"timestamp": 1629386695308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386701864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "cds",
"timestamp": 1629386702609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:27.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:27.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "clamp",
"timestamp": 1629386696174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:25:27.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "policy-id",
"timestamp": 1629386702939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:25:27.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:27.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386701864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:27.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:27.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:27.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "cds",
"timestamp": 1629386703632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:25:28.010Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2021-08-19T15:25:28.014Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:25:28.014Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:28.026Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:28.027Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:25:28.120Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2
2021-08-19T15:25:28.147Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:25:28.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "policy-id",
"timestamp": 1629386703948,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:25:28.184Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2
2021-08-19T15:25:28.185Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:25:28.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386704056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:28.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:28.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386701864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:28.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386701864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:28.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386705872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:28.194Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386701864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:28.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "aai-ml",
"timestamp": 1629386706604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:28.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386707386,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:25:28.201Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2
2021-08-19T15:25:28.201Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-19T15:25:28.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386701864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:28.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "aai-ml",
"timestamp": 1629386706604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:28.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386708392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T15:25:28.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:28.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386701864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:25:28.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "aai-ml",
"timestamp": 1629386706604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:28.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386710120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:28.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:28.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "aai-ml",
"timestamp": 1629386706604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:28.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "aai-ml",
"timestamp": 1629386706604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:28.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "aai-ml",
"timestamp": 1629386706604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:28.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "clamp",
"timestamp": 1629386713047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:28.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:28.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "aai-ml",
"timestamp": 1629386706604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:25:28.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:25:28.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "aai-ml",
"timestamp": 1629386714555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:28.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "clamp",
"timestamp": 1629386715058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:25:28.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386715675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:25:28.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "clamp",
"timestamp": 1629386716068,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:25:28.225Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2
2021-08-19T15:25:28.226Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:25:28.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:25:28.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386716681,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:25:28.238Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2
2021-08-19T15:25:28.239Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:25:28.924Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:25:28.924Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:28.926Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:28.926Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:25:29.026Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:29.027Z||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-08-19T15:25:29.027Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:29.043Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:29.044Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:29.926Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:25:29.927Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:29.929Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:29.929Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:25:30.029Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:30.030Z||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-08-19T15:25:30.031Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:30.043Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:30.044Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:30.930Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:25:30.930Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:30.932Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:30.933Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:31.033Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:31.034Z||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-08-19T15:25:31.034Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:31.049Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:31.050Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:31.933Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:25:31.934Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:31.936Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:31.936Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-19T15:25:32.036Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:32.037Z||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-08-19T15:25:32.037Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:32.051Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:32.052Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:25:32.936Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:25:32.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:32.940Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:32.940Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:25:33.040Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:33.041Z||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-08-19T15:25:33.041Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:33.054Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:33.055Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:33.941Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:25:33.942Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:33.944Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:33.944Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:25:34.044Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T15:25:34.046Z||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-08-19T15:25:34.046Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:34.059Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:34.059Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:34.947Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"serviceName": "vFW 2021-08-19 15-22-30",
"serviceVersion": "1.0",
"serviceUUID": "cfc78bfd-c7c3-47f1-9eea-47af3b062357",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d30c73f2-6c4f-4116-9abe-ff36cf594281",
"resources": [
{
"resourceInstanceName": "vFW 0d4cddf7-9e98 0",
"resourceCustomizationUUID": "386e6891-fd3f-45fa-b831-c693958f044a",
"resourceName": "vFW 0d4cddf7-9e98",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f",
"resourceInvariantUUID": "dd8d37b1-ade7-4e49-815c-1ba99c577df7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0d4cddf79e980_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"artifactChecksum": "OTg4ZmVlMDM0YTAyYTUxMDg2NDhjMTFkODgxZmVjZjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f7fe63f5-c75a-4f6b-ba66-7ae3fcb4d65f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7c7c4c13-8a76-4e01-a926-808ca239e659",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "25c6248b-3767-4549-a8cf-b2e90f61af4d",
"generatedFromUUID": "7c7c4c13-8a76-4e01-a926-808ca239e659"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "25c6248b-3767-4549-a8cf-b2e90f61af4d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210819152230-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"artifactChecksum": "NDFlZGIwOGYyOGZhYzY2YmI5ZjNmZmNiZjA5MWRkZGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d36d9bb7-eb3c-4277-8535-aea9184e3225"
}
],
"workloadContext": "Production"
}
2021-08-19T15:25:34.948Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T15:25:34.948Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cfc78bfd-c7c3-47f1-9eea-47af3b062357 ASDC
2021-08-19T15:25:35.103Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:e3b0c799-b486-4ac8-9b6b-d7df30d383b2
ServiceName:vFW 2021-08-19 15-22-30
ServiceVersion:1.0
ServiceUUID:cfc78bfd-c7c3-47f1-9eea-47af3b062357
ServiceInvariantUUID:d30c73f2-6c4f-4116-9abe-ff36cf594281
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210819152230-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar
ArtifactUUID:d36d9bb7-eb3c-4277-8535-aea9184e3225
ArtifactChecksum:NDFlZGIwOGYyOGZhYzY2YmI5ZjNmZmNiZjA5MWRkZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0d4cddf7-9e98 0
ResourceCustomizationUUID:386e6891-fd3f-45fa-b831-c693958f044a
ResourceInvariantUUID:dd8d37b1-ade7-4e49-815c-1ba99c577df7
ResourceName:vFW 0d4cddf7-9e98
ResourceType:VF
ResourceUUID:fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0d4cddf79e980_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json
ArtifactUUID:f7fe63f5-c75a-4f6b-ba66-7ae3fcb4d65f
ArtifactChecksum:OTg4ZmVlMDM0YTAyYTUxMDg2NDhjMTFkODgxZmVjZjU=
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/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml
ArtifactUUID:7c7c4c13-8a76-4e01-a926-808ca239e659
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/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env
ArtifactUUID:25c6248b-3767-4549-a8cf-b2e90f61af4d
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/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env
ArtifactUUID:25c6248b-3767-4549-a8cf-b2e90f61af4d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-19T15:25:35.104Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cfc78bfd-c7c3-47f1-9eea-47af3b062357 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T15:25:35.168Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T15:25:35.170Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-19T15:25:35.171Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-19T15:25:35.172Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d36d9bb7-eb3c-4277-8535-aea9184e3225 from URL: /sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:35.172Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-19T15:25:35.174Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:35.497Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-19T15:25:35.516Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar d36d9bb7-eb3c-4277-8535-aea9184e3225 98708
2021-08-19T15:25:35.518Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar ASDC sendASDCNotification
2021-08-19T15:25:35.518Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:35.519Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:25:35.520Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:35.524Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:35.524Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386735517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:35.622Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-19T15:25:35.624Z||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-08-19T15:25:35.624Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:35.636Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:35.637Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:36.525Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T15:25:36.526Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-19T15:25:36.527Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d36d9bb7-eb3c-4277-8535-aea9184e3225, URL: /sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar to file: /app/ASDC/1/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:36.527Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210819152230-csar.csar
2021-08-19T15:25:36.688Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:36.689Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:37.261Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5905276205568393118/Definitions/service-Vfw20210819152230-template.yml
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
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_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
2021-08-19T15:25:40.116Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T15:25:40.121Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-19T15:25:40.121Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||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-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||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-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||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-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.122Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||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-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||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-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||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-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0d4cddf7-9e98 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-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||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-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||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-Vfw20210819152230-csar.csar
2021-08-19T15:25:40.123Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-19T15:25:40.130Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.131Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:40.135Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:40.136Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-19T15:25:40.137Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T15:25:40.139Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.139Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:40.139Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:40.140Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-19T15:25:40.140Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T15:25:40.140Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.140Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria
2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T15:25:40.144Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:40.145Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.146Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T15:25:40.148Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.148Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:40.148Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:25:40.148Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:25:40.149Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria
2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T15:25:40.150Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=86093daa-bbfd-40c8-a2de-449976bb9dc6
2021-08-19T15:25:40.151Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria
2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.152Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.153Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87b0458a-e9ae-43d8-9453-f7710dbf49d1
2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria
2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.154Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-19T15:25:40.155Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c2539a96-4c38-457b-b966-f929ccd180c3
2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.156Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:40.157Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:40.157Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:40.157Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-19 15-22-30
Description:catalog service description
Model UUID:cfc78bfd-c7c3-47f1-9eea-47af3b062357
Model Version:NULL
Model InvariantUuid:d30c73f2-6c4f-4116-9abe-ff36cf594281
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0d4cddf7-9e98
Model UUID:ad994b90-8562-45d8-892e-790043757ce5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd8d37b1-ade7-4e49-815c-1ba99c577df7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:386e6891-fd3f-45fa-b831-c693958f044a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bb447ccb-3fcb-4cca-a54d-c324018a7f59
ModelName:Vfw0d4cddf79e98..base_vfw..module-0
ModelUuid:8db5ded9-976c-44a8-826f-eea71213b1f0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:86093daa-bbfd-40c8-a2de-449976bb9dc6
ModelInvariantUuid:56d1bb08-36be-47bf-9a8e-22d239e2200c
ModelName:vFW 0d4cddf7-9e98-nodes.vfwCvfc
ModelUuid:02930b72-2fa0-4727-8f3f-24ad227fd8c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2e52e842-4e0d-41db-9699-478615290e3e
ModelInvariantUuid:e612ffc4-df58-421f-857b-881914f36ea3
ModelName:Vfw0d4cddf79e98.compute.nodes.heat.vfw
ModelUuid:f495e1e8-d59e-4f56-9d4a-c954a9536740
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:87b0458a-e9ae-43d8-9453-f7710dbf49d1
ModelInvariantUuid:7f3dd94a-6506-4028-a076-81929e65fca9
ModelName:vFW 0d4cddf7-9e98-nodes.vsnCvfc
ModelUuid:66a594aa-f4ae-4430-813c-bb07530e79c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0e6e747e-e8c3-4707-adf4-80013c5afb96
ModelInvariantUuid:9c308dfb-281b-490a-8aa4-184a4df252c8
ModelName:Vfw0d4cddf79e98.compute.nodes.heat.vsn
ModelUuid:1011a0fd-cfa9-4708-9086-61733c702275
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c2539a96-4c38-457b-b966-f929ccd180c3
ModelInvariantUuid:72af43d6-8a30-46f3-a7a5-d5fbf7efed94
ModelName:vFW 0d4cddf7-9e98-nodes.vpgCvfc
ModelUuid:5dd8f894-1371-4dce-83a5-253fc14652cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:302ecce2-0d3a-45a0-88d6-57ee53eaa2fc
ModelInvariantUuid:6c676db4-a202-4321-b033-c0f6a491c764
ModelName:Vfw0d4cddf79e98.compute.nodes.heat.vpg
ModelUuid:b65af6ab-2c3e-4439-b957-d4d0b8d175b8
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-08-19T15:25:40.173Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f
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-08-19T15:25:40.261Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||vFW 0d4cddf7-9e98 0
2021-08-19T15:25:40.267Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f
2021-08-19T15:25:40.267Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f7fe63f5-c75a-4f6b-ba66-7ae3fcb4d65f from URL: /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json
2021-08-19T15:25:40.268Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-19T15:25:40.268Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json
2021-08-19T15:25:41.650Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-19T15:25:41.651Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json f7fe63f5-c75a-4f6b-ba66-7ae3fcb4d65f 785
2021-08-19T15:25:41.652Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json ASDC sendASDCNotification
2021-08-19T15:25:41.652Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json
2021-08-19T15:25:41.652Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:25:41.653Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:41.656Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:41.656Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386741652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:41.757Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T15:25:41.758Z||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-08-19T15:25:41.758Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:41.771Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:41.773Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:25:42.659Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0d4cddf79e98..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bb447ccb-3fcb-4cca-a54d-c324018a7f59",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8db5ded9-976c-44a8-826f-eea71213b1f0",
"vfModuleModelCustomizationUUID": "0f8ed20b-1be2-4359-a3a9-2e8f54b3009a",
"isBase": true,
"artifacts": [
"7c7c4c13-8a76-4e01-a926-808ca239e659",
"25c6248b-3767-4549-a8cf-b2e90f61af4d"
],
"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-08-19T15:25:42.690Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0d4cddf79e98..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8db5ded9-976c-44a8-826f-eea71213b1f0
VfModuleModelInvariantUUID:bb447ccb-3fcb-4cca-a54d-c324018a7f59
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c7c4c13-8a76-4e01-a926-808ca239e659
,
25c6248b-3767-4549-a8cf-b2e90f61af4d
}
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-08-19T15:25:42.694Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0d4cddf79e98..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bb447ccb-3fcb-4cca-a54d-c324018a7f59",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8db5ded9-976c-44a8-826f-eea71213b1f0",
"vfModuleModelCustomizationUUID": "0f8ed20b-1be2-4359-a3a9-2e8f54b3009a",
"isBase": true,
"artifacts": [
"7c7c4c13-8a76-4e01-a926-808ca239e659",
"25c6248b-3767-4549-a8cf-b2e90f61af4d"
],
"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-08-19T15:25:42.695Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0d4cddf79e98..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8db5ded9-976c-44a8-826f-eea71213b1f0
VfModuleModelInvariantUUID:bb447ccb-3fcb-4cca-a54d-c324018a7f59
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c7c4c13-8a76-4e01-a926-808ca239e659
,
25c6248b-3767-4549-a8cf-b2e90f61af4d
}
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-08-19T15:25:42.695Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c7c4c13-8a76-4e01-a926-808ca239e659 from URL: /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml
2021-08-19T15:25:42.695Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-19T15:25:42.695Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml
2021-08-19T15:25:43.656Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-19T15:25:43.657Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml 7c7c4c13-8a76-4e01-a926-808ca239e659 20368
2021-08-19T15:25:43.657Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-19T15:25:43.657Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml
2021-08-19T15:25:43.657Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:25:43.657Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:43.659Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:43.659Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386743657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:43.759Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:43.760Z||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-08-19T15:25:43.761Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:43.773Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:43.774Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:44.660Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 25c6248b-3767-4549-a8cf-b2e90f61af4d from URL: /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env
2021-08-19T15:25:44.661Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-19T15:25:44.661Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env
2021-08-19T15:25:45.258Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-19T15:25:45.258Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env 25c6248b-3767-4549-a8cf-b2e90f61af4d 2098
2021-08-19T15:25:45.258Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-19T15:25:45.258Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env
2021-08-19T15:25:45.259Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:25:45.259Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:45.261Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:45.261Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386745258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:25:45.362Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:45.363Z||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-08-19T15:25:45.363Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:45.375Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:45.376Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:46.262Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cfc78bfd-c7c3-47f1-9eea-47af3b062357
2021-08-19T15:25:46.262Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0d4cddf7-9e98 0 fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f 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-08-19T15:25:46.307Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.307Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:46.308Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-08-19T15:25:46.308Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 386e6891-fd3f-45fa-b831-c693958f044a
2021-08-19T15:25:46.308Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 386e6891-fd3f-45fa-b831-c693958f044a matches Tosca VF Customization UUID: 386e6891-fd3f-45fa-b831-c693958f044a
2021-08-19T15:25:46.308Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 386e6891-fd3f-45fa-b831-c693958f044a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-19T15:25:46.318Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.318Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:46.320Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 386e6891-fd3f-45fa-b831-c693958f044a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-19T15:25:46.320Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4bf03933
2021-08-19T15:25:46.320Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.320Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T15:25:46.321Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f8ed20b-1be2-4359-a3a9-2e8f54b3009a
2021-08-19T15:25:46.322Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f8ed20b-1be2-4359-a3a9-2e8f54b3009a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-19T15:25:46.329Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.329Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:46.330Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:25:46.330Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.331Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:46.331Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:25:46.331Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.332Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria
2021-08-19T15:25:46.332Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:25:46.332Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:25:46.332Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-19T15:25:46.333Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T15:25:46.333Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T15:25:46.333Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:25:46.334Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:46.334Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T15:25:46.334Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:46.335Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T15:25:46.335Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:25:46.335Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=86093daa-bbfd-40c8-a2de-449976bb9dc6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T15:25:46.345Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.346Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:46.346Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:25:46.347Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.347Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria
2021-08-19T15:25:46.347Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:25:46.347Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:25:46.348Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T15:25:46.348Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:46.348Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:25:46.348Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:25:46.348Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T15:25:46.349Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-19T15:25:46.349Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T15:25:46.349Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:46.350Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T15:25:46.350Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:25:46.350Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87b0458a-e9ae-43d8-9453-f7710dbf49d1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T15:25:46.354Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.354Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:46.354Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:25:46.357Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.357Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is not matching search criteria
2021-08-19T15:25:46.358Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:25:46.358Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:25:46.358Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T15:25:46.358Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:46.359Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:25:46.359Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:25:46.359Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T15:25:46.359Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T15:25:46.360Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T15:25:46.360Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:25:46.360Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T15:25:46.360Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-19T15:25:46.360Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c2539a96-4c38-457b-b966-f929ccd180c3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T15:25:46.363Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.363Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:46.363Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:25:46.364Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.364Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Node template vFW 0d4cddf7-9e98 0 is matching search criteria
2021-08-19T15:25:46.364Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0d4cddf7-9e98 0] matching following query criteria: sdcType=VF, customizationUUID=386e6891-fd3f-45fa-b831-c693958f044a
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-08-19T15:25:46.368Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.368Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:46.369Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cfc78bfd-c7c3-47f1-9eea-47af3b062357: vFW 0d4cddf7-9e98
2021-08-19T15:25:46.369Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.369Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:46.369Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.369Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:46.370Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.370Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:46.370Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.371Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:46.371Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:25:46.371Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-08-19 15-22-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:25:46.372Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-08-19 15-22-30
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:25:46.735Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0d4cddf7-9e98 fe3decbb-ce39-4bc0-98bc-ac63ceb0f24f 1 ASDC deployResourceStructure
2021-08-19T15:25:46.735Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json ASDC sendASDCNotification
2021-08-19T15:25:46.736Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json
2021-08-19T15:25:46.736Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T15:25:46.736Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:46.739Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:46.739Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386746735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T15:25:46.840Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:46.841Z||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-08-19T15:25:46.841Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:46.858Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:46.859Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:47.740Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-19T15:25:47.740Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml
2021-08-19T15:25:47.740Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T15:25:47.741Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:47.743Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:47.743Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386747740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-19T15:25:47.843Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:47.845Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:25:47.845Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:47.858Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:47.858Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:48.745Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-19T15:25:48.745Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env
2021-08-19T15:25:48.745Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T15:25:48.746Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:48.747Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:48.747Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386748743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-19T15:25:48.848Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:48.849Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:25:48.849Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:48.862Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:48.863Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:49.748Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar ASDC sendASDCNotification
2021-08-19T15:25:49.749Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar
2021-08-19T15:25:49.749Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T15:25:49.749Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:25:49.752Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:25:49.752Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386749748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:25:49.852Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:25:49.853Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:25:49.853Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:25:49.866Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:25:49.867Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:25:50.753Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2
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: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:25:50.772Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:25:50.778Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T15:25:50.778Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T15:25:50.778Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T15:26:20.779Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2
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: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:26:20.798Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:26:20.803Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T15:26:20.804Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T15:26:20.804Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T15:26:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:26:27.200Z||pool-2-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-08-19T15:26:27.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:26:27.329Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:26:27.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:26:27.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:26:27.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:26:50.804Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2
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: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:26:50.815Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:26:50.818Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T15:26:50.819Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T15:26:50.819Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T15:27:20.820Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2
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: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:27:20.839Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:27:20.844Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T15:27:20.844Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-19T15:27:20.844Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-19T15:27:27.199Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:27:27.202Z||pool-2-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-08-19T15:27:27.202Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:27:27.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:27:27.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "aai-ml",
"timestamp": 1629386730061,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-08-19T15:27:27.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "aai-ml",
"timestamp": 1629386731067,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:27:27.756Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e3b0c799-b486-4ac8-9b6b-d7df30d383b2
2021-08-19T15:27:27.757Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:27:27.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386727195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386735517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386741652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "dcae-sch",
"timestamp": 1629386735305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "aai-ml",
"timestamp": 1629386736605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386742302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "cds",
"timestamp": 1629386738000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386743657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "dcae-sch",
"timestamp": 1629386735305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386742302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "aai-ml",
"timestamp": 1629386736605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "cds",
"timestamp": 1629386738000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "aai-ml",
"timestamp": 1629386736605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386742302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "dcae-sch",
"timestamp": 1629386735305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "cds",
"timestamp": 1629386738000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386745258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "aai-ml",
"timestamp": 1629386736605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386742302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "dcae-sch",
"timestamp": 1629386735305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "cds",
"timestamp": 1629386738000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386745352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386746735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/vfw0d4cddf79e980_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T15:27:27.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "aai-ml",
"timestamp": 1629386736605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "dcae-sch",
"timestamp": 1629386735305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386742302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386745352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "cds",
"timestamp": 1629386738000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386747740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-19T15:27:27.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "aai-ml",
"timestamp": 1629386736605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386742302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "dcae-sch",
"timestamp": 1629386735305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "cds",
"timestamp": 1629386738000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386745352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386748743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/resourceInstances/vfw0d4cddf79e980/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-19T15:27:27.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "aai-ml",
"timestamp": 1629386736605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "ves-openapi-manager",
"timestamp": 1629386742302,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "dcae-sch",
"timestamp": 1629386735305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386745352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "cds",
"timestamp": 1629386738000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "policy-id",
"timestamp": 1629386748443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386749748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819152230/1.0/artifacts/service-Vfw20210819152230-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:27:27.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386745352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "policy-id",
"timestamp": 1629386748443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "aai-ml",
"timestamp": 1629386750626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "cds",
"timestamp": 1629386750710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386745352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "policy-id",
"timestamp": 1629386748443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "cds",
"timestamp": 1629386751717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-08-19T15:27:27.819Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36
2021-08-19T15:27:27.819Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:27:27.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386745352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "policy-id",
"timestamp": 1629386748443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "policy-id",
"timestamp": 1629386748443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386753279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "policy-id",
"timestamp": 1629386748443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386754448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "policy-id",
"timestamp": 1629386748443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386755776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386756815,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:27:27.835Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36
2021-08-19T15:27:27.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:27:27.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "clamp",
"timestamp": 1629386756172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "aai-ml",
"timestamp": 1629386756892,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-08-19T15:27:27.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "policy-id",
"timestamp": 1629386756879,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629386757819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T15:27:27.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "clamp",
"timestamp": 1629386756172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "aai-ml",
"timestamp": 1629386757895,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:27:27.852Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36
2021-08-19T15:27:27.852Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:27:27.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "policy-id",
"timestamp": 1629386757887,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:27:27.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "clamp",
"timestamp": 1629386756172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "policy-id",
"timestamp": 1629386758890,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:27:27.867Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36
2021-08-19T15:27:27.867Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-19T15:27:27.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "clamp",
"timestamp": 1629386756172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "clamp",
"timestamp": 1629386756172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "clamp",
"timestamp": 1629386756172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386761865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "clamp",
"timestamp": 1629386756172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386761865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386761865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386761865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386761865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386761865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:27:27.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386761865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:27:27.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386770095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "clamp",
"timestamp": 1629386771044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:27:27.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386772850,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:27:27.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629386773855,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:27:27.890Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36
2021-08-19T15:27:27.890Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:27:27.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "clamp",
"timestamp": 1629386774050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:27:27.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:27:27.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:27:27.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "clamp",
"timestamp": 1629386775054,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:27:27.905Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91a2670b-91a5-4fe0-a884-1b53f2255a36
2021-08-19T15:27:27.905Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91a2670b-91a5-4fe0-a884-1b53f2255a36 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:27:50.845Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2
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: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:27:50.859Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:27:50.863Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T15:27:50.863Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T15:27:50.864Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T15:27:50.864Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T15:27:50.864Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2021-08-19T15:27:50.865Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:27:50.870Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T15:28:20.871Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T15:28:20.884Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and serviceModelVersionId: cfc78bfd-c7c3-47f1-9eea-47af3b062357
2021-08-19T15:28:20.885Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d30c73f2-6c4f-4116-9abe-ff36cf594281
2021-08-19T15:28:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:28:27.199Z||pool-2-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-08-19T15:28:27.200Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:34.197Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0
2021-08-19T15:28:34.300Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T15:28:34.781Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|INFO|500||Invoke
2021-08-19T15:28:34.788Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3b0c799-b486-4ac8-9b6b-d7df30d383b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c68eccb-b2d4-4845-9fa6-a2cb92e0f1e2], X-ECOMP-RequestID=[e3b0c799-b486-4ac8-9b6b-d7df30d383b2], X-TransactionId=[], X-ONAP-RequestID=[e3b0c799-b486-4ac8-9b6b-d7df30d383b2], Content-Type=[application/merge-patch+json]}
2021-08-19T15:28:34.961Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-08-19T15:28:35.032Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210819-15:28:34:975-59472], Content-Length=[495], Date=[Thu, 19 Aug 2021 15:28:34 GMT], Content-Type=[application/json]}
2021-08-19T15:28:35.034Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357","ERR.5.4.6114"]}}}
2021-08-19T15:28:35.035Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357?depth=0|INFO|404|Not Found|InvokeReturn
2021-08-19T15:28:35.058Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec=ERR.5.4.6114)
2021-08-19T15:28:35.058Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
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)
2021-08-19T15:28:35.059Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec=ERR.5.4.6114)
2021-08-19T15:28:35.059Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec=ERR.5.4.6114)
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-08-19T15:28:35.065Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
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)
2021-08-19T15:28:35.066Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3b0c799-b486-4ac8-9b6b-d7df30d383b2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=e3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec=ERR.5.4.6114)
2021-08-19T15:28:35.068Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-08-19T15:28:35.069Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:35.072Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:35.072Z|e3b0c799-b486-4ac8-9b6b-d7df30d383b2|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386915066,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec\u003dERR.5.4.6114)"
}
2021-08-19T15:28:35.172Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:28:35.173Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:35.173Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:35.187Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:35.188Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:35.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:35.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:28:35.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e3b0c799-b486-4ac8-9b6b-d7df30d383b2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386915066,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003de3b0c799-b486-4ac8-9b6b-d7df30d383b2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d30c73f2-6c4f-4116-9abe-ff36cf594281/model-vers/model-ver/cfc78bfd-c7c3-47f1-9eea-47af3b062357) (ec\u003dERR.5.4.6114)"
}
2021-08-19T15:28:35.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T15:28:36.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:28:36.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:28:36.102Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:40.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:40.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-19T15:28:40.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"91a2670b-91a5-4fe0-a884-1b53f2255a36","serviceName":"basic_onboard_aBhrES","serviceVersion":"1.0","serviceUUID":"9feab51e-bf69-4cec-a98d-c95a95c7c9b2","serviceDescription":"service","serviceInvariantUUID":"7404a750-03fa-4fef-a781-2a8393b745eb","resources":[{"resourceInstanceName":"basic_onboard_aBhrES 0","resourceName":"basic_onboard_aBhrES","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0f3c780-83ef-40d3-8b99-245fbfad89bf","resourceInvariantUUID":"8138e142-f911-4524-84ec-2f2d263219e5","resourceCustomizationUUID":"4907a9d7-0b65-4baa-8b63-1b4dd6e633f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml","artifactChecksum":"MmYyZDljMGI3OGQwMDM0N2U5N2EwNWM4YWQ2NGIyNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46adbaa0-3365-4009-885f-e9787017f463","artifactVersion":"1"},{"artifactName":"basic_onboard_abhres0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json","artifactChecksum":"MjRlZTA5OWE4MWE5Y2IyZjFhY2RlNDVkMDRhNzI1OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aae3bece-3146-46a0-8d1d-cb6daa4a3763","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"376460be-4f1c-49d4-9a13-2342158f7436","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"35865df5-7769-4bd4-964f-9e13377afc0c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b2f84bca-6078-4a7c-920d-9ff5d0136579","artifactVersion":"2","generatedFromUUID":"376460be-4f1c-49d4-9a13-2342158f7436"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAbhres-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml","artifactChecksum":"ZGQ2MmYwNDFjOGI2NWI1MDExNGYxZjU2YWI1ZTM4MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"143b9da4-6b63-478e-87c4-fbfa9c574d41","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAbhres-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar","artifactChecksum":"Mjk0ZWM3Yjc5ZDlhOTJlNWViMGE0NDljOGE5YzY0YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"031e5083-39ab-4f51-b613-992e4afb62c6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T15:28:40.526Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:28:40.527Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:40.533Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:40.533Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:28:40.633Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:28:40.634Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:40.634Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:40.648Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:40.649Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:41.536Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:28:41.538Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:41.543Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:41.543Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:28:41.643Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:28:41.644Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:41.644Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:41.660Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:41.661Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:42.544Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:28:42.546Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:42.549Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:42.549Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:28:42.649Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:28:42.651Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:42.651Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:42.664Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:42.665Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:28:43.550Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:28:43.552Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:43.555Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:43.555Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:28:43.657Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T15:28:43.660Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:43.660Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:43.674Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:43.675Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:44.556Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:28:44.557Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:44.559Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:44.564Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-19T15:28:44.660Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-08-19T15:28:44.661Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:44.661Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:44.674Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:44.675Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:45.565Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:28:45.566Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:45.568Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:45.568Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:28:45.668Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T15:28:45.669Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:45.670Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:45.684Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:45.685Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:46.569Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:28:46.570Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:46.574Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:46.574Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:28:46.674Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:28:46.675Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:46.675Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:46.691Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:46.692Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:47.586Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"serviceName": "basic_onboard_aBhrES",
"serviceVersion": "1.0",
"serviceUUID": "9feab51e-bf69-4cec-a98d-c95a95c7c9b2",
"serviceDescription": "service",
"serviceInvariantUUID": "7404a750-03fa-4fef-a781-2a8393b745eb",
"resources": [
{
"resourceInstanceName": "basic_onboard_aBhrES 0",
"resourceCustomizationUUID": "4907a9d7-0b65-4baa-8b63-1b4dd6e633f6",
"resourceName": "basic_onboard_aBhrES",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d0f3c780-83ef-40d3-8b99-245fbfad89bf",
"resourceInvariantUUID": "8138e142-f911-4524-84ec-2f2d263219e5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_abhres0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"artifactChecksum": "MjRlZTA5OWE4MWE5Y2IyZjFhY2RlNDVkMDRhNzI1OTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aae3bece-3146-46a0-8d1d-cb6daa4a3763",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "376460be-4f1c-49d4-9a13-2342158f7436",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b2f84bca-6078-4a7c-920d-9ff5d0136579",
"generatedFromUUID": "376460be-4f1c-49d4-9a13-2342158f7436"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b2f84bca-6078-4a7c-920d-9ff5d0136579",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAbhres-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"artifactChecksum": "Mjk0ZWM3Yjc5ZDlhOTJlNWViMGE0NDljOGE5YzY0YTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "031e5083-39ab-4f51-b613-992e4afb62c6"
}
],
"workloadContext": "Production"
}
2021-08-19T15:28:47.588Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T15:28:47.588Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9feab51e-bf69-4cec-a98d-c95a95c7c9b2 ASDC
2021-08-19T15:28:47.589Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:91a2670b-91a5-4fe0-a884-1b53f2255a36
ServiceName:basic_onboard_aBhrES
ServiceVersion:1.0
ServiceUUID:9feab51e-bf69-4cec-a98d-c95a95c7c9b2
ServiceInvariantUUID:7404a750-03fa-4fef-a781-2a8393b745eb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAbhres-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar
ArtifactUUID:031e5083-39ab-4f51-b613-992e4afb62c6
ArtifactChecksum:Mjk0ZWM3Yjc5ZDlhOTJlNWViMGE0NDljOGE5YzY0YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aBhrES 0
ResourceCustomizationUUID:4907a9d7-0b65-4baa-8b63-1b4dd6e633f6
ResourceInvariantUUID:8138e142-f911-4524-84ec-2f2d263219e5
ResourceName:basic_onboard_aBhrES
ResourceType:VF
ResourceUUID:d0f3c780-83ef-40d3-8b99-245fbfad89bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_abhres0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json
ArtifactUUID:aae3bece-3146-46a0-8d1d-cb6daa4a3763
ArtifactChecksum:MjRlZTA5OWE4MWE5Y2IyZjFhY2RlNDVkMDRhNzI1OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml
ArtifactUUID:376460be-4f1c-49d4-9a13-2342158f7436
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env
ArtifactUUID:b2f84bca-6078-4a7c-920d-9ff5d0136579
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env
ArtifactUUID:b2f84bca-6078-4a7c-920d-9ff5d0136579
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-19T15:28:47.589Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9feab51e-bf69-4cec-a98d-c95a95c7c9b2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T15:28:47.655Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T15:28:47.656Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-19T15:28:47.656Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-19T15:28:47.656Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 031e5083-39ab-4f51-b613-992e4afb62c6 from URL: /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:47.656Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-19T15:28:47.657Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:48.288Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-19T15:28:48.291Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar 031e5083-39ab-4f51-b613-992e4afb62c6 71357
2021-08-19T15:28:48.292Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar ASDC sendASDCNotification
2021-08-19T15:28:48.292Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:48.292Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:28:48.292Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:48.295Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:48.295Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386928292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:28:48.396Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:28:48.397Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:48.397Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:48.411Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:48.412Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:49.296Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T15:28:49.297Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-19T15:28:49.298Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 031e5083-39ab-4f51-b613-992e4afb62c6, URL: /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar to file: /app/ASDC/1/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:49.298Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:49.298Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:49.298Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:49.659Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12587426825282616905/Definitions/service-BasicOnboardAbhres-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-08-19T15:28:50.873Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aBhrES 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||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-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:50.874Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||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-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||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-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||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-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||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-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:50.875Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-08-19T15:28:50.876Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.876Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:50.876Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria
2021-08-19T15:28:50.876Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-08-19T15:28:50.877Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T15:28:50.877Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.877Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:50.877Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria
2021-08-19T15:28:50.878Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-08-19T15:28:50.878Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T15:28:50.878Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.878Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is not matching search criteria
2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-19T15:28:50.879Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T15:28:50.880Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T15:28:50.880Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.880Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T15:28:50.880Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.881Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria
2021-08-19T15:28:50.881Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:28:50.881Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.881Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria
2021-08-19T15:28:50.881Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:28:50.882Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.882Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria
2021-08-19T15:28:50.882Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:28:50.882Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.882Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is not matching search criteria
2021-08-19T15:28:50.883Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-19T15:28:50.883Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T15:28:50.883Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb931e3e-5a20-4900-b8fa-3ca1047ce6fe
2021-08-19T15:28:50.883Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.883Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:50.884Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.884Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:50.884Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.884Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:50.885Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:50.885Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:50.885Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_aBhrES
Description:service
Model UUID:9feab51e-bf69-4cec-a98d-c95a95c7c9b2
Model Version:NULL
Model InvariantUuid:7404a750-03fa-4fef-a781-2a8393b745eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_aBhrES
Model UUID:bdb5579f-3b48-4d8c-89b1-876cfc6913c9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8138e142-f911-4524-84ec-2f2d263219e5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4907a9d7-0b65-4baa-8b63-1b4dd6e633f6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b1ad7b22-a160-4400-953f-be906a2103e2
ModelName:BasicOnboardAbhres..base_ubuntu18..module-0
ModelUuid:132b6849-7e19-45ec-82e8-9c2171757d7f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bb931e3e-5a20-4900-b8fa-3ca1047ce6fe
ModelInvariantUuid:cdfacdeb-c72f-408b-846a-a9a0d446ed6e
ModelName:basic_onboard_aBhrES-nodes.ubuntu18Cvfc
ModelUuid:db661bdd-7f91-4d47-8b79-d4fb2589f20c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:33af8b7f-4555-46d9-bd6b-70ffdbf68ef4
ModelInvariantUuid:90caedb1-fcb6-4670-ac64-b6e6eb5e092e
ModelName:BasicOnboardAbhres.compute.nodes.heat.ubuntu18
ModelUuid:bce51373-4f3c-4bff-a262-050d512eada2
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-08-19T15:28:50.892Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d0f3c780-83ef-40d3-8b99-245fbfad89bf
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-08-19T15:28:50.898Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||basic_onboard_aBhrES 0
2021-08-19T15:28:50.898Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0f3c780-83ef-40d3-8b99-245fbfad89bf
2021-08-19T15:28:50.898Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aae3bece-3146-46a0-8d1d-cb6daa4a3763 from URL: /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json
2021-08-19T15:28:50.898Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-19T15:28:50.899Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json
2021-08-19T15:28:51.400Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-19T15:28:51.400Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json aae3bece-3146-46a0-8d1d-cb6daa4a3763 798
2021-08-19T15:28:51.401Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json ASDC sendASDCNotification
2021-08-19T15:28:51.401Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json
2021-08-19T15:28:51.402Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:28:51.402Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:51.404Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:51.404Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386931401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:28:51.504Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:28:51.505Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:51.505Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:51.519Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:51.520Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:52.405Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAbhres..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b1ad7b22-a160-4400-953f-be906a2103e2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "132b6849-7e19-45ec-82e8-9c2171757d7f",
"vfModuleModelCustomizationUUID": "38a30a3e-6f6f-45f3-8af1-d22de108abcb",
"isBase": true,
"artifacts": [
"376460be-4f1c-49d4-9a13-2342158f7436",
"b2f84bca-6078-4a7c-920d-9ff5d0136579"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-19T15:28:52.410Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAbhres..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:132b6849-7e19-45ec-82e8-9c2171757d7f
VfModuleModelInvariantUUID:b1ad7b22-a160-4400-953f-be906a2103e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
376460be-4f1c-49d4-9a13-2342158f7436
,
b2f84bca-6078-4a7c-920d-9ff5d0136579
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-19T15:28:52.416Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAbhres..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b1ad7b22-a160-4400-953f-be906a2103e2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "132b6849-7e19-45ec-82e8-9c2171757d7f",
"vfModuleModelCustomizationUUID": "38a30a3e-6f6f-45f3-8af1-d22de108abcb",
"isBase": true,
"artifacts": [
"376460be-4f1c-49d4-9a13-2342158f7436",
"b2f84bca-6078-4a7c-920d-9ff5d0136579"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-19T15:28:52.416Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAbhres..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:132b6849-7e19-45ec-82e8-9c2171757d7f
VfModuleModelInvariantUUID:b1ad7b22-a160-4400-953f-be906a2103e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
376460be-4f1c-49d4-9a13-2342158f7436
,
b2f84bca-6078-4a7c-920d-9ff5d0136579
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-19T15:28:52.417Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 376460be-4f1c-49d4-9a13-2342158f7436 from URL: /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml
2021-08-19T15:28:52.417Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-19T15:28:52.417Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml
2021-08-19T15:28:52.583Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-19T15:28:52.584Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml 376460be-4f1c-49d4-9a13-2342158f7436 5033
2021-08-19T15:28:52.585Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-19T15:28:52.585Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml
2021-08-19T15:28:52.585Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:28:52.586Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:52.588Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:52.588Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386932585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:28:52.689Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-19T15:28:52.690Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:52.690Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:52.703Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:52.704Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:53.589Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b2f84bca-6078-4a7c-920d-9ff5d0136579 from URL: /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env
2021-08-19T15:28:53.591Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-19T15:28:53.591Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env
2021-08-19T15:28:53.764Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-19T15:28:53.765Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env b2f84bca-6078-4a7c-920d-9ff5d0136579 909
2021-08-19T15:28:53.766Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-19T15:28:53.766Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env
2021-08-19T15:28:53.767Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:28:53.767Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:53.770Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:53.770Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386933766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:28:53.872Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-19T15:28:53.873Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:53.873Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:53.887Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:53.888Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:28:54.771Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9feab51e-bf69-4cec-a98d-c95a95c7c9b2
2021-08-19T15:28:54.772Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aBhrES 0 d0f3c780-83ef-40d3-8b99-245fbfad89bf 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-08-19T15:28:54.791Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.792Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:54.792Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-08-19T15:28:54.792Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4907a9d7-0b65-4baa-8b63-1b4dd6e633f6
2021-08-19T15:28:54.793Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4907a9d7-0b65-4baa-8b63-1b4dd6e633f6 matches Tosca VF Customization UUID: 4907a9d7-0b65-4baa-8b63-1b4dd6e633f6
2021-08-19T15:28:54.793Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4907a9d7-0b65-4baa-8b63-1b4dd6e633f6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-19T15:28:54.795Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.796Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:54.796Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4907a9d7-0b65-4baa-8b63-1b4dd6e633f6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-08-19T15:28:54.796Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d9467aa
2021-08-19T15:28:54.797Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.797Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T15:28:54.797Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 38a30a3e-6f6f-45f3-8af1-d22de108abcb
2021-08-19T15:28:54.798Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 38a30a3e-6f6f-45f3-8af1-d22de108abcb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-19T15:28:54.800Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.800Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria
2021-08-19T15:28:54.801Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:28:54.801Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.801Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria
2021-08-19T15:28:54.802Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:28:54.802Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.803Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is not matching search criteria
2021-08-19T15:28:54.803Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-19T15:28:54.803Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-19T15:28:54.804Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb931e3e-5a20-4900-b8fa-3ca1047ce6fe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T15:28:54.806Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.807Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria
2021-08-19T15:28:54.807Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:28:54.807Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.808Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aBhrES 0 is matching search criteria
2021-08-19T15:28:54.808Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aBhrES 0] matching following query criteria: sdcType=VF, customizationUUID=4907a9d7-0b65-4baa-8b63-1b4dd6e633f6
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-08-19T15:28:54.810Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.810Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:54.811Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9feab51e-bf69-4cec-a98d-c95a95c7c9b2: basic_onboard_aBhrES
2021-08-19T15:28:54.811Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.811Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:54.812Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.812Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:54.812Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.812Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:54.813Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.814Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:54.814Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:28:54.814Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aBhrES is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:28:54.814Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_aBhrES
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:28:54.922Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aBhrES d0f3c780-83ef-40d3-8b99-245fbfad89bf 1 ASDC deployResourceStructure
2021-08-19T15:28:54.922Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json ASDC sendASDCNotification
2021-08-19T15:28:54.923Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json
2021-08-19T15:28:54.923Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T15:28:54.923Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:54.925Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:54.925Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386934922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T15:28:55.025Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:28:55.026Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:55.026Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:55.039Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:55.040Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:28:55.926Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-19T15:28:55.926Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml
2021-08-19T15:28:55.927Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T15:28:55.927Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:55.929Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:55.929Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386935926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-19T15:28:56.029Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:28:56.030Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:56.031Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:56.042Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:56.043Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:28:56.930Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-19T15:28:56.931Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env
2021-08-19T15:28:56.931Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T15:28:56.932Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:56.934Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:56.934Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386936930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-19T15:28:57.034Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T15:28:57.035Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:57.036Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:57.047Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:57.047Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:28:57.935Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar ASDC sendASDCNotification
2021-08-19T15:28:57.936Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar
2021-08-19T15:28:57.936Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-19T15:28:57.936Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:28:57.938Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:28:57.938Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386937935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:28:58.038Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:28:58.039Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:28:58.039Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:28:58.052Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:28:58.052Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:28:58.938Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91a2670b-91a5-4fe0-a884-1b53f2255a36
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: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:28:58.961Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91a2670b-91a5-4fe0-a884-1b53f2255a36
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-08-19T15:28:58.977Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-19T15:28:58.977Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-19T15:28:58.978Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-19T15:28:58.978Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-19T15:28:58.978Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2021-08-19T15:28:58.978Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:28:58.988Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-19T15:29:27.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:29:27.199Z||pool-2-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-08-19T15:29:27.199Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:29:27.834Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:29:27.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:29:27.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:29:27.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:29:27.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:29:27.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:29:27.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:29:27.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:29:27.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:29:27.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-19T15:29:27.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:29:27.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:29:27.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:29:27.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386916100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:29:27.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-19T15:29:27.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386928292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:29:27.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:29:27.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386931401,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:29:27.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:29:27.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386932585,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:29:27.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:29:27.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386933766,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:29:27.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:29:27.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386934922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/basic_onboard_abhres0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T15:29:27.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:29:27.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386935926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-19T15:29:27.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:29:27.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386936930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/resourceInstances/basic_onboard_abhres0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-19T15:29:27.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:29:27.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-19T15:29:27.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386937935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbhres/1.0/artifacts/service-BasicOnboardAbhres-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:29:27.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:29:28.989Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91a2670b-91a5-4fe0-a884-1b53f2255a36 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-08-19T15:29:28.996Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91a2670b-91a5-4fe0-a884-1b53f2255a36 and serviceModelVersionId: 9feab51e-bf69-4cec-a98d-c95a95c7c9b2
2021-08-19T15:29:28.997Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7404a750-03fa-4fef-a781-2a8393b745eb
2021-08-19T15:29:28.998Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0
2021-08-19T15:29:29.005Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-08-19T15:29:29.080Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|INFO|500||Invoke
2021-08-19T15:29:29.080Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91a2670b-91a5-4fe0-a884-1b53f2255a36], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ad8b69a7-0fe5-4b3b-a2da-ab1b23678c6d], X-ECOMP-RequestID=[91a2670b-91a5-4fe0-a884-1b53f2255a36], X-TransactionId=[], X-ONAP-RequestID=[91a2670b-91a5-4fe0-a884-1b53f2255a36], Content-Type=[application/merge-patch+json]}
2021-08-19T15:29:29.116Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2021-08-19T15:29:29.184Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210819-15:29:29:129-3020], Content-Length=[495], Date=[Thu, 19 Aug 2021 15:29:29 GMT], Content-Type=[application/json]}
2021-08-19T15:29:29.185Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2","ERR.5.4.6114"]}}}
2021-08-19T15:29:29.185Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2?depth=0|INFO|404|Not Found|InvokeReturn
2021-08-19T15:29:29.190Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec=ERR.5.4.6114)
2021-08-19T15:29:29.190Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
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)
2021-08-19T15:29:29.190Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec=ERR.5.4.6114)
2021-08-19T15:29:29.190Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec=ERR.5.4.6114)
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-08-19T15:29:29.195Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
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)
2021-08-19T15:29:29.195Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91a2670b-91a5-4fe0-a884-1b53f2255a36 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec=ERR.5.4.6114)
2021-08-19T15:29:29.196Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-08-19T15:29:29.196Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:29:29.197Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:29:29.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386969196,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec\u003dERR.5.4.6114)"
}
2021-08-19T15:29:29.298Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:29:29.298Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:29:29.299Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:29:29.325Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:29:29.325Z||pool-34-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T15:29:30.215Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:29:30.216Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:29:30.216Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:29:39.796Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:29:39.798Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:29:39.800Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:29:39.800Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:29:49.353Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:29:49.355Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:29:49.356Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:29:49.356Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:29:58.911Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:30:27.195Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:30:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:30:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:30:27.198Z||pool-2-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-08-19T15:30:27.198Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:30:27.198Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:30:27.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:30:27.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:30:27.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91a2670b-91a5-4fe0-a884-1b53f2255a36",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629386969196,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d91a2670b-91a5-4fe0-a884-1b53f2255a36 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7404a750-03fa-4fef-a781-2a8393b745eb/model-vers/model-ver/9feab51e-bf69-4cec-a98d-c95a95c7c9b2) (ec\u003dERR.5.4.6114)"
}
2021-08-19T15:30:27.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:30:36.760Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:31:27.198Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:31:27.197Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:31:27.201Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:31:27.201Z||pool-2-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-08-19T15:31:27.202Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:31:27.202Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:31:36.806Z|91a2670b-91a5-4fe0-a884-1b53f2255a36|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:31:36.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:32:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:32:27.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:32:27.198Z||pool-2-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-08-19T15:32:27.198Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:32:27.198Z||pool-2-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-08-19T15:32:27.199Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:32:36.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:32:36.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:33:27.196Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:33:27.198Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:33:27.198Z||pool-2-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-08-19T15:33:27.199Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:33:27.199Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:33:27.199Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:33:36.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:33:36.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:27.195Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:34:27.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-19T15:34:27.198Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-19T15:34:27.198Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:27.199Z||pool-2-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-08-19T15:34:27.199Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:27.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:27.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78","serviceName":"vFW 2021-08-19 15-32-06","serviceVersion":"1.0","serviceUUID":"1ab20d12-17cd-4438-a5ae-088b3084029a","serviceDescription":"catalog service description","serviceInvariantUUID":"c800b9f6-fd2d-4889-93e8-df9062fe9e73","resources":[{"resourceInstanceName":"vFW b9fb2585-6fc3 0","resourceName":"vFW b9fb2585-6fc3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"09eb7f71-380e-47c1-98b1-11126d9ad3f0","resourceInvariantUUID":"4efc4880-b659-48c8-9d37-57149e8447cc","resourceCustomizationUUID":"c7f304f6-28a8-472b-97bd-804ad65a280a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml","artifactChecksum":"MDk2MjliZTM4NWVmZjllNDkzZTNkZTEwMjUzZGM1YjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6c90194f-4889-4979-a94a-b85ea78148e2","artifactVersion":"1"},{"artifactName":"vfwb9fb25856fc30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json","artifactChecksum":"ZDk1OGQyOGVkODA1MjA1YmViZWNmYWI4NzEzNjFhZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a45c996-0138-4ae9-abba-f376f660862d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml","artifactChecksum":"ZjUxNGY2YzFiMTNlNWI1YWM5YmNjOTNlMzg1OTlmYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8cc2c9bf-40bb-4363-9886-4817b536c407","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4a992992-c9d4-40a3-838e-f075c37bbd28","artifactVersion":"2","generatedFromUUID":"0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210819153206-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml","artifactChecksum":"ZGRjZTlkM2I3MTk0NjhhNmE0N2E5NzI3ZGIyNDczNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2308cd51-d9b5-40e2-a8b4-100e1b219f29","artifactVersion":"1"},{"artifactName":"service-Vfw20210819153206-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar","artifactChecksum":"YzE5NGJiNmRkMWQ3MWVkOWQwYjdhNjQzYmE5MGI2Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-19T15:34:27.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:27.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387225352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "policy-id",
"timestamp": 1629387228443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "cds",
"timestamp": 1629387233000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387225352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "policy-id",
"timestamp": 1629387228443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "cds",
"timestamp": 1629387233000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "dcae-sch",
"timestamp": 1629387235305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "clamp",
"timestamp": 1629387236172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387225352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.846Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:34:27.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "policy-id",
"timestamp": 1629387228443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.846Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:27.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "cds",
"timestamp": 1629387233000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "dcae-sch",
"timestamp": 1629387235305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "clamp",
"timestamp": 1629387236172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387225352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "policy-id",
"timestamp": 1629387228443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "cds",
"timestamp": 1629387233000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "dcae-sch",
"timestamp": 1629387235305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387225352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.849Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:27.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.849Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387267195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "clamp",
"timestamp": 1629387236172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "policy-id",
"timestamp": 1629387228443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "cds",
"timestamp": 1629387233000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "dcae-sch",
"timestamp": 1629387235305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387225352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "clamp",
"timestamp": 1629387236172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "cds",
"timestamp": 1629387233000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "policy-id",
"timestamp": 1629387228443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "dcae-sch",
"timestamp": 1629387235305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387225352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "clamp",
"timestamp": 1629387236172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "policy-id",
"timestamp": 1629387228443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "cds",
"timestamp": 1629387233000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "dcae-sch",
"timestamp": 1629387235305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "clamp",
"timestamp": 1629387236172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "dcae-sch",
"timestamp": 1629387235305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629387241864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "clamp",
"timestamp": 1629387236172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "ves-openapi-manager",
"timestamp": 1629387242302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629387241864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387243552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:27.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "cds",
"timestamp": 1629387243664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:27.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "policy-id",
"timestamp": 1629387243666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:27.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "ves-openapi-manager",
"timestamp": 1629387242302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629387241864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "cds",
"timestamp": 1629387244680,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-08-19T15:34:27.887Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78
2021-08-19T15:34:27.887Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:34:27.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "policy-id",
"timestamp": 1629387244676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:34:27.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "ves-openapi-manager",
"timestamp": 1629387242302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387245178,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:27.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629387241864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "policy-id",
"timestamp": 1629387245679,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:34:27.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78
2021-08-19T15:34:27.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:34:27.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "ves-openapi-manager",
"timestamp": 1629387242302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629387241864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387246654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:27.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "ves-openapi-manager",
"timestamp": 1629387242302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "aai-ml",
"timestamp": 1629387246606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629387241864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387247686,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:34:27.932Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78
2021-08-19T15:34:27.932Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-08-19T15:34:27.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "ves-openapi-manager",
"timestamp": 1629387242302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "aai-ml",
"timestamp": 1629387246606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629387241864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629387248690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "DEPLOY_OK"
}
2021-08-19T15:34:27.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "ves-openapi-manager",
"timestamp": 1629387242302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "aai-ml",
"timestamp": 1629387246606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629387250097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:27.940Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "aai-ml",
"timestamp": 1629387246606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "aai-ml",
"timestamp": 1629387246606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "aai-ml",
"timestamp": 1629387246606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:27.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "aai-ml",
"timestamp": 1629387246606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:34:27.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-19T15:34:27.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "clamp",
"timestamp": 1629387254127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:27.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629387254217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:34:27.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "aai-ml",
"timestamp": 1629387254476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:27.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629387255221,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:34:27.948Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78
2021-08-19T15:34:27.948Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName SDNC
2021-08-19T15:34:27.950Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:34:27.950Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:27.951Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:34:27.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "clamp",
"timestamp": 1629387256134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-19T15:34:27.961Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "clamp",
"timestamp": 1629387257138,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:34:27.964Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:27.964Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:34:27.967Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78
2021-08-19T15:34:27.967Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:34:27.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "aai-ml",
"timestamp": 1629387263887,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "DEPLOY_ERROR"
}
2021-08-19T15:34:27.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-19T15:34:27.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-19T15:34:27.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "aai-ml",
"timestamp": 1629387264892,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-19T15:34:27.990Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78
2021-08-19T15:34:27.991Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-19T15:34:28.851Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:34:28.851Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:28.853Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:28.854Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387267195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "NOTIFIED"
}
2021-08-19T15:34:28.953Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T15:34:28.954Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:28.954Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:28.970Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:28.971Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:34:29.854Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:34:29.855Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:29.857Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:29.857Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387267195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-19T15:34:29.957Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:34:29.958Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:29.959Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:29.969Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:29.969Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:34:30.858Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:34:30.859Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:30.861Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:30.861Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387267195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:30.961Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:34:30.962Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:30.962Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:30.974Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:30.975Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:34:31.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:34:31.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:31.865Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:31.865Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387267195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-19T15:34:31.966Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T15:34:31.967Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:31.968Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:31.986Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:31.987Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:34:32.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:34:32.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:32.869Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:32.869Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387267195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-19T15:34:32.969Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:34:32.970Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:32.971Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:32.988Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:32.988Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:34:33.869Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-19T15:34:33.870Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:33.872Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:33.872Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387267195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "NOTIFIED"
}
2021-08-19T15:34:33.972Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:34:33.973Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:33.973Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:33.985Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:33.986Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:34:34.873Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"serviceName": "vFW 2021-08-19 15-32-06",
"serviceVersion": "1.0",
"serviceUUID": "1ab20d12-17cd-4438-a5ae-088b3084029a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c800b9f6-fd2d-4889-93e8-df9062fe9e73",
"resources": [
{
"resourceInstanceName": "vFW b9fb2585-6fc3 0",
"resourceCustomizationUUID": "c7f304f6-28a8-472b-97bd-804ad65a280a",
"resourceName": "vFW b9fb2585-6fc3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "09eb7f71-380e-47c1-98b1-11126d9ad3f0",
"resourceInvariantUUID": "4efc4880-b659-48c8-9d37-57149e8447cc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb9fb25856fc30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"artifactChecksum": "ZDk1OGQyOGVkODA1MjA1YmViZWNmYWI4NzEzNjFhZDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8a45c996-0138-4ae9-abba-f376f660862d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a992992-c9d4-40a3-838e-f075c37bbd28",
"generatedFromUUID": "0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4a992992-c9d4-40a3-838e-f075c37bbd28",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210819153206-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"artifactChecksum": "YzE5NGJiNmRkMWQ3MWVkOWQwYjdhNjQzYmE5MGI2Mzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9"
}
],
"workloadContext": "Production"
}
2021-08-19T15:34:34.874Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-19T15:34:34.874Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ab20d12-17cd-4438-a5ae-088b3084029a ASDC
2021-08-19T15:34:34.875Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78
ServiceName:vFW 2021-08-19 15-32-06
ServiceVersion:1.0
ServiceUUID:1ab20d12-17cd-4438-a5ae-088b3084029a
ServiceInvariantUUID:c800b9f6-fd2d-4889-93e8-df9062fe9e73
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210819153206-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar
ArtifactUUID:4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9
ArtifactChecksum:YzE5NGJiNmRkMWQ3MWVkOWQwYjdhNjQzYmE5MGI2Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b9fb2585-6fc3 0
ResourceCustomizationUUID:c7f304f6-28a8-472b-97bd-804ad65a280a
ResourceInvariantUUID:4efc4880-b659-48c8-9d37-57149e8447cc
ResourceName:vFW b9fb2585-6fc3
ResourceType:VF
ResourceUUID:09eb7f71-380e-47c1-98b1-11126d9ad3f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb9fb25856fc30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json
ArtifactUUID:8a45c996-0138-4ae9-abba-f376f660862d
ArtifactChecksum:ZDk1OGQyOGVkODA1MjA1YmViZWNmYWI4NzEzNjFhZDg=
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/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml
ArtifactUUID:0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f
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/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env
ArtifactUUID:4a992992-c9d4-40a3-838e-f075c37bbd28
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/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env
ArtifactUUID:4a992992-c9d4-40a3-838e-f075c37bbd28
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-19T15:34:34.876Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ab20d12-17cd-4438-a5ae-088b3084029a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-19T15:34:34.917Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T15:34:34.917Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-19T15:34:34.918Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-19T15:34:34.918Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9 from URL: /sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:34.918Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-19T15:34:34.918Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:35.343Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-19T15:34:35.348Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar 4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9 98740
2021-08-19T15:34:35.349Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar ASDC sendASDCNotification
2021-08-19T15:34:35.349Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:35.349Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:34:35.350Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:35.353Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:35.353Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387275349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:35.453Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:34:35.455Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:35.455Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:35.467Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:35.468Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:34:36.354Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-19T15:34:36.355Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-08-19T15:34:36.355Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4a0d88f9-c400-4325-a7e8-d5b0f5cfbfb9, URL: /sdc/v1/catalog/services/Vfw20210819153206/1.0/artifacts/service-Vfw20210819153206-csar.csar to file: /app/ASDC/1/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:36.357Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210819153206-csar.csar
2021-08-19T15:34:36.358Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:36.358Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:37.003Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12807886682277343224/Definitions/service-Vfw20210819153206-template.yml
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
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
2021-08-19T15:34:39.014Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-19T15:34:39.014Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-19T15:34:39.014Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b9fb2585-6fc3 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-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.015Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||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-Vfw20210819153206-csar.csar
2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria
2021-08-19T15:34:39.016Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria
2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-19T15:34:39.017Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria
2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T15:34:39.018Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:39.019Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.020Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria
2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria
2021-08-19T15:34:39.021Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria
2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria
2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:34:39.022Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:39.023Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3335f63a-d92c-4e03-8be2-abd0f0488f6d
2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria
2021-08-19T15:34:39.024Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-19T15:34:39.025Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7e1cc117-4feb-4bd2-9a09-275558f7a20e
2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.026Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria
2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:39.027Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-19T15:34:39.028Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f7d304c8-ca80-4feb-8f72-d4d3785309f3
2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:39.029Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:34:39.030Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-19 15-32-06
Description:catalog service description
Model UUID:1ab20d12-17cd-4438-a5ae-088b3084029a
Model Version:NULL
Model InvariantUuid:c800b9f6-fd2d-4889-93e8-df9062fe9e73
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b9fb2585-6fc3
Model UUID:9c62ccd8-59a9-476c-8b49-2dc176129b82
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4efc4880-b659-48c8-9d37-57149e8447cc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c7f304f6-28a8-472b-97bd-804ad65a280a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a79b6605-1435-4544-ba14-f16110411c86
ModelName:VfwB9fb25856fc3..base_vfw..module-0
ModelUuid:6d1af8ad-cf74-4da6-b870-a8af819f89f6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3335f63a-d92c-4e03-8be2-abd0f0488f6d
ModelInvariantUuid:e252d3a3-c249-4bbb-b201-a43796fa7b90
ModelName:vFW b9fb2585-6fc3-nodes.vfwCvfc
ModelUuid:6c720eb5-84d3-4d6b-8d4a-20239d7d4782
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b041d9ea-99e6-4293-876b-aafe62a3697c
ModelInvariantUuid:e162cf4a-0b09-4670-9106-a96387f3a273
ModelName:VfwB9fb25856fc3.compute.nodes.heat.vfw
ModelUuid:869c0947-0b82-4ce2-863f-dc1389a51b95
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7e1cc117-4feb-4bd2-9a09-275558f7a20e
ModelInvariantUuid:6f9c02ee-2227-415b-90e2-92f6dcf1b310
ModelName:vFW b9fb2585-6fc3-nodes.vsnCvfc
ModelUuid:c955c9a6-b2bd-4c8d-b1e5-096806334b39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c8bcd421-5c9b-49f1-8b96-c3fa291111ea
ModelInvariantUuid:db6efec7-b284-4ef9-ba68-90de5e320c45
ModelName:VfwB9fb25856fc3.compute.nodes.heat.vsn
ModelUuid:2adc4b74-da49-481e-a466-d2091fbfc066
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f7d304c8-ca80-4feb-8f72-d4d3785309f3
ModelInvariantUuid:241e291a-3e03-4d25-b0c3-1fa7a1ea2ed9
ModelName:vFW b9fb2585-6fc3-nodes.vpgCvfc
ModelUuid:b27f40b2-46db-48ba-968d-d7acb0a8e0d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cdce1ac0-0e9d-4d4e-add7-38c562e21fa9
ModelInvariantUuid:b92457ce-6694-4ca2-a8c0-e18b14e40705
ModelName:VfwB9fb25856fc3.compute.nodes.heat.vpg
ModelUuid:53528a10-44d4-451e-9401-8c165d8972c4
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-08-19T15:34:39.036Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 09eb7f71-380e-47c1-98b1-11126d9ad3f0
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-08-19T15:34:39.040Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||vFW b9fb2585-6fc3 0
2021-08-19T15:34:39.041Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 09eb7f71-380e-47c1-98b1-11126d9ad3f0
2021-08-19T15:34:39.041Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a45c996-0138-4ae9-abba-f376f660862d from URL: /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json
2021-08-19T15:34:39.041Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-19T15:34:39.041Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json
2021-08-19T15:34:40.345Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-19T15:34:40.345Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json 8a45c996-0138-4ae9-abba-f376f660862d 785
2021-08-19T15:34:40.346Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json ASDC sendASDCNotification
2021-08-19T15:34:40.346Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json
2021-08-19T15:34:40.346Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:34:40.346Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:40.349Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:40.349Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387280345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/vfwb9fb25856fc30_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:40.449Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:34:40.450Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:40.450Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:40.464Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:40.465Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:34:41.350Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB9fb25856fc3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a79b6605-1435-4544-ba14-f16110411c86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6d1af8ad-cf74-4da6-b870-a8af819f89f6",
"vfModuleModelCustomizationUUID": "d0e68f42-b87b-49f2-a757-2c3a3fb1c67f",
"isBase": true,
"artifacts": [
"0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f",
"4a992992-c9d4-40a3-838e-f075c37bbd28"
],
"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-08-19T15:34:41.354Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB9fb25856fc3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d1af8ad-cf74-4da6-b870-a8af819f89f6
VfModuleModelInvariantUUID:a79b6605-1435-4544-ba14-f16110411c86
VfModuleModelDescription:NULL
Artifacts UUID List:{
0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f
,
4a992992-c9d4-40a3-838e-f075c37bbd28
}
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-08-19T15:34:41.356Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB9fb25856fc3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a79b6605-1435-4544-ba14-f16110411c86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6d1af8ad-cf74-4da6-b870-a8af819f89f6",
"vfModuleModelCustomizationUUID": "d0e68f42-b87b-49f2-a757-2c3a3fb1c67f",
"isBase": true,
"artifacts": [
"0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f",
"4a992992-c9d4-40a3-838e-f075c37bbd28"
],
"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-08-19T15:34:41.356Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB9fb25856fc3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d1af8ad-cf74-4da6-b870-a8af819f89f6
VfModuleModelInvariantUUID:a79b6605-1435-4544-ba14-f16110411c86
VfModuleModelDescription:NULL
Artifacts UUID List:{
0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f
,
4a992992-c9d4-40a3-838e-f075c37bbd28
}
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-08-19T15:34:41.356Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f from URL: /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml
2021-08-19T15:34:41.356Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-19T15:34:41.357Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml
2021-08-19T15:34:43.239Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-19T15:34:43.240Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml 0dc2b4e2-dd12-4bb9-8bc4-42f5c0654f4f 20368
2021-08-19T15:34:43.241Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-19T15:34:43.241Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml
2021-08-19T15:34:43.241Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:34:43.242Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:43.244Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:43.245Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387283241,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:43.344Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-19T15:34:43.345Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:43.345Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:43.364Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:43.365Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-08-19T15:34:44.245Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4a992992-c9d4-40a3-838e-f075c37bbd28 from URL: /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env
2021-08-19T15:34:44.246Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-08-19T15:34:44.246Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env
2021-08-19T15:34:44.838Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-08-19T15:34:44.839Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env 4a992992-c9d4-40a3-838e-f075c37bbd28 2098
2021-08-19T15:34:44.839Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-19T15:34:44.839Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env
2021-08-19T15:34:44.840Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-19T15:34:44.840Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-08-19T15:34:44.842Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-19T15:34:44.842Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629387284839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210819153206/1.0/resourceInstances/vfwb9fb25856fc30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-19T15:34:44.942Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-19T15:34:44.943Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-19T15:34:44.943Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qoO1GatorxUOMWlm) ...
2021-08-19T15:34:44.966Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-19T15:34:44.967Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-08-19T15:34:45.843Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1ab20d12-17cd-4438-a5ae-088b3084029a
2021-08-19T15:34:45.843Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b9fb2585-6fc3 0 09eb7f71-380e-47c1-98b1-11126d9ad3f0 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-08-19T15:34:45.871Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:45.872Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:34:45.872Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-08-19T15:34:45.872Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c7f304f6-28a8-472b-97bd-804ad65a280a
2021-08-19T15:34:45.872Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7f304f6-28a8-472b-97bd-804ad65a280a matches Tosca VF Customization UUID: c7f304f6-28a8-472b-97bd-804ad65a280a
2021-08-19T15:34:45.872Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c7f304f6-28a8-472b-97bd-804ad65a280a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-08-19T15:34:45.876Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:45.876Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-19T15:34:45.877Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c7f304f6-28a8-472b-97bd-804ad65a280a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-08-19T15:34:45.877Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e41b894
2021-08-19T15:34:45.878Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:45.878Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-08-19 15-32-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-19T15:34:45.878Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d0e68f42-b87b-49f2-a757-2c3a3fb1c67f
2021-08-19T15:34:45.878Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d0e68f42-b87b-49f2-a757-2c3a3fb1c67f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-08-19T15:34:45.881Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:45.882Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria
2021-08-19T15:34:45.882Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:34:45.882Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:45.882Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria
2021-08-19T15:34:45.883Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:34:45.883Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:45.883Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is not matching search criteria
2021-08-19T15:34:45.884Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-19T15:34:45.884Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-19T15:34:45.884Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-19T15:34:45.884Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-19T15:34:45.885Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-19T15:34:45.885Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-19T15:34:45.885Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:45.885Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-19T15:34:45.886Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-19T15:34:45.886Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-19T15:34:45.886Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-19T15:34:45.886Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3335f63a-d92c-4e03-8be2-abd0f0488f6d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-08-19T15:34:45.889Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-19T15:34:45.889Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Node template vFW b9fb2585-6fc3 0 is matching search criteria
2021-08-19T15:34:45.890Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b9fb2585-6fc3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-19T15:34:45.890Z|6f6a8f2c-bcd2-4594-a32a-ac90c06ffe78|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery