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-04-27T18:38:26.572Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-d8b69c5ff-ltpb8 with PID 14 (/app/app.jar started by so in /app)
2021-04-27T18:38:26.576Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-04-27T18:38:26.577Z||main|||||INFO|500||The following profiles are active: basic
2021-04-27T18:38:32.684Z||main|||||INFO|500||Starting service [Tomcat]
2021-04-27T18:38:32.685Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-04-27T18:38:32.768Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-04-27T18:38:34.408Z||main|||||INFO|500||catdb-pool - Starting...
2021-04-27T18:38:34.559Z||main|||||INFO|500||catdb-pool - Start completed.
2021-04-27T18:38:34.863Z||main|||||INFO|500||reqdb-pool - Starting...
2021-04-27T18:38:34.873Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-04-27T18:38:34.946Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-04-27T18:38:35.069Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-04-27T18:38:35.445Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-27T18:38:36.131Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-27T18:38:38.001Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-27T18:38:38.041Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-04-27T18:38:38.352Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-04-27T18:38:38.518Z||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-04-27T18:38:39.651Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-27T18:38:40.494Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-04-27T18:38:40.511Z||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$$c5535d6.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-04-27T18:38:40.512Z||main|||||WARN|500||The sdc end point is not alive
2021-04-27T18:38:42.646Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-27T18:38:44.820Z||main|||||WARN|500||---
2021-04-27T18:38:44.821Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-04-27T18:38:44.821Z||main|||||WARN|500||---
2021-04-27T18:38:45.240Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-04-27T18:38:48.063Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:38:48.063Z||main|||||INFO|500||Started Application in 23.283 seconds (JVM running for 24.221)
2021-04-27T18:38:48.065Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:38:48.078Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:38:48.103Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:38:48.191Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 42f30880-5697-42bb-a3b6-bfb3f42b3d3b url= /sdc/v1/artifactTypes
2021-04-27T18:38:48.192Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:38:49.316Z||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.53.200] 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-04-27T18:38:49.321Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3880b213
2021-04-27T18:38:49.322Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:38:49.330Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:38:49.331Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:38:49.333Z||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-04-27T18:39:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:39:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:39:38.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:39:38.063Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:39:38.072Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba08ffef-2348-42b1-841e-d6e917cad5b7 url= /sdc/v1/artifactTypes
2021-04-27T18:39:38.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:39:39.108Z||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.53.200] 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-04-27T18:39:39.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cd0b5c6
2021-04-27T18:39:39.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:39:39.110Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:39:39.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:39:39.111Z||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-04-27T18:40:28.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:40:28.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:40:28.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:40:28.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:40:28.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f6718fc-1836-468c-8301-51c665515949 url= /sdc/v1/artifactTypes
2021-04-27T18:40:28.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:40:29.095Z||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.53.200] 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-04-27T18:40:29.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ef0f8cd
2021-04-27T18:40:29.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:40:29.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:40:29.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:40:29.096Z||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-04-27T18:41:18.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:41:18.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:41:18.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:41:18.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:41:18.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57d20571-0d90-4a52-a33d-2404c58b1aaa url= /sdc/v1/artifactTypes
2021-04-27T18:41:18.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:41:19.111Z||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.53.200] 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-04-27T18:41:19.112Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@41004df5
2021-04-27T18:41:19.113Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:41:19.113Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:41:19.113Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:41:19.115Z||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-04-27T18:42:08.059Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:42:08.059Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:42:08.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:42:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:42:08.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10154866-0891-44a3-9c7f-840116c35259 url= /sdc/v1/artifactTypes
2021-04-27T18:42:08.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:42:09.092Z||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.53.200] 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-04-27T18:42:09.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73350374
2021-04-27T18:42:09.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:42:09.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:42:09.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:42:09.093Z||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-04-27T18:42:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:42:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:42:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:42:58.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:42:58.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10f4d0e2-20d0-45d4-bb3e-f3d271256389 url= /sdc/v1/artifactTypes
2021-04-27T18:42:58.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:42:59.111Z||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.53.200] 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-04-27T18:42:59.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29aab045
2021-04-27T18:42:59.112Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:42:59.112Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:42:59.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:42:59.112Z||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-04-27T18:43:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:43:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:43:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:43:48.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:43:48.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e55cc771-226b-4220-b147-6214dda7b612 url= /sdc/v1/artifactTypes
2021-04-27T18:43:48.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:43:49.093Z||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.53.200] 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-04-27T18:43:49.094Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6580178
2021-04-27T18:43:49.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:43:49.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:43:49.095Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:43:49.095Z||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-04-27T18:44:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:44:38.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:44:38.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:44:38.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:44:38.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 81894578-6e17-4f71-80a9-91d11bfdd69f url= /sdc/v1/artifactTypes
2021-04-27T18:44:38.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:44:39.111Z||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.53.200] 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-04-27T18:44:39.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f87d8d5
2021-04-27T18:44:39.112Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:44:39.112Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:44:39.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:44:39.112Z||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-04-27T18:45:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:45:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:45:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:45:28.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:45:28.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 103da3f8-167a-40e3-a7fb-bd30acbbc7b5 url= /sdc/v1/artifactTypes
2021-04-27T18:45:28.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:45:29.091Z||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.53.200] 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-04-27T18:45:29.091Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@564e0864
2021-04-27T18:45:29.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:45:29.092Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:45:29.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:45:29.093Z||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-04-27T18:46:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:46:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:46:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:46:18.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:46:18.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf65130c-6596-4a54-94cc-de1b8cebe45a url= /sdc/v1/artifactTypes
2021-04-27T18:46:18.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:46:19.111Z||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.53.200] 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-04-27T18:46:19.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5551d563
2021-04-27T18:46:19.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:46:19.111Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:46:19.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:46:19.112Z||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-04-27T18:47:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:47:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:47:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:47:08.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:47:08.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e461b42f-93f5-4083-9a3a-e7075d4268b9 url= /sdc/v1/artifactTypes
2021-04-27T18:47:08.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:47:09.095Z||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.53.200] 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-04-27T18:47:09.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@231ee7d8
2021-04-27T18:47:09.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:47:09.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:47:09.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:47:09.096Z||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-04-27T18:47:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:47:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:47:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:47:58.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:47:58.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f0b6d6c-da1b-4b89-9a10-8b8721eb73f7 url= /sdc/v1/artifactTypes
2021-04-27T18:47:58.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:47:59.075Z||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.53.200] 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-04-27T18:47:59.076Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d6f857a
2021-04-27T18:47:59.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:47:59.077Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:47:59.077Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:47:59.077Z||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-04-27T18:48:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:48:48.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:48:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:48:48.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:48:48.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 976d0e12-bbd1-409f-baa8-bcb3e9c991b9 url= /sdc/v1/artifactTypes
2021-04-27T18:48:48.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:48:49.094Z||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.53.200] 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-04-27T18:48:49.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32ac806f
2021-04-27T18:48:49.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:48:49.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:48:49.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:48:49.096Z||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-04-27T18:49:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:49:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:49:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:49:38.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:49:38.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b203ff1e-863a-494f-9d0c-7aa7fe63cfbe url= /sdc/v1/artifactTypes
2021-04-27T18:49:38.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:49:39.112Z||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.53.200] 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-04-27T18:49:39.112Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d7a7eb8
2021-04-27T18:49:39.113Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:49:39.113Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:49:39.113Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:49:39.113Z||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-04-27T18:50:28.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:50:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:50:28.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:50:28.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:50:28.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf639ce6-2cbe-4692-ba97-4c16707eda26 url= /sdc/v1/artifactTypes
2021-04-27T18:50:28.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:50:29.096Z||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.53.200] 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-04-27T18:50:29.097Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a3e806d
2021-04-27T18:50:29.097Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:50:29.097Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:50:29.097Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:50:29.098Z||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-04-27T18:51:18.058Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:51:18.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:51:18.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:51:18.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:51:18.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9aae398-cc75-4c75-addf-0b92c1a4d55d url= /sdc/v1/artifactTypes
2021-04-27T18:51:18.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:51:19.107Z||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.53.200] 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-04-27T18:51:19.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b92f236
2021-04-27T18:51:19.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:51:19.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:51:19.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:51:19.109Z||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-04-27T18:52:08.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:52:08.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:52:08.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:52:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:52:08.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e2af01d9-a341-426d-9d4e-b74219f104d7 url= /sdc/v1/artifactTypes
2021-04-27T18:52:08.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:52:09.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:52:09.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@433cb7bb
2021-04-27T18:52:09.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:52:09.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:52:09.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:52:09.093Z||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.GeneratedMethodAccessor130.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-04-27T18:52:58.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:52:58.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:52:58.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:52:58.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:52:58.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c4bec7d-429f-40af-abba-0d9cd4847eb6 url= /sdc/v1/artifactTypes
2021-04-27T18:52:58.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:52:59.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:52:59.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d049b1f
2021-04-27T18:52:59.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:52:59.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:52:59.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:52:59.109Z||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.GeneratedMethodAccessor130.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-04-27T18:53:48.058Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:53:48.059Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:53:48.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:53:48.065Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:53:48.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93df95f7-033c-4fc1-bb64-b71fe8eca8d6 url= /sdc/v1/artifactTypes
2021-04-27T18:53:48.071Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:53:49.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:53:49.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75b8c363
2021-04-27T18:53:49.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:53:49.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:53:49.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:53:49.093Z||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.GeneratedMethodAccessor130.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-04-27T18:54:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:54:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:54:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:54:38.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:54:38.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8bd1754c-b4a4-40fa-a3fb-22c40a951eca url= /sdc/v1/artifactTypes
2021-04-27T18:54:38.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:54:39.108Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:54:39.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@620d32ba
2021-04-27T18:54:39.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:54:39.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:54:39.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:54:39.109Z||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.GeneratedMethodAccessor130.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-04-27T18:55:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:55:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:55:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:55:28.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:55:28.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4281952a-7099-43a3-afe2-36231ac004b4 url= /sdc/v1/artifactTypes
2021-04-27T18:55:28.071Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:55:29.097Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:55:29.097Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b294ec7
2021-04-27T18:55:29.098Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:55:29.098Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:55:29.098Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:55:29.099Z||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.GeneratedMethodAccessor130.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-04-27T18:55:53.543Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-27T18:56:18.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:56:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:56:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:56:18.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:56:18.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ed26aae9-3f7e-4b63-91d6-e0a709ba2831 url= /sdc/v1/artifactTypes
2021-04-27T18:56:18.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:56:19.108Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:56:19.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f2509a3
2021-04-27T18:56:19.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:56:19.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:56:19.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:56:19.110Z||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.GeneratedMethodAccessor130.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-04-27T18:57:08.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:57:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:57:08.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:57:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:57:08.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f403cac8-6014-4044-b60c-78d247adebfd url= /sdc/v1/artifactTypes
2021-04-27T18:57:08.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:57:09.095Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:57:09.096Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@75dbf438
2021-04-27T18:57:09.096Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:57:09.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:57:09.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:57:09.097Z||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.GeneratedMethodAccessor130.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-04-27T18:57:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:57:58.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:57:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:57:58.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:57:58.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6236f2a5-6917-46fd-b6b6-8675dfc34437 url= /sdc/v1/artifactTypes
2021-04-27T18:57:58.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:57:59.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:57:59.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4870cce6
2021-04-27T18:57:59.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:57:59.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:57:59.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:57:59.108Z||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.GeneratedMethodAccessor130.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-04-27T18:58:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:58:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:58:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:58:48.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:58:48.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dcae140a-6cc4-4d0e-b122-73f1f7a95029 url= /sdc/v1/artifactTypes
2021-04-27T18:58:48.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:58:49.090Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:58:49.091Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@589b0423
2021-04-27T18:58:49.091Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:58:49.091Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:58:49.091Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:58:49.091Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor130.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-04-27T18:59:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T18:59:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T18:59:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T18:59:38.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T18:59:38.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53e9ced2-4270-4d61-ba90-442980aa36d3 url= /sdc/v1/artifactTypes
2021-04-27T18:59:38.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T18:59:39.111Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T18:59:39.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d6981c1
2021-04-27T18:59:39.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T18:59:39.111Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T18:59:39.111Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T18:59:39.111Z||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.GeneratedMethodAccessor130.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-04-27T19:00:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:00:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:00:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:00:28.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:00:28.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e0993085-28a0-4289-a3ed-068dded6f4ec url= /sdc/v1/artifactTypes
2021-04-27T19:00:28.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:00:29.093Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:00:29.094Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72acdb72
2021-04-27T19:00:29.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:00:29.094Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:00:29.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:00:29.095Z||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.GeneratedMethodAccessor130.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-04-27T19:01:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:01:18.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:01:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:01:18.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:01:18.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43f037d3-d765-4e36-bc60-9a7a4292df2e url= /sdc/v1/artifactTypes
2021-04-27T19:01:18.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:01:19.083Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:01:19.084Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@474e53f6
2021-04-27T19:01:19.084Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:01:19.084Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:01:19.085Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:01:19.085Z||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.GeneratedMethodAccessor130.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-04-27T19:02:08.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:02:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:02:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:02:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:02:08.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b6fa3a3-e31f-475f-ae48-dfa49db997d0 url= /sdc/v1/artifactTypes
2021-04-27T19:02:08.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:02:09.094Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:02:09.094Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3742a13b
2021-04-27T19:02:09.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:02:09.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:02:09.095Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:02:09.095Z||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.GeneratedMethodAccessor130.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-04-27T19:02:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:02:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:02:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:02:58.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:02:58.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e273ed8c-5b06-4693-b577-a5c59d34c4eb url= /sdc/v1/artifactTypes
2021-04-27T19:02:58.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:02:59.117Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:02:59.117Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7688d0c6
2021-04-27T19:02:59.121Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:02:59.121Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:02:59.121Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:02:59.122Z||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.GeneratedMethodAccessor130.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-04-27T19:03:48.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:03:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:03:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:03:48.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:03:48.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f80f359-84e0-4569-a4df-75d12f033511 url= /sdc/v1/artifactTypes
2021-04-27T19:03:48.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:03:49.108Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:03:49.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1683e41d
2021-04-27T19:03:49.109Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:03:49.109Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:03:49.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:03:49.109Z||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.GeneratedMethodAccessor130.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-04-27T19:04:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:04:38.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:04:38.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:04:38.065Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:04:38.072Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2118bb0f-1a3e-410f-8fa1-7fa26d4a08ec url= /sdc/v1/artifactTypes
2021-04-27T19:04:38.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:04:39.115Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:04:39.115Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d1dbdb9
2021-04-27T19:04:39.116Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:04:39.116Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:04:39.116Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:04:39.116Z||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.GeneratedMethodAccessor130.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-04-27T19:05:28.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:05:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:05:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:05:28.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:05:28.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b27fcd91-098f-41a6-b4a3-8aafa9d8f9e3 url= /sdc/v1/artifactTypes
2021-04-27T19:05:28.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:05:29.096Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:05:29.097Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@97369da
2021-04-27T19:05:29.097Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:05:29.097Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:05:29.097Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:05:29.098Z||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.GeneratedMethodAccessor130.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-04-27T19:06:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:06:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:06:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:06:18.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:06:18.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06277eeb-b5ee-4947-9c49-b46a46c20db2 url= /sdc/v1/artifactTypes
2021-04-27T19:06:18.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:06:19.079Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:06:19.080Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@636f6491
2021-04-27T19:06:19.080Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:06:19.080Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:06:19.080Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:06:19.081Z||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.GeneratedMethodAccessor130.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-04-27T19:07:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:07:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:07:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:07:08.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:07:08.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c37dfd12-8032-4619-88a4-9669349561f5 url= /sdc/v1/artifactTypes
2021-04-27T19:07:08.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:07:09.104Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:07:09.105Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6abaa37b
2021-04-27T19:07:09.105Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:07:09.105Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:07:09.105Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:07:09.105Z||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.GeneratedMethodAccessor130.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-04-27T19:07:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:07:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:07:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:07:58.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:07:58.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 149273b3-513f-41bf-8430-ca2409ce75bf url= /sdc/v1/artifactTypes
2021-04-27T19:07:58.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:07:59.075Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:07:59.075Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5acaeb9
2021-04-27T19:07:59.075Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:07:59.075Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:07:59.075Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:07:59.076Z||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.GeneratedMethodAccessor130.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-04-27T19:08:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:08:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:08:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:08:48.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:08:48.072Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e9dd0b46-c6e1-4c54-8b87-c1051dd4af52 url= /sdc/v1/artifactTypes
2021-04-27T19:08:48.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:08:49.093Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:08:49.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@273100de
2021-04-27T19:08:49.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:08:49.094Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:08:49.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:08:49.094Z||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.GeneratedMethodAccessor130.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-04-27T19:09:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:09:38.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:09:38.056Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:09:38.058Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:09:38.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 826a4c2f-e72b-47fe-8aaa-3c057e37f6e6 url= /sdc/v1/artifactTypes
2021-04-27T19:09:38.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:09:39.079Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:09:39.079Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@753e5039
2021-04-27T19:09:39.079Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:09:39.079Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:09:39.079Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:09:39.080Z||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.GeneratedMethodAccessor130.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-04-27T19:10:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:10:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:10:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:10:28.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:10:28.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c6aaf24-95fd-4e47-ac55-5a1b71e40d0e url= /sdc/v1/artifactTypes
2021-04-27T19:10:28.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:10:29.093Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:10:29.094Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30e5fa09
2021-04-27T19:10:29.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:10:29.094Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:10:29.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:10:29.094Z||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.GeneratedMethodAccessor130.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-04-27T19:11:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:11:18.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:11:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:11:18.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:11:18.062Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5eb03dcd-cfbb-43a4-9439-ac9cf5128946 url= /sdc/v1/artifactTypes
2021-04-27T19:11:18.063Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:11:19.079Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:11:19.079Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a3e95a7
2021-04-27T19:11:19.079Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:11:19.079Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:11:19.079Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:11:19.079Z||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.GeneratedMethodAccessor130.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-04-27T19:12:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:12:08.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:12:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:12:08.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:12:08.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= afd0855b-65d3-4170-bbeb-7dc77ffc8cac url= /sdc/v1/artifactTypes
2021-04-27T19:12:08.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:12:09.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:12:09.091Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d8242e0
2021-04-27T19:12:09.091Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:12:09.091Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:12:09.091Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:12:09.091Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor130.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-04-27T19:12:58.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:12:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:12:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:12:58.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:12:58.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d86c5cec-bfb1-450c-bff6-dd71465518c4 url= /sdc/v1/artifactTypes
2021-04-27T19:12:58.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:12:59.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:12:59.108Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ad8b635
2021-04-27T19:12:59.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:12:59.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:12:59.109Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:12:59.109Z||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.GeneratedMethodAccessor130.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-04-27T19:13:48.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:13:48.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:13:48.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:13:48.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:13:48.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d410a87c-d548-4052-881c-d266a77ec603 url= /sdc/v1/artifactTypes
2021-04-27T19:13:48.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:13:49.092Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:13:49.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19136cd0
2021-04-27T19:13:49.094Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:13:49.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:13:49.095Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:13:49.096Z||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.GeneratedMethodAccessor130.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-04-27T19:14:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:14:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:14:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:14:38.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:14:38.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a6179f1-f92a-4973-b55d-c65095d667bf url= /sdc/v1/artifactTypes
2021-04-27T19:14:38.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:14:39.113Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:14:39.113Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cf9cf69
2021-04-27T19:14:39.113Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:14:39.114Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:14:39.114Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:14:39.114Z||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.GeneratedMethodAccessor130.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-04-27T19:15:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:15:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:15:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:15:28.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:15:28.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1b0c0336-7965-4ad1-b670-c7f0dbc91d95 url= /sdc/v1/artifactTypes
2021-04-27T19:15:28.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:15:29.102Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:15:29.103Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c02118
2021-04-27T19:15:29.103Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:15:29.103Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:15:29.103Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:15:29.104Z||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.GeneratedMethodAccessor130.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-04-27T19:16:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:16:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:16:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:16:18.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:16:18.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 856ec0d9-386c-4890-83c2-f35988c3d671 url= /sdc/v1/artifactTypes
2021-04-27T19:16:18.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:16:19.082Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:16:19.082Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37883fc1
2021-04-27T19:16:19.082Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:16:19.082Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:16:19.082Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:16:19.083Z||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.GeneratedMethodAccessor130.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-04-27T19:17:08.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:17:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:17:08.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:17:08.063Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:17:08.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a762390-b938-470a-a115-8d4839a07533 url= /sdc/v1/artifactTypes
2021-04-27T19:17:08.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:17:09.097Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:17:09.098Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17d3c1f9
2021-04-27T19:17:09.098Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:17:09.098Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:17:09.098Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:17:09.098Z||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.GeneratedMethodAccessor130.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-04-27T19:17:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:17:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:17:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:17:58.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:17:58.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2eca98e2-111d-4ae4-8a93-8ca9616b9035 url= /sdc/v1/artifactTypes
2021-04-27T19:17:58.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:17:59.084Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:17:59.086Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58f01a7a
2021-04-27T19:17:59.086Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:17:59.086Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:17:59.086Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:17:59.086Z||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.GeneratedMethodAccessor130.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-04-27T19:18:48.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:18:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:18:48.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:18:48.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:18:48.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 97649f0a-56f3-4ba3-bb88-64c53bb1bd7e url= /sdc/v1/artifactTypes
2021-04-27T19:18:48.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:18:49.098Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:18:49.099Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66f75964
2021-04-27T19:18:49.099Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:18:49.099Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:18:49.099Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:18:49.100Z||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.GeneratedMethodAccessor130.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-04-27T19:19:38.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:19:38.059Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:19:38.059Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:19:38.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:19:38.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 067641a5-77e5-49f3-8b11-e81f4e54542e url= /sdc/v1/artifactTypes
2021-04-27T19:19:38.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:19:39.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:19:39.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@377b0619
2021-04-27T19:19:39.108Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:19:39.108Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:19:39.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:19:39.109Z||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.GeneratedMethodAccessor130.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-04-27T19:20:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:20:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:20:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:20:28.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:20:28.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 033131ca-9725-450c-84e0-0fa0b7676b74 url= /sdc/v1/artifactTypes
2021-04-27T19:20:28.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:20:29.092Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:20:29.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b7fcb66
2021-04-27T19:20:29.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:20:29.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:20:29.094Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:20:29.094Z||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.GeneratedMethodAccessor130.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-04-27T19:21:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:21:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:21:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:21:18.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:21:18.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 39e52002-3c0c-494d-b3d9-254a07051011 url= /sdc/v1/artifactTypes
2021-04-27T19:21:18.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:21:19.081Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:21:19.081Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53b3736d
2021-04-27T19:21:19.081Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:21:19.082Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:21:19.082Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:21:19.082Z||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.GeneratedMethodAccessor130.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-04-27T19:22:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:22:08.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:22:08.056Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:22:08.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:22:08.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc754dd0-b6d1-44f0-9fee-165ce2e1a51c url= /sdc/v1/artifactTypes
2021-04-27T19:22:08.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:22:09.097Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:22:09.098Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@426764ab
2021-04-27T19:22:09.098Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:22:09.098Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:22:09.099Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:22:09.099Z||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.GeneratedMethodAccessor130.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-04-27T19:22:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:22:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:22:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:22:58.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:22:58.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 71ef92fe-3dca-4bb1-93b8-594baa386e2c url= /sdc/v1/artifactTypes
2021-04-27T19:22:58.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:22:59.111Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:22:59.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@369fb8ef
2021-04-27T19:22:59.112Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:22:59.112Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:22:59.113Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:22:59.113Z||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.GeneratedMethodAccessor130.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-04-27T19:23:48.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:23:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:23:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:23:48.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:23:48.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eaedca57-7c18-4e83-be67-a905180b671a url= /sdc/v1/artifactTypes
2021-04-27T19:23:48.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:23:49.097Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:23:49.098Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@798b8f80
2021-04-27T19:23:49.098Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:23:49.098Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:23:49.099Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:23:49.099Z||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.GeneratedMethodAccessor130.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-04-27T19:24:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:24:38.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:24:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:24:38.058Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:24:38.062Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 09af1c90-0fa0-4b08-b201-c2f044485271 url= /sdc/v1/artifactTypes
2021-04-27T19:24:38.063Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:24:39.123Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:24:39.124Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@296bd6bf
2021-04-27T19:24:39.124Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:24:39.124Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:24:39.125Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:24:39.125Z||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.GeneratedMethodAccessor130.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-04-27T19:25:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:25:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:25:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:25:28.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:25:28.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 190d8afb-0519-4aeb-b0e2-e131e7f831a2 url= /sdc/v1/artifactTypes
2021-04-27T19:25:28.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:25:29.092Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:25:29.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c82face
2021-04-27T19:25:29.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:25:29.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:25:29.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:25:29.093Z||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.GeneratedMethodAccessor130.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-04-27T19:26:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:26:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:26:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:26:18.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:26:18.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d96ddc04-6bb1-4d7d-848c-b2efe3096dfe url= /sdc/v1/artifactTypes
2021-04-27T19:26:18.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:26:19.110Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:26:19.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@359107d6
2021-04-27T19:26:19.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:26:19.111Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:26:19.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:26:19.112Z||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.GeneratedMethodAccessor130.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-04-27T19:27:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:27:08.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:27:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:27:08.058Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:27:08.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c433753-7515-44d1-bcb1-726c0a7220aa url= /sdc/v1/artifactTypes
2021-04-27T19:27:08.063Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:27:09.100Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:27:09.100Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7928e005
2021-04-27T19:27:09.101Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:27:09.101Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:27:09.101Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:27:09.101Z||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.GeneratedMethodAccessor130.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-04-27T19:27:58.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:27:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:27:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:27:58.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:27:58.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7f91a37-54f2-4f7e-a82a-320cb719222c url= /sdc/v1/artifactTypes
2021-04-27T19:27:58.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:27:59.084Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:27:59.085Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52eb8b63
2021-04-27T19:27:59.085Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:27:59.085Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:27:59.085Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:27:59.085Z||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.GeneratedMethodAccessor130.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-04-27T19:28:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:28:48.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:28:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:28:48.058Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:28:48.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a94423e-09e1-4c75-80dc-cc67fc854e41 url= /sdc/v1/artifactTypes
2021-04-27T19:28:48.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:28:49.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:28:49.091Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a45b24b
2021-04-27T19:28:49.091Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:28:49.092Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:28:49.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:28:49.092Z||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.GeneratedMethodAccessor130.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-04-27T19:29:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:29:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:29:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:29:38.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:29:38.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1202a64d-2656-4310-bef2-5e7a5b4269d8 url= /sdc/v1/artifactTypes
2021-04-27T19:29:38.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:29:39.111Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:29:39.112Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7bb8b03e
2021-04-27T19:29:39.112Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:29:39.112Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:29:39.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:29:39.112Z||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.GeneratedMethodAccessor130.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-04-27T19:30:28.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:30:28.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:30:28.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:30:28.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:30:28.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e774a4ca-565f-48cd-9fcd-04388639a22e url= /sdc/v1/artifactTypes
2021-04-27T19:30:28.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:30:29.098Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:30:29.099Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2838c50b
2021-04-27T19:30:29.104Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:30:29.105Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:30:29.105Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:30:29.105Z||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.GeneratedMethodAccessor130.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-04-27T19:31:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:31:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:31:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:31:18.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:31:18.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2f09fe1-931b-47f8-95ff-0bd1fc5761ee url= /sdc/v1/artifactTypes
2021-04-27T19:31:18.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:31:19.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:31:19.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@485b1ab4
2021-04-27T19:31:19.107Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:31:19.107Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:31:19.107Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:31:19.107Z||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.GeneratedMethodAccessor130.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-04-27T19:32:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:32:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:32:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:32:08.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:32:08.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19a0610b-be7b-42fc-918f-cb3e438ffb6a url= /sdc/v1/artifactTypes
2021-04-27T19:32:08.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:32:09.092Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:32:09.093Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74685784
2021-04-27T19:32:09.093Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:32:09.093Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:32:09.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:32:09.093Z||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.GeneratedMethodAccessor130.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-04-27T19:32:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:32:58.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:32:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:32:58.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:32:58.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2686af39-9333-48c0-82be-6e5b657c42e2 url= /sdc/v1/artifactTypes
2021-04-27T19:32:58.063Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:32:59.079Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:32:59.079Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19207eaa
2021-04-27T19:32:59.079Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:32:59.080Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:32:59.080Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:32:59.080Z||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.GeneratedMethodAccessor130.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-04-27T19:33:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:33:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:33:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:33:48.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:33:48.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47c01e37-841b-4c69-93e6-383d5bd38a1b url= /sdc/v1/artifactTypes
2021-04-27T19:33:48.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:33:49.095Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:33:49.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a3ae7d4
2021-04-27T19:33:49.095Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:33:49.095Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:33:49.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:33:49.096Z||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.GeneratedMethodAccessor130.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-04-27T19:34:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:34:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:34:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:34:38.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:34:38.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f7a7276c-1993-4e24-acef-1be90a3ecdcd url= /sdc/v1/artifactTypes
2021-04-27T19:34:38.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:34:39.111Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:34:39.111Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@788f5365
2021-04-27T19:34:39.111Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:34:39.112Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:34:39.112Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:34:39.112Z||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.GeneratedMethodAccessor130.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-04-27T19:35:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:35:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:35:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:35:28.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:35:28.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 42b62450-2aec-461b-85e6-fa17570d8211 url= /sdc/v1/artifactTypes
2021-04-27T19:35:28.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:35:29.095Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:35:29.096Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a44c117
2021-04-27T19:35:29.096Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:35:29.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:35:29.097Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:35:29.097Z||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.GeneratedMethodAccessor130.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-04-27T19:36:18.058Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:36:18.058Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:36:18.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:36:18.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:36:18.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfd4bbb3-2118-49b0-b42e-0c5fd8e6aaa1 url= /sdc/v1/artifactTypes
2021-04-27T19:36:18.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:36:19.075Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:36:19.075Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@465134a5
2021-04-27T19:36:19.075Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:36:19.075Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:36:19.075Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:36:19.075Z||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.GeneratedMethodAccessor130.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-04-27T19:37:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:37:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:37:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:37:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:37:08.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 065e092e-be49-4b10-b911-29a7f518e47f url= /sdc/v1/artifactTypes
2021-04-27T19:37:08.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:37:09.092Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:37:09.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34f5372
2021-04-27T19:37:09.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:37:09.092Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:37:09.093Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:37:09.093Z||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.GeneratedMethodAccessor130.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-04-27T19:37:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:37:58.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:37:58.056Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:37:58.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:37:58.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 201dfbea-64ae-4e6d-86d9-5290d667dbf3 url= /sdc/v1/artifactTypes
2021-04-27T19:37:58.063Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:37:59.079Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:37:59.079Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d6d22ae
2021-04-27T19:37:59.079Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:37:59.080Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:37:59.080Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:37:59.080Z||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.GeneratedMethodAccessor130.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-04-27T19:38:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:38:48.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:38:48.056Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:38:48.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:38:48.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c2796b4-1603-450a-b0ed-1e81060c86c0 url= /sdc/v1/artifactTypes
2021-04-27T19:38:48.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:38:49.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:38:49.092Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78f36779
2021-04-27T19:38:49.092Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:38:49.092Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:38:49.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:38:49.093Z||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.GeneratedMethodAccessor130.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-04-27T19:39:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:39:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:39:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:39:38.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:39:38.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55abf87b-9ec7-4ea0-a351-80bcd6a50926 url= /sdc/v1/artifactTypes
2021-04-27T19:39:38.066Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:39:39.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:39:39.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@479fe4eb
2021-04-27T19:39:39.107Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:39:39.107Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:39:39.108Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:39:39.108Z||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.GeneratedMethodAccessor130.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-04-27T19:40:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:40:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:40:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:40:28.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:40:28.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fa8b4504-d129-427a-b276-6806e177f181 url= /sdc/v1/artifactTypes
2021-04-27T19:40:28.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:40:29.095Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:40:29.095Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6adec0b0
2021-04-27T19:40:29.096Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:40:29.096Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:40:29.096Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:40:29.096Z||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.GeneratedMethodAccessor130.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-04-27T19:41:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:41:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:41:18.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:41:18.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:41:18.074Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a288e244-2504-491c-b83a-480154bab775 url= /sdc/v1/artifactTypes
2021-04-27T19:41:18.074Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:41:19.113Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:41:19.113Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c7e9e97
2021-04-27T19:41:19.114Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:41:19.114Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:41:19.114Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:41:19.114Z||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.GeneratedMethodAccessor130.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-04-27T19:42:08.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:42:08.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:42:08.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:42:08.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:42:08.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57028fd5-77ae-4631-aca9-ab3bcaab4199 url= /sdc/v1/artifactTypes
2021-04-27T19:42:08.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:42:09.097Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:42:09.098Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4809a1d6
2021-04-27T19:42:09.099Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:42:09.099Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:42:09.099Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:42:09.100Z||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.GeneratedMethodAccessor130.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-04-27T19:42:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:42:58.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:42:58.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:42:58.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:42:58.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e36ff0a-78ac-49eb-a326-0cc4c2a57c50 url= /sdc/v1/artifactTypes
2021-04-27T19:42:58.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:42:59.107Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:42:59.107Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c3df741
2021-04-27T19:42:59.107Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:42:59.107Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:42:59.107Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:42:59.108Z||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.GeneratedMethodAccessor130.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-04-27T19:43:48.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:43:48.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:43:48.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:43:48.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:43:48.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 854794ee-eeb5-44aa-8afc-02f632be83d7 url= /sdc/v1/artifactTypes
2021-04-27T19:43:48.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:43:49.091Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:43:49.091Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a68fa89
2021-04-27T19:43:49.091Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:43:49.091Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:43:49.092Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:43:49.092Z||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.GeneratedMethodAccessor130.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-04-27T19:44:38.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:44:38.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:44:38.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:44:38.061Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:44:38.067Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d1147ddd-fbaf-4f2d-8e9e-a8cb43f89098 url= /sdc/v1/artifactTypes
2021-04-27T19:44:38.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:44:39.109Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:44:39.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6a035832
2021-04-27T19:44:39.110Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:44:39.110Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:44:39.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:44:39.110Z||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.GeneratedMethodAccessor130.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-04-27T19:45:28.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:45:28.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:45:28.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:45:28.059Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:45:28.063Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a54b8beb-0f54-4cd5-b9ae-241c8bbbdb73 url= /sdc/v1/artifactTypes
2021-04-27T19:45:28.064Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:45:29.096Z||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.53.200] 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.GeneratedMethodAccessor130.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-04-27T19:45:29.096Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@743b229f
2021-04-27T19:45:29.097Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-04-27T19:45:29.097Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-04-27T19:45:29.097Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:45:29.097Z||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.GeneratedMethodAccessor130.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-04-27T19:46:18.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:46:18.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:46:18.057Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:46:18.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:46:18.065Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2f7aa5c5-e2ae-4250-904d-b26ea6f46d75 url= /sdc/v1/artifactTypes
2021-04-27T19:46:18.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:46:18.249Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-27T19:46:18.258Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-27T19:46:18.299Z||scheduling-1|||||DEBUG|500||create keys
2021-04-27T19:46:18.306Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-27T19:46:19.331Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-27T19:46:19.335Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)]
2021-04-27T19:46:19.335Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
2021-04-27T19:46:19.336Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor130.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
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-04-27T19:47:08.060Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:47:08.060Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:47:08.061Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:47:08.064Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:47:08.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 594b87b2-dd1a-482c-b0cc-2b3749ff66bf url= /sdc/v1/artifactTypes
2021-04-27T19:47:08.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:47:08.114Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-27T19:47:08.115Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-27T19:47:08.116Z||scheduling-1|||||DEBUG|500||create keys
2021-04-27T19:47:08.116Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-27T19:47:08.116Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-27T19:47:09.126Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-04-27T19:47:09.127Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)]
2021-04-27T19:47:09.127Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
2021-04-27T19:47:09.127Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at jdk.internal.reflect.GeneratedMethodAccessor130.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.55.118] failed: Connection refused (Connection refused)
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-04-27T19:47:58.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:47:58.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:47:58.056Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:47:58.058Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:47:58.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7bd06387-8373-4c11-b929-5beb24559c55 url= /sdc/v1/artifactTypes
2021-04-27T19:47:58.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:47:58.114Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-27T19:47:58.115Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-27T19:47:58.115Z||scheduling-1|||||DEBUG|500||create keys
2021-04-27T19:47:58.115Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-04-27T19:47:58.115Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-04-27T19:47:58.153Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:47:58.177Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 14f95999-b490-4d2e-a3a3-b2b1c107cfe4 url= /sdc/v1/registerForDistribution
2021-04-27T19:47:58.189Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39d3b36c
2021-04-27T19:47:58.189Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-04-27T19:47:58.190Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-04-27T19:47:58.195Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/2VXuoBPiOjWRHJfh will send credentials over a clear channel.
2021-04-27T19:47:58.196Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/2VXuoBPiOjWRHJfh (as 2VXuoBPiOjWRHJfh) ...
2021-04-27T19:47:58.234Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:47:58.235Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-04-27T19:47:58.235Z||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.GeneratedMethodAccessor130.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-04-27T19:48:48.057Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-04-27T19:48:48.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-04-27T19:48:48.058Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-04-27T19:48:48.063Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-04-27T19:48:48.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4bf8a17f-2168-40ae-bc9f-9107a9924afb url= /sdc/v1/artifactTypes
2021-04-27T19:48:48.071Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-04-27T19:48:48.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-04-27T19:48:48.125Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-04-27T19:48:48.125Z||scheduling-1|||||DEBUG|500||create keys
2021-04-27T19:48:48.126Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-04-27T19:48:48.126Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as 2VXuoBPiOjWRHJfh) ...
2021-04-27T19:48:48.163Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:48:48.165Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d29d3ea6-00ed-43df-944b-b5a72043a094 url= /sdc/v1/registerForDistribution
2021-04-27T19:48:48.269Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d29d3ea6-00ed-43df-944b-b5a72043a094 url= /sdc/v1/registerForDistribution
2021-04-27T19:48:48.269Z||scheduling-1|||||INFO|500||start DistributionClient
2021-04-27T19:48:48.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:48:48.284Z||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-04-27T19:48:48.285Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:48:48.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:48:48.286Z||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-04-27T19:48:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:48:48.654Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-04-27T19:48:58.532Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:48:58.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:49:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:49:48.283Z||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-04-27T19:49:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:49:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:49:48.286Z||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-04-27T19:49:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:49:57.832Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:49:57.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:50:48.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:50:48.283Z||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-04-27T19:50:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:50:48.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:50:48.286Z||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-04-27T19:50:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:50:57.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:50:57.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:51:48.283Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:51:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:51:48.287Z||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-04-27T19:51:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:51:48.290Z||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-04-27T19:51:48.291Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:51:57.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:51:57.848Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:52:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:52:48.283Z||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-04-27T19:52:48.284Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:52:48.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:52:48.287Z||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-04-27T19:52:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:52:57.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:52:57.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:53:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:53:48.283Z||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-04-27T19:53:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:53:48.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:53:48.286Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-04-27T19:53:48.286Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sO8SgDS2XO6fMMCM) ...
2021-04-27T19:53:57.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:53:57.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:54:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:54:48.282Z||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-04-27T19:54:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:54:48.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:54:48.287Z||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-04-27T19:54:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:54:57.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:54:57.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:55:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:55:48.283Z||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-04-27T19:55:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:55:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:55:48.286Z||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-04-27T19:55:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:55:57.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:55:57.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:56:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:56:48.283Z||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-04-27T19:56:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:56:48.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:56:48.286Z||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-04-27T19:56:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:56:57.825Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:56:57.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:57:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:57:48.283Z||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-04-27T19:57:48.284Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:57:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:57:48.286Z||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-04-27T19:57:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:57:57.830Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:57:57.832Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:58:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:58:48.283Z||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-04-27T19:58:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:58:48.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:58:48.286Z||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-04-27T19:58:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:58:57.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:58:57.830Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:59:48.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:59:48.283Z||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-04-27T19:59:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:59:48.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T19:59:48.286Z||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-04-27T19:59:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T19:59:57.826Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T19:59:57.826Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:00:48.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:00:48.283Z||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-04-27T20:00:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:00:48.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:00:48.286Z||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-04-27T20:00:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:00:57.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:00:57.825Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:48.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:01:48.283Z||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-04-27T20:01:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:01:48.286Z||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-04-27T20:01:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:48.410Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:48.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "dcae-sch",
"timestamp": 1619553687052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "policy-id",
"timestamp": 1619553692728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "aai-ml",
"timestamp": 1619553692651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553696540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "dcae-sch",
"timestamp": 1619553687052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "policy-id",
"timestamp": 1619553692728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "aai-ml",
"timestamp": 1619553692651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553696540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "dcae-sch",
"timestamp": 1619553687052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "policy-id",
"timestamp": 1619553692728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "aai-ml",
"timestamp": 1619553692651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553696540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "dcae-sch",
"timestamp": 1619553687052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "policy-id",
"timestamp": 1619553692728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "aai-ml",
"timestamp": 1619553692651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553696540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "dcae-sch",
"timestamp": 1619553687052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "policy-id",
"timestamp": 1619553692728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "aai-ml",
"timestamp": 1619553692651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553696540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "dcae-sch",
"timestamp": 1619553687052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "policy-id",
"timestamp": 1619553692728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "aai-ml",
"timestamp": 1619553692651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553696540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "dcae-sch",
"timestamp": 1619553687052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "policy-id",
"timestamp": 1619553692728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "aai-ml",
"timestamp": 1619553692651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553702634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553702635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553696540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553702634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553702635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "policy-id",
"timestamp": 1619553704487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553704658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "aai-ml",
"timestamp": 1619553704836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553702634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553702635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "policy-id",
"timestamp": 1619553705495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553705929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "ves-openapi-manager",
"timestamp": 1619553705510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553702634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553702635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "policy-id",
"timestamp": 1619553706499,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:01:48.848Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:01:48.868Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:01:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "ves-openapi-manager",
"timestamp": 1619553705510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.885Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.885Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553707229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553702634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553702635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "ves-openapi-manager",
"timestamp": 1619553705510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:48.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:01:48.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:48.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-27T20:01:48.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"72d05b56-a349-49fa-8d01-249449b0ae39","serviceName":"vFW 2021-04-27 19-59-38","serviceVersion":"1.0","serviceUUID":"82fd1db9-677a-4364-be63-cf884a023815","serviceDescription":"catalog service description","serviceInvariantUUID":"cd79f944-8962-4c94-b384-2de6530d4ca0","resources":[{"resourceInstanceName":"vFW 5af3371c-85c8 0","resourceName":"vFW 5af3371c-85c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7dd5c36b-d964-4928-b1fd-3e8049e66103","resourceInvariantUUID":"dfdee29e-c571-4122-aa6c-4760bd4bfb3c","resourceCustomizationUUID":"49e66762-94e2-42a1-8610-814a3604dc25","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml","artifactChecksum":"NGY5NTdjOWEyYzhhMjg1NTZhNmYxMjhjMjFlYzQzMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1bcb035-b3cc-46fe-85e7-2fa5271a5f74","artifactVersion":"1"},{"artifactName":"vfw5af3371c85c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json","artifactChecksum":"MjJlNjA2MGFlYjMzNDI2MzY0YWU0YWExNTVlYzdmM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"47c8f55f-756c-46f1-94cf-e6ff020a5e36","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f516cbe3-8b5f-419c-808b-172a1b1f6597","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml","artifactChecksum":"MTcwNDNhYTUxNWJkM2I0MTQyY2Q3MWMyMzQwNzc4M2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e884618e-980d-4574-b571-d315c7eb6d22","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7b6d4e1b-8793-458d-87b3-ecd568167a3a","artifactVersion":"2","generatedFromUUID":"f516cbe3-8b5f-419c-808b-172a1b1f6597"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210427195938-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml","artifactChecksum":"NDAzMDI3ZTg3YWMwMDllMzU1OGVkY2NhNjc0ZTUyMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7733a392-8be0-403b-addf-97783be720a2","artifactVersion":"1"},{"artifactName":"service-Vfw20210427195938-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar","artifactChecksum":"MjgxNDk3YmI5ZDRiYzE3OGUxZDUyYjUxOTRkY2JjOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5deb2dde-cf4c-4d44-b465-f91d7f314b04","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:01:48.920Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:48.939Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:48.948Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:48.949Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:49.049Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-04-27T20:01:49.052Z||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-04-27T20:01:49.052Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:49.066Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:49.067Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1}
2021-04-27T20:01:49.959Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:49.959Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:49.962Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:49.962Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:01:50.062Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:01:50.063Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:01:50.063Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:50.074Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:50.074Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:50.963Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:50.964Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:50.967Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:50.967Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:01:51.066Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:01:51.067Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:01:51.067Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:51.076Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:51.077Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:51.967Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:51.968Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:51.972Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:51.972Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:52.072Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:01:52.073Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:01:52.073Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:52.084Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:52.084Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:52.972Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:52.973Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:52.975Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:52.976Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-27T20:01:53.075Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:01:53.076Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:01:53.076Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:53.086Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:53.086Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:53.976Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:53.977Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:53.980Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:53.980Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:01:54.080Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:01:54.081Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:01:54.081Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:54.092Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:54.093Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:01:54.981Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:01:54.982Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:54.983Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:54.983Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:01:55.084Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:01:55.085Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:01:55.085Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:55.096Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:55.097Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:55.986Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"serviceName": "vFW 2021-04-27 19-59-38",
"serviceVersion": "1.0",
"serviceUUID": "82fd1db9-677a-4364-be63-cf884a023815",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "cd79f944-8962-4c94-b384-2de6530d4ca0",
"resources": [
{
"resourceInstanceName": "vFW 5af3371c-85c8 0",
"resourceCustomizationUUID": "49e66762-94e2-42a1-8610-814a3604dc25",
"resourceName": "vFW 5af3371c-85c8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7dd5c36b-d964-4928-b1fd-3e8049e66103",
"resourceInvariantUUID": "dfdee29e-c571-4122-aa6c-4760bd4bfb3c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw5af3371c85c80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"artifactChecksum": "MjJlNjA2MGFlYjMzNDI2MzY0YWU0YWExNTVlYzdmM2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "47c8f55f-756c-46f1-94cf-e6ff020a5e36",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f516cbe3-8b5f-419c-808b-172a1b1f6597",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7b6d4e1b-8793-458d-87b3-ecd568167a3a",
"generatedFromUUID": "f516cbe3-8b5f-419c-808b-172a1b1f6597"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7b6d4e1b-8793-458d-87b3-ecd568167a3a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210427195938-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"artifactChecksum": "MjgxNDk3YmI5ZDRiYzE3OGUxZDUyYjUxOTRkY2JjOTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5deb2dde-cf4c-4d44-b465-f91d7f314b04"
}
],
"workloadContext": "Production"
}
2021-04-27T20:01:55.987Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:01:55.987Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82fd1db9-677a-4364-be63-cf884a023815 ASDC
2021-04-27T20:01:56.379Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:72d05b56-a349-49fa-8d01-249449b0ae39
ServiceName:vFW 2021-04-27 19-59-38
ServiceVersion:1.0
ServiceUUID:82fd1db9-677a-4364-be63-cf884a023815
ServiceInvariantUUID:cd79f944-8962-4c94-b384-2de6530d4ca0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210427195938-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar
ArtifactUUID:5deb2dde-cf4c-4d44-b465-f91d7f314b04
ArtifactChecksum:MjgxNDk3YmI5ZDRiYzE3OGUxZDUyYjUxOTRkY2JjOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5af3371c-85c8 0
ResourceCustomizationUUID:49e66762-94e2-42a1-8610-814a3604dc25
ResourceInvariantUUID:dfdee29e-c571-4122-aa6c-4760bd4bfb3c
ResourceName:vFW 5af3371c-85c8
ResourceType:VF
ResourceUUID:7dd5c36b-d964-4928-b1fd-3e8049e66103
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5af3371c85c80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json
ArtifactUUID:47c8f55f-756c-46f1-94cf-e6ff020a5e36
ArtifactChecksum:MjJlNjA2MGFlYjMzNDI2MzY0YWU0YWExNTVlYzdmM2M=
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/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml
ArtifactUUID:f516cbe3-8b5f-419c-808b-172a1b1f6597
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/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
ArtifactUUID:7b6d4e1b-8793-458d-87b3-ecd568167a3a
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/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
ArtifactUUID:7b6d4e1b-8793-458d-87b3-ecd568167a3a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-27T20:01:56.379Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82fd1db9-677a-4364-be63-cf884a023815 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:01:56.433Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:01:56.434Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:01:56.435Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:01:56.435Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5deb2dde-cf4c-4d44-b465-f91d7f314b04 from URL: /sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:56.435Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:01:56.450Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:56.678Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:01:56.687Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar 5deb2dde-cf4c-4d44-b465-f91d7f314b04 111200
2021-04-27T20:01:56.688Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar ASDC sendASDCNotification
2021-04-27T20:01:56.688Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:56.715Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:01:56.717Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:01:56.719Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:01:56.719Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553716687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:01:56.820Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:01:56.821Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:01:56.821Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:01:56.831Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:01:56.831Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:01:57.720Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:01:57.722Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:01:57.722Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5deb2dde-cf4c-4d44-b465-f91d7f314b04, URL: /sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar to file: /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:57.723Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210427195938-csar.csar
2021-04-27T20:01:57.954Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:57.954Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:01:58.429Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP150705694698504824/Definitions/service-Vfw20210427195938-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2021-04-27T20:02:01.042Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||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-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||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-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||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-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.047Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5af3371c-85c8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5af3371c-85c8 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-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:01.048Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-27T20:02:01.055Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.057Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.060Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:01.060Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-27T20:02:01.061Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:02:01.062Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.062Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.063Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:01.063Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-27T20:02:01.063Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:02:01.063Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.063Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.066Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.067Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T20:02:01.068Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.068Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T20:02:01.068Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.068Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:01.069Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.070Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b7e9dc4f-41de-4851-bfe4-49e1f143655f
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.071Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b8a50b-4079-4de8-b6f2-b1913767f699
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:01.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01ca7708-93b6-480b-a6e8-a321d58b8f4e
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.073Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:01.074Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-04-27 19-59-38
Description:catalog service description
Model UUID:82fd1db9-677a-4364-be63-cf884a023815
Model Version:NULL
Model InvariantUuid:cd79f944-8962-4c94-b384-2de6530d4ca0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 5af3371c-85c8
Model UUID:ac457441-ae8b-40d0-b472-5a886e8a929f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dfdee29e-c571-4122-aa6c-4760bd4bfb3c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:49e66762-94e2-42a1-8610-814a3604dc25
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:423376a9-6972-4e0d-b5ad-d31a71290db4
ModelName:Vfw5af3371c85c8..base_vfw..module-0
ModelUuid:068c0595-8e5b-4c41-bfb8-8cfc22aadcf7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b7e9dc4f-41de-4851-bfe4-49e1f143655f
ModelInvariantUuid:b73fb945-acab-4df2-bab6-ac79cfc80ae3
ModelName:vFW 5af3371c-85c8-nodes.vfwCvfc
ModelUuid:3ce1d4dc-6ce4-4ce3-bf50-f67b5c10cb96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:50aefc9b-aee4-4fb1-94b1-bc15a3ee0e3c
ModelInvariantUuid:07e1c34f-5237-43b9-bb6a-828d8171c7de
ModelName:Vfw5af3371c85c8.compute.nodes.heat.vfw
ModelUuid:42611e9d-68a0-4bed-b4ea-85f2d2eb855a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:73b8a50b-4079-4de8-b6f2-b1913767f699
ModelInvariantUuid:10696a96-1f94-41c1-8c06-887bf4ce6f3f
ModelName:vFW 5af3371c-85c8-nodes.vsnCvfc
ModelUuid:2eb48afa-02ce-4ce7-90c9-57614e8f7271
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0063975e-d9ec-41c9-be57-a9a3e7764b97
ModelInvariantUuid:62474e02-8cde-43e1-a18e-102df895ddd1
ModelName:Vfw5af3371c85c8.compute.nodes.heat.vsn
ModelUuid:8ab55102-24b1-4328-925b-6435f7d4920c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:01ca7708-93b6-480b-a6e8-a321d58b8f4e
ModelInvariantUuid:55deb6cb-4bec-4eca-b554-1c711bd50855
ModelName:vFW 5af3371c-85c8-nodes.vpgCvfc
ModelUuid:56b816f0-ee60-407a-8f0b-bb4c372e2f42
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a3bacf6e-9748-40d5-9346-c21d41e1691c
ModelInvariantUuid:c05bbf39-ec7a-4950-a178-2f53e8752182
ModelName:Vfw5af3371c85c8.compute.nodes.heat.vpg
ModelUuid:25756e17-33ae-470a-b930-d63e3ace9997
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-27T20:02:01.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7dd5c36b-d964-4928-b1fd-3e8049e66103
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:02:01.580Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||vFW 5af3371c-85c8 0
2021-04-27T20:02:01.587Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7dd5c36b-d964-4928-b1fd-3e8049e66103
2021-04-27T20:02:01.587Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 47c8f55f-756c-46f1-94cf-e6ff020a5e36 from URL: /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json
2021-04-27T20:02:01.587Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:02:01.587Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json
2021-04-27T20:02:01.930Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:02:01.931Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json 47c8f55f-756c-46f1-94cf-e6ff020a5e36 785
2021-04-27T20:02:01.932Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json ASDC sendASDCNotification
2021-04-27T20:02:01.932Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json
2021-04-27T20:02:01.932Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:02:01.932Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:01.936Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:01.936Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553721932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:02:02.036Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:02.036Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:02:02.037Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:02.047Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:02:02.048Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:02:02.938Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5af3371c85c8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "423376a9-6972-4e0d-b5ad-d31a71290db4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "068c0595-8e5b-4c41-bfb8-8cfc22aadcf7",
"vfModuleModelCustomizationUUID": "6f0744a8-c777-4cb0-8468-bb3789a77fe7",
"isBase": true,
"artifacts": [
"f516cbe3-8b5f-419c-808b-172a1b1f6597",
"7b6d4e1b-8793-458d-87b3-ecd568167a3a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-27T20:02:03.075Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5af3371c85c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:068c0595-8e5b-4c41-bfb8-8cfc22aadcf7
VfModuleModelInvariantUUID:423376a9-6972-4e0d-b5ad-d31a71290db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f516cbe3-8b5f-419c-808b-172a1b1f6597
,
7b6d4e1b-8793-458d-87b3-ecd568167a3a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-27T20:02:03.078Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5af3371c85c8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "423376a9-6972-4e0d-b5ad-d31a71290db4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "068c0595-8e5b-4c41-bfb8-8cfc22aadcf7",
"vfModuleModelCustomizationUUID": "6f0744a8-c777-4cb0-8468-bb3789a77fe7",
"isBase": true,
"artifacts": [
"f516cbe3-8b5f-419c-808b-172a1b1f6597",
"7b6d4e1b-8793-458d-87b3-ecd568167a3a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-27T20:02:03.078Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5af3371c85c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:068c0595-8e5b-4c41-bfb8-8cfc22aadcf7
VfModuleModelInvariantUUID:423376a9-6972-4e0d-b5ad-d31a71290db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f516cbe3-8b5f-419c-808b-172a1b1f6597
,
7b6d4e1b-8793-458d-87b3-ecd568167a3a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-27T20:02:03.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f516cbe3-8b5f-419c-808b-172a1b1f6597 from URL: /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml
2021-04-27T20:02:03.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:02:03.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml
2021-04-27T20:02:03.473Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:02:03.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml f516cbe3-8b5f-419c-808b-172a1b1f6597 20368
2021-04-27T20:02:03.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-27T20:02:03.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml
2021-04-27T20:02:03.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:02:03.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:03.476Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:03.476Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553723474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:02:03.576Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:03.577Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:02:03.577Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:03.587Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:02:03.588Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:02:04.477Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7b6d4e1b-8793-458d-87b3-ecd568167a3a from URL: /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
2021-04-27T20:02:04.478Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:02:04.478Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
2021-04-27T20:02:04.961Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:02:04.962Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env 7b6d4e1b-8793-458d-87b3-ecd568167a3a 2098
2021-04-27T20:02:04.962Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-27T20:02:04.962Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
2021-04-27T20:02:04.963Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:02:04.963Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:04.965Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:04.965Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553724962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:02:05.066Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:05.067Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:02:05.067Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:05.077Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:02:05.077Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:02:05.966Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 82fd1db9-677a-4364-be63-cf884a023815
2021-04-27T20:02:05.967Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5af3371c-85c8 0 7dd5c36b-d964-4928-b1fd-3e8049e66103 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 49e66762-94e2-42a1-8610-814a3604dc25
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 49e66762-94e2-42a1-8610-814a3604dc25 matches Tosca VF Customization UUID: 49e66762-94e2-42a1-8610-814a3604dc25
2021-04-27T20:02:06.072Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 49e66762-94e2-42a1-8610-814a3604dc25 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-04-27T20:02:06.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.079Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.080Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 49e66762-94e2-42a1-8610-814a3604dc25: {\"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-04-27T20:02:06.081Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58ff0fb5
2021-04-27T20:02:06.081Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.081Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:02:06.081Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f0744a8-c777-4cb0-8468-bb3789a77fe7
2021-04-27T20:02:06.082Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f0744a8-c777-4cb0-8468-bb3789a77fe7
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-04-27T20:02:06.087Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.088Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.088Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:06.088Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T20:02:06.089Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.090Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b7e9dc4f-41de-4851-bfe4-49e1f143655f
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-04-27T20:02:06.095Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.095Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T20:02:06.096Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.097Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=73b8a50b-4079-4de8-b6f2-b1913767f699
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-04-27T20:02:06.099Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.099Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.099Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:06.101Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.102Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-04-27T20:02:06.103Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-04-27T20:02:06.104Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01ca7708-93b6-480b-a6e8-a321d58b8f4e
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-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Node template vFW 5af3371c-85c8 0 is matching search criteria
2021-04-27T20:02:06.106Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5af3371c-85c8 0] matching following query criteria: sdcType=VF, customizationUUID=49e66762-94e2-42a1-8610-814a3604dc25
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:02:06.108Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.108Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.109Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 82fd1db9-677a-4364-be63-cf884a023815: vFW 5af3371c-85c8
2021-04-27T20:02:06.109Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.109Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.109Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.110Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:02:06.111Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-27 19-59-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:02:06.111Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-04-27 19-59-38
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-04-27T20:02:06.281Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5af3371c-85c8 7dd5c36b-d964-4928-b1fd-3e8049e66103 1 ASDC deployResourceStructure
2021-04-27T20:02:06.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json ASDC sendASDCNotification
2021-04-27T20:02:06.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json
2021-04-27T20:02:06.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:02:06.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:06.284Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:06.284Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553726282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T20:02:06.385Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:06.386Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:02:06.386Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:06.398Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:02:06.398Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:02:07.286Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-04-27T20:02:07.286Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml
2021-04-27T20:02:07.286Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:02:07.286Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:07.289Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:07.289Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553727286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T20:02:07.389Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:07.390Z||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-04-27T20:02:07.390Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:07.402Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:02:07.403Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:02:08.290Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-04-27T20:02:08.290Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env
2021-04-27T20:02:08.291Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:02:08.291Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:08.293Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:08.293Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553728290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-27T20:02:08.393Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:02:08.394Z||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-04-27T20:02:08.394Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:08.407Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:02:08.407Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:02:09.294Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar ASDC sendASDCNotification
2021-04-27T20:02:09.295Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar
2021-04-27T20:02:09.295Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:02:09.295Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:02:09.296Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:02:09.297Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553729294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:02:09.397Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:02:09.397Z||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-04-27T20:02:09.397Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:09.410Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:02:09.410Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:02:10.298Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:02:10.325Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:02:10.328Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:02:10.328Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:02:10.328Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:02:40.328Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:02:40.338Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:02:40.341Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:02:40.342Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:02:40.342Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:02:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:02:48.286Z||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-04-27T20:02:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:02:48.307Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:02:48.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:02:48.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553702634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:02:48.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:03:10.342Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:03:10.361Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:03:10.364Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:03:10.364Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:03:10.364Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:03:40.364Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:03:40.379Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:03:40.383Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:03:40.383Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:03:40.383Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:03:48.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:03:48.288Z||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-04-27T20:03:48.288Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:03:48.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:03:48.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:03:48.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553702635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:03:48.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:10.383Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:04:10.393Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:04:10.396Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:04:10.396Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:04:10.396Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:04:40.396Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:04:40.404Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:04:40.406Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:04:40.406Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-04-27T20:04:40.407Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-04-27T20:04:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:04:48.287Z||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-04-27T20:04:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:04:48.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:04:48.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "ves-openapi-manager",
"timestamp": 1619553705510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553702634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553702635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:04:48.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553709927,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:04:48.828Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.829Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "ves-openapi-manager",
"timestamp": 1619553705510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619553710930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553710968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:04:48.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553711014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "ves-openapi-manager",
"timestamp": 1619553705510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "ves-openapi-manager",
"timestamp": 1619553705510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553712441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553712426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553713715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553713706,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553714720,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:04:48.843Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.843Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-27T20:04:48.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553714711,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:04:48.848Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.849Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553708282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619553714797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619553715725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619553715718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619553714797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553716687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "clamp",
"timestamp": 1619553716725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619553714797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "clamp",
"timestamp": 1619553716725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619553714797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "clamp",
"timestamp": 1619553716725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619553714797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "clamp",
"timestamp": 1619553716725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619553714797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "aai-ml",
"timestamp": 1619553720939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "clamp",
"timestamp": 1619553716725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619553714797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553721932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "aai-ml",
"timestamp": 1619553721943,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"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-04-27T20:04:48.859Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.859Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 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-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "clamp",
"timestamp": 1619553716725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619553723004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "clamp",
"timestamp": 1619553716725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553723474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553724962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553726282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/vfw5af3371c85c80_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553727286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553728290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/resourceInstances/vfw5af3371c85c80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619553728651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553729294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619553729655,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:04:48.870Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.870Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:04:48.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "clamp",
"timestamp": 1619553741657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "clamp",
"timestamp": 1619553743670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210427195938/1.0/artifacts/service-Vfw20210427195938-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-04-27T20:04:48.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "clamp",
"timestamp": 1619553744675,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:04:48.879Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72d05b56-a349-49fa-8d01-249449b0ae39
2021-04-27T20:04:48.879Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72d05b56-a349-49fa-8d01-249449b0ae39 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:05:10.407Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:05:10.417Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39
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-04-27T20:05:10.420Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:05:10.421Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-04-27T20:05:10.427Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:05:40.427Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72d05b56-a349-49fa-8d01-249449b0ae39 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-04-27T20:05:40.438Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72d05b56-a349-49fa-8d01-249449b0ae39 and serviceModelVersionId: 82fd1db9-677a-4364-be63-cf884a023815
2021-04-27T20:05:40.438Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd79f944-8962-4c94-b384-2de6530d4ca0
2021-04-27T20:05:48.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:05:48.287Z||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-04-27T20:05:48.287Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:05:57.429Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0
2021-04-27T20:05:57.536Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:05:57.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:05:58.059Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0|INFO|500||Invoke
2021-04-27T20:05:58.065Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72d05b56-a349-49fa-8d01-249449b0ae39], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7a40a583-5071-4478-8a7e-0831fdb4c580], X-ECOMP-RequestID=[72d05b56-a349-49fa-8d01-249449b0ae39], X-TransactionId=[], X-ONAP-RequestID=[72d05b56-a349-49fa-8d01-249449b0ae39], Content-Type=[application/merge-patch+json]}
2021-04-27T20:05:58.169Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-27T20:05:58.454Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?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/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-20:05:58:177-88997], vertex-id=[192736], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:05:58 GMT], Content-Type=[application/json]}
2021-04-27T20:05:58.455Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:05:58.456Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cd79f944-8962-4c94-b384-2de6530d4ca0/model-vers/model-ver/82fd1db9-677a-4364-be63-cf884a023815?depth=0|INFO|500||InvokeReturn
2021-04-27T20:05:58.459Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:05:58.460Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:05:58.462Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||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-04-27T20:05:58.463Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72d05b56-a349-49fa-8d01-249449b0ae39 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:05:58.463Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:05:58.464Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:05:58.466Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:05:58.466Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553958463,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:05:58.566Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:05:58.567Z||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-04-27T20:05:58.567Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:05:58.579Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:05:58.579Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-04-27T20:05:59.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:05:59.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:05:59.474Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:09.676Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:06:09.677Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:06:09.677Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:06:09.677Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:19.212Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:06:19.213Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:06:19.214Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:06:19.215Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:28.759Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:06:28.759Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:06:28.760Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:06:28.760Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:38.300Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:06:48.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:06:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:06:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:48.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:06:48.286Z||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-04-27T20:06:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:06:48.910Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:06:48.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:06:48.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72d05b56-a349-49fa-8d01-249449b0ae39",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619553958463,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:06:48.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:06:57.824Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:07:48.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:07:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:07:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:07:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:07:48.286Z||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-04-27T20:07:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:07:57.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:07:57.827Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:48.282Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:08:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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-04-27T20:08:48.283Z|72d05b56-a349-49fa-8d01-249449b0ae39|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:48.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:08:48.286Z||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-04-27T20:08:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:48.908Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:48.909Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.909Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"01268baf-d3f3-4c10-ab65-85935a49a2b5","serviceName":"basic_onboard_pjDexC","serviceVersion":"1.0","serviceUUID":"11cab6c6-c424-41ec-9a14-afbf1417d755","serviceDescription":"service","serviceInvariantUUID":"3ebe097f-2b4c-4e98-aa89-ddc86bcfb160","resources":[{"resourceInstanceName":"basic_onboard_pjDexC 0","resourceName":"basic_onboard_pjDexC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37f799d0-af24-4b15-ad9f-04f382bfb0df","resourceInvariantUUID":"a6aa0376-1f42-43d3-8935-6faf80012284","resourceCustomizationUUID":"e8fbac49-ffe5-46b2-8376-ed9407f85ef3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml","artifactChecksum":"MGNkZDk5MGE1OTlkYWY0YjQ4NWY4NTA3MTMwYWIwNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8976074f-7f0c-42cc-997c-30940175fe13","artifactVersion":"1"},{"artifactName":"basic_onboard_pjdexc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json","artifactChecksum":"M2RiNzZhNTZkYTE3M2Q5ZGEyNzVkMmQwMWVhMTU0NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"001fdf27-59fe-4b35-aec4-978b7786525e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"38ac6287-4053-4e3f-95dc-48af3461586c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0e9e290-263a-476b-b5a1-78526c56a90b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a8a13dc6-00d9-4fca-9701-3d4c157bfe1a","artifactVersion":"2","generatedFromUUID":"38ac6287-4053-4e3f-95dc-48af3461586c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPjdexc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml","artifactChecksum":"ZTFlNWY1NDFkMmIxNTY4MjM3Y2U1YTdmNGY5ODYzOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"20f6c050-9e3c-46ff-bd48-90f7bf20ffcc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPjdexc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar","artifactChecksum":"YjQ4YTg3Y2IxNjg0ZGIyZDJhYjA4ZjNiYzBjNjBkMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:08:48.911Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:48.911Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:48.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:48.913Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:48.913Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1619554085509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "dcae-sch",
"timestamp": 1619554087052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "policy-id",
"timestamp": 1619554092728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1619554085509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "dcae-sch",
"timestamp": 1619554087052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "policy-id",
"timestamp": 1619554092728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1619554085509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "dcae-sch",
"timestamp": 1619554087052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "policy-id",
"timestamp": 1619554092728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1619554085509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "dcae-sch",
"timestamp": 1619554087052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "policy-id",
"timestamp": 1619554092728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554096540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1619554085509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "dcae-sch",
"timestamp": 1619554087052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "policy-id",
"timestamp": 1619554092728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554096540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1619554085509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "dcae-sch",
"timestamp": 1619554087052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "policy-id",
"timestamp": 1619554092728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554096540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "ves-openapi-manager",
"timestamp": 1619554085509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "dcae-sch",
"timestamp": 1619554087052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "policy-id",
"timestamp": 1619554092728,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554096540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554096540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554096540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "policy-id",
"timestamp": 1619554102203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554096540,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "policy-id",
"timestamp": 1619554103208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554102634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554102635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "policy-id",
"timestamp": 1619554104211,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:08:48.936Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:48.936Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554102634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554102635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554104896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554102634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554102635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554104797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554102634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554102635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554104797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554106586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554102634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554102635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "clamp",
"timestamp": 1619554106725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554104797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554107773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554102634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554102635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "clamp",
"timestamp": 1619554106725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554104797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554108796,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:08:48.953Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:48.954Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-27T20:08:48.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554102634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554102635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "clamp",
"timestamp": 1619554106725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554104797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554109799,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "clamp",
"timestamp": 1619554106725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554104797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554110845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554110837,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "clamp",
"timestamp": 1619554106725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554104797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "clamp",
"timestamp": 1619554106725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554112426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554112422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554113032,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "aai-ml",
"timestamp": 1619554112651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "clamp",
"timestamp": 1619554106725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554113834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554113944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "aai-ml",
"timestamp": 1619554112651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554114837,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:08:48.970Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:48.970Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-27T20:08:48.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554114948,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:08:48.985Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:48.985Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "aai-ml",
"timestamp": 1619554112651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554115412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554115840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554115951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T20:08:48.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:48.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "aai-ml",
"timestamp": 1619554112651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:48.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:48.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:48.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554116418,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:08:48.996Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:48.996Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "aai-ml",
"timestamp": 1619554112651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "aai-ml",
"timestamp": 1619554112651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:49.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "clamp",
"timestamp": 1619554118721,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "aai-ml",
"timestamp": 1619554112651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "aai-ml",
"timestamp": 1619554120505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "clamp",
"timestamp": 1619554120730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "clamp",
"timestamp": 1619554121733,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:08:49.010Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:49.010Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 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=?
2021-04-27T20:08:49.013Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:08:49.014Z||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-04-27T20:08:49.014Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:49.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "aai-ml",
"timestamp": 1619554126823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:08:49.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:08:49.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-04-27T20:08:49.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "aai-ml",
"timestamp": 1619554127826,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"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-04-27T20:08:49.022Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01268baf-d3f3-4c10-ab65-85935a49a2b5
2021-04-27T20:08:49.022Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01268baf-d3f3-4c10-ab65-85935a49a2b5 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=?
2021-04-27T20:08:49.024Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:08:49.025Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:49.913Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:49.914Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:49.916Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:49.916Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:08:50.016Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:50.017Z||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-04-27T20:08:50.017Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:50.028Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:50.028Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:50.917Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:50.917Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:50.919Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:50.920Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:08:51.020Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:51.020Z||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-04-27T20:08:51.020Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:51.030Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:51.031Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:51.920Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:51.921Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:51.923Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:51.923Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:52.023Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:52.024Z||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-04-27T20:08:52.024Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:52.033Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:52.034Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:52.923Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:52.924Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:52.926Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:52.926Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T20:08:53.026Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:53.027Z||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-04-27T20:08:53.027Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:53.037Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:53.038Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:53.926Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:53.927Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:53.929Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:53.929Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:08:54.029Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:54.030Z||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-04-27T20:08:54.031Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:54.041Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:54.042Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:54.930Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:08:54.931Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:54.933Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:54.933Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:08:55.033Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:08:55.034Z||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-04-27T20:08:55.034Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:55.043Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:55.044Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:55.935Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"serviceName": "basic_onboard_pjDexC",
"serviceVersion": "1.0",
"serviceUUID": "11cab6c6-c424-41ec-9a14-afbf1417d755",
"serviceDescription": "service",
"serviceInvariantUUID": "3ebe097f-2b4c-4e98-aa89-ddc86bcfb160",
"resources": [
{
"resourceInstanceName": "basic_onboard_pjDexC 0",
"resourceCustomizationUUID": "e8fbac49-ffe5-46b2-8376-ed9407f85ef3",
"resourceName": "basic_onboard_pjDexC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "37f799d0-af24-4b15-ad9f-04f382bfb0df",
"resourceInvariantUUID": "a6aa0376-1f42-43d3-8935-6faf80012284",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pjdexc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"artifactChecksum": "M2RiNzZhNTZkYTE3M2Q5ZGEyNzVkMmQwMWVhMTU0NDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "001fdf27-59fe-4b35-aec4-978b7786525e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "38ac6287-4053-4e3f-95dc-48af3461586c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a8a13dc6-00d9-4fca-9701-3d4c157bfe1a",
"generatedFromUUID": "38ac6287-4053-4e3f-95dc-48af3461586c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a8a13dc6-00d9-4fca-9701-3d4c157bfe1a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPjdexc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"artifactChecksum": "YjQ4YTg3Y2IxNjg0ZGIyZDJhYjA4ZjNiYzBjNjBkMGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a"
}
],
"workloadContext": "Production"
}
2021-04-27T20:08:55.935Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:08:55.935Z|72d05b56-a349-49fa-8d01-249449b0ae39|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 11cab6c6-c424-41ec-9a14-afbf1417d755 ASDC
2021-04-27T20:08:55.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:01268baf-d3f3-4c10-ab65-85935a49a2b5
ServiceName:basic_onboard_pjDexC
ServiceVersion:1.0
ServiceUUID:11cab6c6-c424-41ec-9a14-afbf1417d755
ServiceInvariantUUID:3ebe097f-2b4c-4e98-aa89-ddc86bcfb160
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPjdexc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar
ArtifactUUID:9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a
ArtifactChecksum:YjQ4YTg3Y2IxNjg0ZGIyZDJhYjA4ZjNiYzBjNjBkMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pjDexC 0
ResourceCustomizationUUID:e8fbac49-ffe5-46b2-8376-ed9407f85ef3
ResourceInvariantUUID:a6aa0376-1f42-43d3-8935-6faf80012284
ResourceName:basic_onboard_pjDexC
ResourceType:VF
ResourceUUID:37f799d0-af24-4b15-ad9f-04f382bfb0df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pjdexc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json
ArtifactUUID:001fdf27-59fe-4b35-aec4-978b7786525e
ArtifactChecksum:M2RiNzZhNTZkYTE3M2Q5ZGEyNzVkMmQwMWVhMTU0NDI=
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/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:38ac6287-4053-4e3f-95dc-48af3461586c
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/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
ArtifactUUID:a8a13dc6-00d9-4fca-9701-3d4c157bfe1a
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/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
ArtifactUUID:a8a13dc6-00d9-4fca-9701-3d4c157bfe1a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-04-27T20:08:55.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11cab6c6-c424-41ec-9a14-afbf1417d755 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:08:55.962Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:08:55.963Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:08:55.963Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:08:55.963Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a from URL: /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:55.963Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:08:55.963Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:56.159Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:08:56.164Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar 9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a 75719
2021-04-27T20:08:56.165Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar ASDC sendASDCNotification
2021-04-27T20:08:56.165Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:56.165Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:08:56.165Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:56.167Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:56.167Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554136164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:56.267Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:56.269Z||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-04-27T20:08:56.269Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:56.280Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:56.281Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:08:57.167Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:08:57.168Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-04-27T20:08:57.168Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9a14cebb-b1c8-4f7c-9dd1-4d5537f08f9a, URL: /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:57.169Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:57.169Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:57.169Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:57.283Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP574412190154945625/Definitions/service-BasicOnboardPjdexc-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-04-27T20:08:58.375Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.376Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pjDexC 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-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pjDexC 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-27T20:08:58.377Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.378Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is not matching search criteria
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-04-27T20:08:58.379Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:08:58.380Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is not matching search criteria
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17d7e1cf-bc9e-4c84-aa33-b470851e183c
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.381Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:08:58.382Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pjDexC
Description:service
Model UUID:11cab6c6-c424-41ec-9a14-afbf1417d755
Model Version:NULL
Model InvariantUuid:3ebe097f-2b4c-4e98-aa89-ddc86bcfb160
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pjDexC
Model UUID:f98ab1e6-5644-49c7-af99-5c0f94bf9bcb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6aa0376-1f42-43d3-8935-6faf80012284
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e8fbac49-ffe5-46b2-8376-ed9407f85ef3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:47a0a65f-9eeb-4bfb-b578-bdb74452c698
ModelName:BasicOnboardPjdexc..base_ubuntu18..module-0
ModelUuid:591159c0-639d-4aa5-8575-5bf9454987c3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:17d7e1cf-bc9e-4c84-aa33-b470851e183c
ModelInvariantUuid:1638ba28-f2ff-4e50-986e-92c56dfe6765
ModelName:basic_onboard_pjDexC-nodes.ubuntu18Cvfc
ModelUuid:af84844a-8b18-4e1f-a2db-1883cc7dbec4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ec09488d-32ab-47e9-9ef7-d4fff24243e2
ModelInvariantUuid:b69e211a-8c69-4c91-bdc2-80b5660cad43
ModelName:BasicOnboardPjdexc.compute.nodes.heat.ubuntu18
ModelUuid:c4574535-9fb5-4e91-ad8d-9e2984c35072
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-27T20:08:58.388Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 37f799d0-af24-4b15-ad9f-04f382bfb0df
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:08:58.391Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||basic_onboard_pjDexC 0
2021-04-27T20:08:58.391Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37f799d0-af24-4b15-ad9f-04f382bfb0df
2021-04-27T20:08:58.391Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 001fdf27-59fe-4b35-aec4-978b7786525e from URL: /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json
2021-04-27T20:08:58.391Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:08:58.391Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json
2021-04-27T20:08:59.129Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:08:59.130Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json 001fdf27-59fe-4b35-aec4-978b7786525e 798
2021-04-27T20:08:59.130Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json ASDC sendASDCNotification
2021-04-27T20:08:59.130Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json
2021-04-27T20:08:59.130Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:08:59.130Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:08:59.132Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:08:59.132Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554139130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:08:59.232Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:08:59.233Z||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-04-27T20:08:59.233Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:08:59.244Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:08:59.244Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:00.132Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPjdexc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "47a0a65f-9eeb-4bfb-b578-bdb74452c698",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "591159c0-639d-4aa5-8575-5bf9454987c3",
"vfModuleModelCustomizationUUID": "04f7f6c1-dac8-44c3-91a2-e58883f7c725",
"isBase": true,
"artifacts": [
"38ac6287-4053-4e3f-95dc-48af3461586c",
"a8a13dc6-00d9-4fca-9701-3d4c157bfe1a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-27T20:09:00.139Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPjdexc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:591159c0-639d-4aa5-8575-5bf9454987c3
VfModuleModelInvariantUUID:47a0a65f-9eeb-4bfb-b578-bdb74452c698
VfModuleModelDescription:NULL
Artifacts UUID List:{
38ac6287-4053-4e3f-95dc-48af3461586c
,
a8a13dc6-00d9-4fca-9701-3d4c157bfe1a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-27T20:09:00.141Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPjdexc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "47a0a65f-9eeb-4bfb-b578-bdb74452c698",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "591159c0-639d-4aa5-8575-5bf9454987c3",
"vfModuleModelCustomizationUUID": "04f7f6c1-dac8-44c3-91a2-e58883f7c725",
"isBase": true,
"artifacts": [
"38ac6287-4053-4e3f-95dc-48af3461586c",
"a8a13dc6-00d9-4fca-9701-3d4c157bfe1a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-04-27T20:09:00.142Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPjdexc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:591159c0-639d-4aa5-8575-5bf9454987c3
VfModuleModelInvariantUUID:47a0a65f-9eeb-4bfb-b578-bdb74452c698
VfModuleModelDescription:NULL
Artifacts UUID List:{
38ac6287-4053-4e3f-95dc-48af3461586c
,
a8a13dc6-00d9-4fca-9701-3d4c157bfe1a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-04-27T20:09:00.142Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 38ac6287-4053-4e3f-95dc-48af3461586c from URL: /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml
2021-04-27T20:09:00.142Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:09:00.142Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml
2021-04-27T20:09:00.648Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:09:00.648Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml 38ac6287-4053-4e3f-95dc-48af3461586c 5033
2021-04-27T20:09:00.648Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-27T20:09:00.649Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml
2021-04-27T20:09:00.649Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:09:00.649Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:00.650Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:00.650Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554140648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:09:00.750Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:09:00.751Z||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-04-27T20:09:00.751Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:00.760Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:09:00.761Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:01.652Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a8a13dc6-00d9-4fca-9701-3d4c157bfe1a from URL: /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
2021-04-27T20:09:01.652Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-04-27T20:09:01.652Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
2021-04-27T20:09:01.918Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-04-27T20:09:01.919Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env a8a13dc6-00d9-4fca-9701-3d4c157bfe1a 909
2021-04-27T20:09:01.919Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-27T20:09:01.919Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
2021-04-27T20:09:01.919Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:09:01.919Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:01.921Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:01.921Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554141919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:09:02.021Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:09:02.021Z||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-04-27T20:09:02.022Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:02.033Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:09:02.033Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:02.921Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 11cab6c6-c424-41ec-9a14-afbf1417d755
2021-04-27T20:09:02.922Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pjDexC 0 37f799d0-af24-4b15-ad9f-04f382bfb0df ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:09:02.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-04-27T20:09:02.936Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e8fbac49-ffe5-46b2-8376-ed9407f85ef3
2021-04-27T20:09:02.937Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8fbac49-ffe5-46b2-8376-ed9407f85ef3 matches Tosca VF Customization UUID: e8fbac49-ffe5-46b2-8376-ed9407f85ef3
2021-04-27T20:09:02.937Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e8fbac49-ffe5-46b2-8376-ed9407f85ef3 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-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e8fbac49-ffe5-46b2-8376-ed9407f85ef3: {\"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-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75f74dd3
2021-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.939Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-04-27T20:09:02.940Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04f7f6c1-dac8-44c3-91a2-e58883f7c725
2021-04-27T20:09:02.940Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04f7f6c1-dac8-44c3-91a2-e58883f7c725
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-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is not matching search criteria
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-04-27T20:09:02.942Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-04-27T20:09:02.943Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17d7e1cf-bc9e-4c84-aa33-b470851e183c
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-04-27T20:09:02.944Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.944Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:09:02.945Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-04-27T20:09:02.945Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.945Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pjDexC 0 is matching search criteria
2021-04-27T20:09:02.945Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pjDexC 0] matching following query criteria: sdcType=VF, customizationUUID=e8fbac49-ffe5-46b2-8376-ed9407f85ef3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:09:02.946Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.946Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 11cab6c6-c424-41ec-9a14-afbf1417d755: basic_onboard_pjDexC
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pjDexC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:09:02.947Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_pjDexC
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-04-27T20:09:03.031Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pjDexC 37f799d0-af24-4b15-ad9f-04f382bfb0df 1 ASDC deployResourceStructure
2021-04-27T20:09:03.031Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json ASDC sendASDCNotification
2021-04-27T20:09:03.031Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json
2021-04-27T20:09:03.031Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:09:03.031Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:03.034Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:03.034Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554143031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T20:09:03.134Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:09:03.135Z||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-04-27T20:09:03.135Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:03.146Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:09:03.146Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:04.035Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-04-27T20:09:04.035Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml
2021-04-27T20:09:04.035Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:09:04.035Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:04.036Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:04.036Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554144035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T20:09:04.137Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:09:04.138Z||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-04-27T20:09:04.138Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:04.150Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:09:04.151Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:09:05.037Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-04-27T20:09:05.037Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env
2021-04-27T20:09:05.037Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:09:05.038Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:05.039Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:05.039Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554145037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-27T20:09:05.141Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-04-27T20:09:05.141Z||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-04-27T20:09:05.142Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:05.151Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:09:05.151Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:06.040Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar ASDC sendASDCNotification
2021-04-27T20:09:06.040Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar
2021-04-27T20:09:06.040Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:09:06.040Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:06.042Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:06.042Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554146040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:09:06.142Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:09:06.143Z||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-04-27T20:09:06.143Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:06.154Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:09:06.154Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:09:07.043Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01268baf-d3f3-4c10-ab65-85935a49a2b5
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-04-27T20:09:07.054Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01268baf-d3f3-4c10-ab65-85935a49a2b5
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-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:09:07.058Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-04-27T20:09:07.065Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:09:37.066Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01268baf-d3f3-4c10-ab65-85935a49a2b5 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-04-27T20:09:37.072Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01268baf-d3f3-4c10-ab65-85935a49a2b5 and serviceModelVersionId: 11cab6c6-c424-41ec-9a14-afbf1417d755
2021-04-27T20:09:37.072Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ebe097f-2b4c-4e98-aa89-ddc86bcfb160
2021-04-27T20:09:37.073Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0
2021-04-27T20:09:37.078Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:09:37.127Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0|INFO|500||Invoke
2021-04-27T20:09:37.129Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[01268baf-d3f3-4c10-ab65-85935a49a2b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71de17b6-c17d-4a43-9e97-c5e3b8389c7b], X-ECOMP-RequestID=[01268baf-d3f3-4c10-ab65-85935a49a2b5], X-TransactionId=[], X-ONAP-RequestID=[01268baf-d3f3-4c10-ab65-85935a49a2b5], Content-Type=[application/merge-patch+json]}
2021-04-27T20:09:37.149Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-27T20:09:37.242Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?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/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-20:09:37:155-93425], vertex-id=[213088], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:09:37 GMT], Content-Type=[application/json]}
2021-04-27T20:09:37.243Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:09:37.244Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3ebe097f-2b4c-4e98-aa89-ddc86bcfb160/model-vers/model-ver/11cab6c6-c424-41ec-9a14-afbf1417d755?depth=0|INFO|500||InvokeReturn
2021-04-27T20:09:37.244Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:09:37.244Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:09:37.249Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||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-04-27T20:09:37.249Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01268baf-d3f3-4c10-ab65-85935a49a2b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:09:37.249Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:09:37.250Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:09:37.251Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:09:37.251Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554177249,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:09:37.352Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-04-27T20:09:37.353Z||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-04-27T20:09:37.353Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:37.367Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:09:37.368Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-04-27T20:09:48.282Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:09:48.283Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|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-04-27T20:09:48.283Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:48.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:09:48.286Z||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-04-27T20:09:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:09:48.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:09:48.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-04-27T20:09:48.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:09:48.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-04-27T20:09:57.820Z|01268baf-d3f3-4c10-ab65-85935a49a2b5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:10:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:10:48.283Z||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-04-27T20:10:48.284Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:10:48.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:10:48.286Z||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-04-27T20:10:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:10:48.809Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:10:48.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "NOTIFIED"
}
2021-04-27T20:10:48.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-27T20:10:48.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554128282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554136164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554139130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554140648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554141919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554143031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/basic_onboard_pjdexc0_modules.json",
"status": "DEPLOY_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554144035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554145037,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/resourceInstances/basic_onboard_pjdexc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554146040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPjdexc/1.0/artifacts/service-BasicOnboardPjdexc-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "01268baf-d3f3-4c10-ab65-85935a49a2b5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554177249,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:10:48.814Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:10:57.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:11:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:11:48.282Z||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-04-27T20:11:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:11:48.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:11:48.286Z||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-04-27T20:11:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:11:57.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:11:57.825Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:12:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:12:48.283Z||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-04-27T20:12:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:12:48.285Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:12:48.286Z||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-04-27T20:12:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:12:57.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:12:57.825Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:13:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:13:48.283Z||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-04-27T20:13:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:13:48.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:13:48.286Z||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-04-27T20:13:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:13:57.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:13:57.825Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:14:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:14:48.283Z||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-04-27T20:14:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:14:48.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:14:48.286Z||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-04-27T20:14:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:14:57.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:14:57.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:15:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:15:48.283Z||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-04-27T20:15:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:15:48.285Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:15:48.286Z||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-04-27T20:15:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:15:57.823Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:15:57.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:16:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:16:48.285Z||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-04-27T20:16:48.285Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:16:48.285Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:16:48.286Z||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-04-27T20:16:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:16:57.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:16:57.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:17:48.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:17:48.283Z||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-04-27T20:17:48.283Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:17:48.286Z||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-04-27T20:17:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:48.907Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:17:48.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:17:48.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "clamp",
"timestamp": 1619554616725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"92fb3210-dea9-4910-b1b7-8e52108efd2c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"57bab00e-f0b5-4157-bc44-f28670b480e7","serviceDescription":"service","serviceInvariantUUID":"4df6b3ec-e353-4f82-a68b-7c81c4d8b762","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a2dbd9a8-a82d-4559-b19d-0002b54ac355","resourceInvariantUUID":"0bd86b92-8885-4f89-b357-90f62fe25dc8","resourceCustomizationUUID":"bed3c039-254f-4d15-89e6-194a7df04cbd","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"Y2YxYTc1NDZmY2RiZWNlM2Q1ZDFiZjdkMjU4NjRlMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d47f2de-6f68-4184-80e3-db92ec906d82","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGM3NmFmYWRiZWY5NTkxZGRhZGI0ZjU5NGUyZDBjZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"325b7853-78b9-43a4-8838-02f6ec6887a4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "aai-ml",
"timestamp": 1619554622651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554622635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554616540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554622634,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619554625510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "aai-ml",
"timestamp": 1619554622651,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1619554622634,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "clamp",
"timestamp": 1619554616725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1619554622635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:17:48.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1619554616540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "ves-openapi-manager",
"timestamp": 1619554625510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "dcae-sch",
"timestamp": 1619554627052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "aai-ml",
"timestamp": 1619554628148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "dcae-sch",
"timestamp": 1619554627052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "clamp",
"timestamp": 1619554629806,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "aai-ml",
"timestamp": 1619554631279,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "aai-ml",
"timestamp": 1619554632282,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2021-04-27T20:17:48.915Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:17:48.915Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:17:48.918Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:17:48.918Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554668282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-04-27T20:17:48.931Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92fb3210-dea9-4910-b1b7-8e52108efd2c
2021-04-27T20:17:48.931Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92fb3210-dea9-4910-b1b7-8e52108efd2c 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-04-27T20:17:48.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "clamp",
"timestamp": 1619554632808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "policy-id",
"timestamp": 1619554632728,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "clamp",
"timestamp": 1619554633812,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:17:48.946Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 92fb3210-dea9-4910-b1b7-8e52108efd2c
2021-04-27T20:17:48.946Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92fb3210-dea9-4910-b1b7-8e52108efd2c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:17:48.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "policy-id",
"timestamp": 1619554632728,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:17:48.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "policy-id",
"timestamp": 1619554635568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:17:48.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "policy-id",
"timestamp": 1619554636571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:17:48.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "policy-id",
"timestamp": 1619554637574,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:17:48.959Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92fb3210-dea9-4910-b1b7-8e52108efd2c
2021-04-27T20:17:48.959Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92fb3210-dea9-4910-b1b7-8e52108efd2c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:17:48.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554644797,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:17:48.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554644797,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554647635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554649157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:17:48.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1619554650161,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-04-27T20:17:48.973Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92fb3210-dea9-4910-b1b7-8e52108efd2c
2021-04-27T20:17:48.973Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92fb3210-dea9-4910-b1b7-8e52108efd2c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:17:49.018Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:17:49.020Z||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-04-27T20:17:49.021Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:49.032Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:17:49.032Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:17:49.918Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:17:49.921Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:17:49.923Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:17:49.924Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554668282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:17:50.024Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:17:50.025Z||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-04-27T20:17:50.025Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:50.034Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:17:50.035Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:17:50.925Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "57bab00e-f0b5-4157-bc44-f28670b480e7",
"serviceDescription": "service",
"serviceInvariantUUID": "4df6b3ec-e353-4f82-a68b-7c81c4d8b762",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "bed3c039-254f-4d15-89e6-194a7df04cbd",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "a2dbd9a8-a82d-4559-b19d-0002b54ac355",
"resourceInvariantUUID": "0bd86b92-8885-4f89-b357-90f62fe25dc8",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZGM3NmFmYWRiZWY5NTkxZGRhZGI0ZjU5NGUyZDBjZGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "325b7853-78b9-43a4-8838-02f6ec6887a4"
}
],
"workloadContext": "Production"
}
2021-04-27T20:17:50.925Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:17:50.925Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 57bab00e-f0b5-4157-bc44-f28670b480e7 ASDC
2021-04-27T20:17:50.926Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:92fb3210-dea9-4910-b1b7-8e52108efd2c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:57bab00e-f0b5-4157-bc44-f28670b480e7
ServiceInvariantUUID:4df6b3ec-e353-4f82-a68b-7c81c4d8b762
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:325b7853-78b9-43a4-8838-02f6ec6887a4
ArtifactChecksum:ZGM3NmFmYWRiZWY5NTkxZGRhZGI0ZjU5NGUyZDBjZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bed3c039-254f-4d15-89e6-194a7df04cbd
ResourceInvariantUUID:0bd86b92-8885-4f89-b357-90f62fe25dc8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a2dbd9a8-a82d-4559-b19d-0002b54ac355
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-04-27T20:17:50.926Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57bab00e-f0b5-4157-bc44-f28670b480e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:17:50.954Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:17:50.955Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:17:50.955Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:17:50.956Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 325b7853-78b9-43a4-8838-02f6ec6887a4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T20:17:50.956Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:17:50.956Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T20:17:51.423Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:17:51.426Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 325b7853-78b9-43a4-8838-02f6ec6887a4 53010
2021-04-27T20:17:51.427Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-27T20:17:51.427Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T20:17:51.427Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:17:51.427Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:17:51.429Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:17:51.430Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554671426,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:17:51.529Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:17:51.530Z||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-04-27T20:17:51.530Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:51.539Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:17:51.540Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:17:52.430Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:17:52.431Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:17:52.431Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 325b7853-78b9-43a4-8838-02f6ec6887a4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:52.431Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-04-27T20:17:52.432Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:52.432Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:52.605Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8102364767790512291/Definitions/service-BasicNetwork-template.yml
2021-04-27T20:17:53.002Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:17:53.002Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:17:53.002Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||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-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.003Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:17:53.004Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.005Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.006Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:57bab00e-f0b5-4157-bc44-f28670b480e7
Model Version:NULL
Model InvariantUuid:4df6b3ec-e353-4f82-a68b-7c81c4d8b762
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0bd86b92-8885-4f89-b357-90f62fe25dc8
Model UUID:8dfe6dd6-81e9-4056-8fc8-6dfd4a68e44f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:bed3c039-254f-4d15-89e6-194a7df04cbd
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-27T20:17:53.012Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: a2dbd9a8-a82d-4559-b19d-0002b54ac355
2021-04-27T20:17:53.012Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||No resources found for Service: 57bab00e-f0b5-4157-bc44-f28670b480e7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:17:53.017Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||
2021-04-27T20:17:53.018Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-04-27T20:17:53.018Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 57bab00e-f0b5-4157-bc44-f28670b480e7
2021-04-27T20:17:53.018Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 57bab00e-f0b5-4157-bc44-f28670b480e7
2021-04-27T20:17:53.018Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-04-27T20:17:53.019Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:17:53.025Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 57bab00e-f0b5-4157-bc44-f28670b480e7: Generic NeutronNet
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.026Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.027Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.027Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-04-27T20:17:53.060Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:17:53.061Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
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: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-04-27T20:17:53.117Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-04-27T20:17:53.118Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-04-27T20:17:53.118Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-04-27T20:17:53.118Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-04-27T20:17:53.118Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:17:53.120Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:17:53.121Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554673118,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-04-27T20:17:53.221Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:17:53.221Z||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-04-27T20:17:53.221Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:17:53.230Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:17:53.231Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:17:54.122Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92fb3210-dea9-4910-b1b7-8e52108efd2c
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-04-27T20:17:54.131Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92fb3210-dea9-4910-b1b7-8e52108efd2c
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-04-27T20:17:54.135Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-04-27T20:17:54.135Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-04-27T20:17:54.136Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-04-27T20:17:54.142Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-04-27T20:18:24.142Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92fb3210-dea9-4910-b1b7-8e52108efd2c 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-04-27T20:18:24.147Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92fb3210-dea9-4910-b1b7-8e52108efd2c and serviceModelVersionId: 57bab00e-f0b5-4157-bc44-f28670b480e7
2021-04-27T20:18:24.147Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4df6b3ec-e353-4f82-a68b-7c81c4d8b762
2021-04-27T20:18:24.148Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0
2021-04-27T20:18:24.155Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-04-27T20:18:24.187Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0|INFO|500||Invoke
2021-04-27T20:18:24.188Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[92fb3210-dea9-4910-b1b7-8e52108efd2c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44caba19-d2e2-4f0d-8cea-125c4e42236f], X-ECOMP-RequestID=[92fb3210-dea9-4910-b1b7-8e52108efd2c], X-TransactionId=[], X-ONAP-RequestID=[92fb3210-dea9-4910-b1b7-8e52108efd2c], Content-Type=[application/merge-patch+json]}
2021-04-27T20:18:24.204Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-04-27T20:18:24.468Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?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/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-20:18:24:211-76013], vertex-id=[225376], Content-Length=[0], Date=[Tue, 27 Apr 2021 20:18:24 GMT], Content-Type=[application/json]}
2021-04-27T20:18:24.468Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-04-27T20:18:24.469Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4df6b3ec-e353-4f82-a68b-7c81c4d8b762/model-vers/model-ver/57bab00e-f0b5-4157-bc44-f28670b480e7?depth=0|INFO|500||InvokeReturn
2021-04-27T20:18:24.469Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-04-27T20:18:24.470Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:18:24.473Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||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-04-27T20:18:24.474Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92fb3210-dea9-4910-b1b7-8e52108efd2c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-04-27T20:18:24.474Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-04-27T20:18:24.474Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:24.475Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:24.476Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554704474,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-04-27T20:18:24.576Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:24.577Z||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-04-27T20:18:24.577Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:24.595Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:24.596Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-04-27T20:18:48.282Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:18:48.283Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|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-04-27T20:18:48.283Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:48.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-04-27T20:18:48.286Z||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-04-27T20:18:48.286Z||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 sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:48.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:48.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-04-27T20:18:48.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92fb3210-dea9-4910-b1b7-8e52108efd2c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554668282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:18:48.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-04-27T20:18:48.906Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:48.907Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-04-27T20:18:48.907Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b33f9fe9-0d31-4f23-b051-b70b704f1f12","serviceName":"Demo_pNF_9OoyCN3LCUkGUD5ikJu2","serviceVersion":"1.0","serviceUUID":"6dffea09-3331-4e0d-9bbd-0c0f670bf441","serviceDescription":"catalog service description","serviceInvariantUUID":"43887a1f-f5c1-421d-8ade-6df20a34a89c","resources":[{"resourceInstanceName":"pNF 83cc9af7-4461 0","resourceName":"pNF 83cc9af7-4461","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d0d5dc50-f598-4260-bc1d-1a4945180d39","resourceInvariantUUID":"1e318e10-b552-450f-9ed4-4ae682a7caf0","resourceCustomizationUUID":"f94c792e-c713-4eca-a6fb-cc91ab7ad13c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml","artifactChecksum":"ZTNhYThjMTc0NmE2ZmI0MmE4NjRkMGJkYjFkZTA2Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c05e0149-b188-4994-9caa-dc5c308e5360","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar","artifactChecksum":"N2NiZWQ3NTE1Mzg2ZTU5NzVjMzA4MjUwNjhiZWI2N2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4abe3a2-ce50-43ad-a856-ccda5de86018","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c184cc3-438e-4489-8317-99c1eaa8e406","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml","artifactChecksum":"YjY2NDhkOTVmNDdlNWQ3NTY0MjdlNDk1ZmE4OWZhMzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f5e9d74-9da0-4f37-9c19-de66b6d9e675","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dbdd5997-dba2-4b23-93d4-af79c542716f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f618e81c-f7e6-4532-aa18-14765c9e6732","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9ooycn3lcukgud5ikju2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml","artifactChecksum":"YTlhNDU3MGVmNjAzZTliMmM3ODdhMTkzNjE3M2JlYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de5e7063-38f6-4d55-a5d8-d4596cac49e0","artifactVersion":"1"},{"artifactName":"service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar","artifactChecksum":"Y2FmN2FkZmI1ZTFjYzY4NTAxOTVhNDcwZTBmMzM1MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b5c3c3e-6b17-4c19-9977-fc929023731b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-04-27T20:18:48.909Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:48.909Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:48.911Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:48.911Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554728282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:18:49.011Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:49.012Z||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-04-27T20:18:49.012Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:49.021Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:49.022Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:18:49.911Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:49.912Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:49.914Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:49.914Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554728282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:18:50.014Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:50.015Z||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-04-27T20:18:50.015Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:50.024Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:50.025Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:50.915Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:50.916Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:50.918Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:50.918Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554728282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:18:51.018Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:51.018Z||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-04-27T20:18:51.019Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:51.028Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:51.028Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:51.918Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:51.920Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:51.922Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:51.922Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554728282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:18:52.022Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:52.023Z||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-04-27T20:18:52.023Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:52.032Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:52.032Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:52.923Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:52.924Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:52.927Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:52.927Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554728282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:18:53.027Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:53.028Z||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-04-27T20:18:53.029Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:53.038Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:53.039Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:53.927Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:53.928Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:53.931Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:53.931Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554728282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/resourceInstances/pnf83cc9af744610/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:18:54.031Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:54.032Z||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-04-27T20:18:54.032Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:54.041Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:54.042Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:54.932Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:54.933Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:54.934Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:54.934Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554728282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml",
"status": "NOT_NOTIFIED"
}
2021-04-27T20:18:55.034Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:55.035Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:18:55.036Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:55.050Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:55.051Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:55.935Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-04-27T20:18:55.936Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:55.938Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:55.938Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554728282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
"status": "NOTIFIED"
}
2021-04-27T20:18:56.038Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-04-27T20:18:56.039Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:18:56.039Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:56.049Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:56.049Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-04-27T20:18:56.939Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
"serviceName": "Demo_pNF_9OoyCN3LCUkGUD5ikJu2",
"serviceVersion": "1.0",
"serviceUUID": "6dffea09-3331-4e0d-9bbd-0c0f670bf441",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "43887a1f-f5c1-421d-8ade-6df20a34a89c",
"resources": [
{
"resourceInstanceName": "pNF 83cc9af7-4461 0",
"resourceCustomizationUUID": "f94c792e-c713-4eca-a6fb-cc91ab7ad13c",
"resourceName": "pNF 83cc9af7-4461",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d0d5dc50-f598-4260-bc1d-1a4945180d39",
"resourceInvariantUUID": "1e318e10-b552-450f-9ed4-4ae682a7caf0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
"artifactChecksum": "Y2FmN2FkZmI1ZTFjYzY4NTAxOTVhNDcwZTBmMzM1MmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9b5c3c3e-6b17-4c19-9977-fc929023731b"
}
],
"workloadContext": "Production"
}
2021-04-27T20:18:56.940Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-04-27T20:18:56.940Z|92fb3210-dea9-4910-b1b7-8e52108efd2c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6dffea09-3331-4e0d-9bbd-0c0f670bf441 ASDC
2021-04-27T20:18:56.940Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b33f9fe9-0d31-4f23-b051-b70b704f1f12
ServiceName:Demo_pNF_9OoyCN3LCUkGUD5ikJu2
ServiceVersion:1.0
ServiceUUID:6dffea09-3331-4e0d-9bbd-0c0f670bf441
ServiceInvariantUUID:43887a1f-f5c1-421d-8ade-6df20a34a89c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
ArtifactUUID:9b5c3c3e-6b17-4c19-9977-fc929023731b
ArtifactChecksum:Y2FmN2FkZmI1ZTFjYzY4NTAxOTVhNDcwZTBmMzM1MmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 83cc9af7-4461 0
ResourceCustomizationUUID:f94c792e-c713-4eca-a6fb-cc91ab7ad13c
ResourceInvariantUUID:1e318e10-b552-450f-9ed4-4ae682a7caf0
ResourceName:pNF 83cc9af7-4461
ResourceType:PNF
ResourceUUID:d0d5dc50-f598-4260-bc1d-1a4945180d39
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-04-27T20:18:56.940Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6dffea09-3331-4e0d-9bbd-0c0f670bf441 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-04-27T20:18:56.967Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:18:56.967Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:18:56.967Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:18:56.968Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9b5c3c3e-6b17-4c19-9977-fc929023731b from URL: /sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:56.968Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-04-27T20:18:56.968Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:57.333Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-04-27T20:18:57.337Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar 9b5c3c3e-6b17-4c19-9977-fc929023731b 83910
2021-04-27T20:18:57.338Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar ASDC sendASDCNotification
2021-04-27T20:18:57.338Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:57.338Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-04-27T20:18:57.338Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-04-27T20:18:57.340Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-04-27T20:18:57.341Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "b33f9fe9-0d31-4f23-b051-b70b704f1f12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1619554737338,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-04-27T20:18:57.441Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-04-27T20:18:57.442Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-04-27T20:18:57.442Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sO8SgDS2XO6fMMCM) ...
2021-04-27T20:18:57.453Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-04-27T20:18:57.454Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-04-27T20:18:58.341Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-04-27T20:18:58.342Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-04-27T20:18:58.342Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9b5c3c3e-6b17-4c19-9977-fc929023731b, URL: /sdc/v1/catalog/services/DemoPnf9ooycn3lcukgud5ikju2/1.0/artifacts/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar to file: /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:58.342Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:58.343Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:58.343Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:58.429Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13725870824056926857/Definitions/service-DemoPnf9ooycn3lcukgud5ikju2-template.yml
2021-04-27T20:18:59.007Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 83cc9af7-4461 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 83cc9af7-4461 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||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-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||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-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||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-DemoPnf9ooycn3lcukgud5ikju2-csar.csar
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-04-27T20:18:59.008Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Node template pNF 83cc9af7-4461 0 is matching search criteria
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 83cc9af7-4461 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Node template pNF 83cc9af7-4461 0 is matching search criteria
2021-04-27T20:18:59.009Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 83cc9af7-4461 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.010Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_9OoyCN3LCUkGUD5ikJu2
Description:catalog service description
Model UUID:6dffea09-3331-4e0d-9bbd-0c0f670bf441
Model Version:NULL
Model InvariantUuid:43887a1f-f5c1-421d-8ade-6df20a34a89c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-04-27T20:18:59.017Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d0d5dc50-f598-4260-bc1d-1a4945180d39
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:18:59.021Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||pNF 83cc9af7-4461 0
2021-04-27T20:18:59.021Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d0d5dc50-f598-4260-bc1d-1a4945180d39
2021-04-27T20:18:59.021Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 6dffea09-3331-4e0d-9bbd-0c0f670bf441
2021-04-27T20:18:59.021Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6dffea09-3331-4e0d-9bbd-0c0f670bf441
2021-04-27T20:18:59.021Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 83cc9af7-4461 0 d0d5dc50-f598-4260-bc1d-1a4945180d39 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-04-27T20:18:59.027Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-04-27T20:18:59.028Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_9OoyCN3LCUkGUD5ikJu2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-04-27T20:18:59.028Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6dffea09-3331-4e0d-9bbd-0c0f670bf441: pNF 83cc9af7-4461
2021-04-27T20:18:59.029Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||INFO|500||Processing PNF resource: d0d5dc50-f598-4260-bc1d-1a4945180d39
2021-04-27T20:18:59.029Z|b33f9fe9-0d31-4f23-b051-b70b704f1f12|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery