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)
2022-01-20T05:46:48.787Z||main|||||INFO|500||The following profiles are active: basic
2022-01-20T05:46:57.677Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-20T05:46:57.678Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-20T05:46:57.749Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-20T05:46:59.685Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-20T05:46:59.877Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-20T05:47:00.200Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-20T05:47:00.203Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-20T05:47:00.271Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-20T05:47:00.387Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-20T05:47:00.742Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-20T05:47:01.478Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-20T05:47:03.386Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-20T05:47:03.430Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-20T05:47:03.816Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-20T05:47:04.019Z||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.
2022-01-20T05:47:05.104Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-20T05:47:05.979Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-01-20T05:47:05.994Z||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$$8b4e7d66.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)
2022-01-20T05:47:05.995Z||main|||||WARN|500||The sdc end point is not alive
2022-01-20T05:47:08.564Z||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
2022-01-20T05:47:11.019Z||main|||||WARN|500||---
2022-01-20T05:47:11.020Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-20T05:47:11.020Z||main|||||WARN|500||---
2022-01-20T05:47:11.394Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-20T05:47:15.649Z||main|||||INFO|500||Started Application in 30.908 seconds (JVM running for 31.978)
2022-01-20T05:47:15.679Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:47:15.680Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:47:15.690Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:47:15.712Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:47:15.785Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbd24ab3-0edc-4cfb-8f03-5181b4a1d55a url= /sdc/v1/artifactTypes
2022-01-20T05:47:15.786Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:47:16.869Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 50 common frames omitted
2022-01-20T05:47:16.873Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34c9d60d
2022-01-20T05:47:16.874Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:47:16.888Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:47:16.889Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:47:16.892Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 33 common frames omitted
2022-01-20T05:48:05.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:48:05.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:48:05.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:48:05.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:48:05.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ad50592-cecd-40df-bd12-04eea658504c url= /sdc/v1/artifactTypes
2022-01-20T05:48:05.654Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:48:06.691Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 50 common frames omitted
2022-01-20T05:48:06.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d5aca22
2022-01-20T05:48:06.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:48:06.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:48:06.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:48:06.693Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 33 common frames omitted
2022-01-20T05:48:55.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:48:55.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:48:55.647Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:48:55.650Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:48:55.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 571f8ea9-16c1-40c3-a051-a2b20604a33f url= /sdc/v1/artifactTypes
2022-01-20T05:48:55.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:48:56.675Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 50 common frames omitted
2022-01-20T05:48:56.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@34c2f317
2022-01-20T05:48:56.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:48:56.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:48:56.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:48:56.678Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 33 common frames omitted
2022-01-20T05:49:45.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:49:45.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:49:45.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:49:45.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:49:45.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29559705-b8ef-4c35-a700-25499d35dace url= /sdc/v1/artifactTypes
2022-01-20T05:49:45.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:49:46.692Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:49:46.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66eef5fc
2022-01-20T05:49:46.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:49:46.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:49:46.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:49:46.694Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:50:35.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:50:35.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:50:35.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:50:35.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:50:35.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e2296274-1464-4a1a-965d-dc27d63c731c url= /sdc/v1/artifactTypes
2022-01-20T05:50:35.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:50:36.679Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:50:36.680Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11ef270f
2022-01-20T05:50:36.681Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:50:36.681Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:50:36.681Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:50:36.682Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:51:25.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:51:25.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:51:25.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:51:25.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:51:25.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d573e11-cdbd-43fc-af8c-a3347e0278e0 url= /sdc/v1/artifactTypes
2022-01-20T05:51:25.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:51:26.691Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:51:26.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9241fb5
2022-01-20T05:51:26.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:51:26.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:51:26.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:51:26.693Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:52:15.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:52:15.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:52:15.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:52:15.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:52:15.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 237cc2b5-b4af-4050-a8e3-860e1267a17a url= /sdc/v1/artifactTypes
2022-01-20T05:52:15.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:52:16.679Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:52:16.679Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b065eb7
2022-01-20T05:52:16.680Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:52:16.680Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:52:16.680Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:52:16.680Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:53:05.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:53:05.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:53:05.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:53:05.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:53:05.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 996c4ad3-0ad1-44cf-b3b0-d5d26d73b1d1 url= /sdc/v1/artifactTypes
2022-01-20T05:53:05.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:53:06.691Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:53:06.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5340cd52
2022-01-20T05:53:06.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:53:06.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:53:06.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:53:06.694Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:53:55.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:53:55.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:53:55.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:53:55.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:53:55.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d122506-812a-47df-acf4-6c9efdcc497d url= /sdc/v1/artifactTypes
2022-01-20T05:53:55.651Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:53:56.675Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:53:56.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@547e6af8
2022-01-20T05:53:56.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:53:56.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:53:56.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:53:56.677Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:54:45.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:54:45.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:54:45.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:54:45.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:54:45.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38e77314-b010-4b86-a304-eca3f484eac2 url= /sdc/v1/artifactTypes
2022-01-20T05:54:45.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:54:46.691Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:54:46.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9de3536
2022-01-20T05:54:46.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:54:46.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:54:46.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:54:46.693Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:55:35.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:55:35.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:55:35.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:55:35.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:55:35.650Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3690e411-147c-4774-8a43-ee3ad4f25134 url= /sdc/v1/artifactTypes
2022-01-20T05:55:35.650Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:55:36.676Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:55:36.677Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67db43a3
2022-01-20T05:55:36.677Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:55:36.678Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:55:36.679Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:55:36.679Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:56:25.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:56:25.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:56:25.647Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:56:25.649Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:56:25.655Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4e02cf0-73ff-42e3-9f8d-e2ad550984d4 url= /sdc/v1/artifactTypes
2022-01-20T05:56:25.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:56:26.694Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:56:26.695Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21ce8493
2022-01-20T05:56:26.695Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:56:26.696Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:56:26.696Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:56:26.697Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:57:15.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:57:15.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:57:15.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:57:15.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:57:15.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e22f0ce0-95b9-4b75-bbea-13e0939bbe6e url= /sdc/v1/artifactTypes
2022-01-20T05:57:15.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:57:16.675Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:57:16.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f6cb942
2022-01-20T05:57:16.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:57:16.676Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:57:16.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:57:16.677Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:57:21.242Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-20T05:58:05.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:58:05.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:58:05.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:58:05.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:58:05.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66c75d2f-da34-4ab2-9510-a27abe69d803 url= /sdc/v1/artifactTypes
2022-01-20T05:58:05.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:58:06.691Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:58:06.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@228de25
2022-01-20T05:58:06.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:58:06.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:58:06.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:58:06.693Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:58:55.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:58:55.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:58:55.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:58:55.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:58:55.655Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59cbac71-34c0-4596-9582-a9e05930ec4e url= /sdc/v1/artifactTypes
2022-01-20T05:58:55.655Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:58:56.675Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:58:56.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c214406
2022-01-20T05:58:56.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:58:56.676Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:58:56.676Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:58:56.676Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T05:59:45.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T05:59:45.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T05:59:45.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T05:59:45.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T05:59:45.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86587329-d3b1-4ba1-b2fc-2c4914b196b9 url= /sdc/v1/artifactTypes
2022-01-20T05:59:45.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T05:59:46.691Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 49 common frames omitted
2022-01-20T05:59:46.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f492462
2022-01-20T05:59:46.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T05:59:46.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T05:59:46.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T05:59:46.693Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
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)
... 32 common frames omitted
2022-01-20T06:00:35.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:00:35.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:00:35.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:00:35.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:00:35.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a14e67f-f29f-4360-b51f-9543da1b3676 url= /sdc/v1/artifactTypes
2022-01-20T06:00:35.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:00:36.676Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 48 common frames omitted
2022-01-20T06:00:36.677Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fb8ce7d
2022-01-20T06:00:36.677Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:00:36.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:00:36.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:00:36.678Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 31 common frames omitted
2022-01-20T06:01:25.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:01:25.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:01:25.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:01:25.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:01:25.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b5ce7ce-63cc-47ff-9e0f-f4d494572ef9 url= /sdc/v1/artifactTypes
2022-01-20T06:01:25.651Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:01:26.695Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 48 common frames omitted
2022-01-20T06:01:26.695Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f0c21bc
2022-01-20T06:01:26.695Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:01:26.695Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:01:26.695Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:01:26.696Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 31 common frames omitted
2022-01-20T06:02:15.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:02:15.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:02:15.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:02:15.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:02:15.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ee7302d-7fcf-4fcc-8647-05ddb6fd3ac6 url= /sdc/v1/artifactTypes
2022-01-20T06:02:15.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:02:16.675Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 48 common frames omitted
2022-01-20T06:02:16.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48f3fcc2
2022-01-20T06:02:16.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:02:16.676Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:02:16.676Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:02:16.677Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 31 common frames omitted
2022-01-20T06:03:05.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:03:05.646Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:03:05.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:03:05.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:03:05.654Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56598864-ef05-4d56-8911-e71cd05b3817 url= /sdc/v1/artifactTypes
2022-01-20T06:03:05.654Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:03:06.691Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 48 common frames omitted
2022-01-20T06:03:06.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f97d430
2022-01-20T06:03:06.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:03:06.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:03:06.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:03:06.693Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 31 common frames omitted
2022-01-20T06:03:55.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:03:55.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:03:55.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:03:55.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:03:55.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db8809e7-95ac-40b0-a8e7-e8feff8d390c url= /sdc/v1/artifactTypes
2022-01-20T06:03:55.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:03:56.676Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 48 common frames omitted
2022-01-20T06:03:56.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ecd4403
2022-01-20T06:03:56.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:03:56.676Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:03:56.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:03:56.677Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 31 common frames omitted
2022-01-20T06:04:45.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:04:45.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:04:45.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:04:45.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:04:45.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d1ed391f-4ddb-443a-aefa-ec442495f2cb url= /sdc/v1/artifactTypes
2022-01-20T06:04:45.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:04:46.691Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 48 common frames omitted
2022-01-20T06:04:46.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b6f29c2
2022-01-20T06:04:46.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:04:46.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:04:46.692Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:04:46.693Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 31 common frames omitted
2022-01-20T06:05:35.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:05:35.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:05:35.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:05:35.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:05:35.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 586971e3-670a-4c4e-a4a1-b333c792e2f3 url= /sdc/v1/artifactTypes
2022-01-20T06:05:35.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:05:36.676Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 48 common frames omitted
2022-01-20T06:05:36.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7949f7c0
2022-01-20T06:05:36.677Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:05:36.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:05:36.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:05:36.678Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 31 common frames omitted
2022-01-20T06:06:25.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:06:25.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:06:25.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:06:25.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:06:25.651Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff662d58-b30f-4ed0-a168-63d11f35c637 url= /sdc/v1/artifactTypes
2022-01-20T06:06:25.651Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:06:26.692Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 48 common frames omitted
2022-01-20T06:06:26.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31350b54
2022-01-20T06:06:26.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:06:26.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:06:26.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:06:26.693Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 31 common frames omitted
2022-01-20T06:07:15.646Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:07:15.647Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:07:15.647Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:07:15.650Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:07:15.657Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 25518d40-fca1-473a-b864-7bdf1f28600d url= /sdc/v1/artifactTypes
2022-01-20T06:07:15.658Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:07:16.675Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 48 common frames omitted
2022-01-20T06:07:16.676Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73c7decb
2022-01-20T06:07:16.676Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:07:16.677Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:07:16.677Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:07:16.678Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 31 common frames omitted
2022-01-20T06:08:05.644Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:08:05.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:08:05.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:08:05.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:08:05.652Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54a260b0-75c7-48af-bd4e-a2eb30294961 url= /sdc/v1/artifactTypes
2022-01-20T06:08:05.652Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:08:06.691Z||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.34.34] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 48 common frames omitted
2022-01-20T06:08:06.692Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48204bdf
2022-01-20T06:08:06.692Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-20T06:08:06.692Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-20T06:08:06.693Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-20T06:08:06.693Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$86968fde.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
... 31 common frames omitted
2022-01-20T06:08:55.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-20T06:08:55.645Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-20T06:08:55.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-20T06:08:55.647Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-20T06:08:55.653Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e936fb1b-3692-41c8-b58b-a47947a3de3f url= /sdc/v1/artifactTypes
2022-01-20T06:08:55.653Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-20T06:08:56.135Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:08:56.143Z||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
2022-01-20T06:08:56.168Z||scheduling-1|||||DEBUG|500||create keys
2022-01-20T06:08:56.175Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-20T06:08:56.486Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:08:56.502Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f9c6fae0-e56d-4342-bb22-c15fa7b52080 url= /sdc/v1/registerForDistribution
2022-01-20T06:08:56.630Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f9c6fae0-e56d-4342-bb22-c15fa7b52080 url= /sdc/v1/registerForDistribution
2022-01-20T06:08:56.630Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-20T06:08:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:08:56.639Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:08:56.643Z||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.
2022-01-20T06:08:56.643Z||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.
2022-01-20T06:08:56.643Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:08:56.643Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:08:56.644Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-20T06:09:07.026Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:09:07.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:09:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:09:56.637Z||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.
2022-01-20T06:09:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:09:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:09:56.639Z||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.
2022-01-20T06:09:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:10:06.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:10:06.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:10:56.636Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:10:56.637Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-20T06:10:56.637Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:10:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:10:56.639Z||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.
2022-01-20T06:10:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:11:06.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:11:06.181Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:11:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:11:56.637Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-20T06:11:56.637Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:11:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:11:56.639Z||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.
2022-01-20T06:11:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:12:06.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:12:06.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:12:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:12:56.637Z||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.
2022-01-20T06:12:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:12:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:12:56.639Z||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.
2022-01-20T06:12:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:13:06.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:13:06.208Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:13:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:13:56.637Z||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.
2022-01-20T06:13:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:13:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:13:56.638Z||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.
2022-01-20T06:13:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:14:06.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:14:06.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:14:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:14:56.637Z||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.
2022-01-20T06:14:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:14:56.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:14:56.638Z||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.
2022-01-20T06:14:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:15:06.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:15:06.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:15:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:15:56.637Z||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.
2022-01-20T06:15:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:15:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:15:56.639Z||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.
2022-01-20T06:15:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:16:06.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:16:06.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:16:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:16:56.637Z||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.
2022-01-20T06:16:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:16:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:16:56.638Z||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.
2022-01-20T06:16:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:17:06.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:17:06.183Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:17:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:17:56.637Z||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.
2022-01-20T06:17:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:17:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:17:56.639Z||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.
2022-01-20T06:17:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:18:06.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:18:06.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:18:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:18:56.637Z||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.
2022-01-20T06:18:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:18:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:18:56.638Z||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.
2022-01-20T06:18:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:19:06.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:19:06.182Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:19:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:19:56.637Z||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.
2022-01-20T06:19:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:19:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:19:56.638Z||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.
2022-01-20T06:19:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:20:06.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:20:06.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:20:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:20:56.637Z||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.
2022-01-20T06:20:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:20:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:20:56.639Z||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.
2022-01-20T06:20:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:21:06.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:21:06.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:21:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:21:56.637Z||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.
2022-01-20T06:21:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:21:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:21:56.638Z||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.
2022-01-20T06:21:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:22:06.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:22:06.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:22:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:22:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:22:56.639Z||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.
2022-01-20T06:22:56.639Z||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.
2022-01-20T06:22:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:22:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:23:06.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:23:06.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:23:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:23:56.637Z||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.
2022-01-20T06:23:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:23:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:23:56.638Z||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.
2022-01-20T06:23:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:24:06.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:24:06.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:24:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:24:56.637Z||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.
2022-01-20T06:24:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:24:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:24:56.638Z||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.
2022-01-20T06:24:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:25:06.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:25:06.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:25:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:25:56.637Z||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.
2022-01-20T06:25:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:25:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:25:56.638Z||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.
2022-01-20T06:25:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:26:06.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:26:06.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:26:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:26:56.637Z||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.
2022-01-20T06:26:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:26:56.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:26:56.638Z||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.
2022-01-20T06:26:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:27:06.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:27:06.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:27:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:27:56.637Z||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.
2022-01-20T06:27:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:27:56.639Z||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.
2022-01-20T06:27:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:27:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:28:06.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:28:06.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:28:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:28:56.637Z||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.
2022-01-20T06:28:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:28:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:28:56.638Z||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.
2022-01-20T06:28:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:29:06.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:29:06.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:29:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:29:56.637Z||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.
2022-01-20T06:29:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:29:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:29:56.640Z||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.
2022-01-20T06:29:56.640Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:30:06.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:30:06.207Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:30:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:30:56.637Z||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.
2022-01-20T06:30:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:30:56.638Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:30:56.638Z||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.
2022-01-20T06:30:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:31:06.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:31:06.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:31:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:31:56.637Z||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.
2022-01-20T06:31:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:31:56.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:31:56.638Z||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.
2022-01-20T06:31:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:32:06.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:32:06.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:32:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:32:56.637Z||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.
2022-01-20T06:32:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:32:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:32:56.638Z||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.
2022-01-20T06:32:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:33:06.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:33:06.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:33:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:33:56.637Z||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.
2022-01-20T06:33:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:33:56.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:33:56.638Z||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.
2022-01-20T06:33:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:34:06.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:34:06.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:34:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:34:56.637Z||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.
2022-01-20T06:34:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:34:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:34:56.638Z||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.
2022-01-20T06:34:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:35:06.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:35:06.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:35:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:35:56.637Z||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.
2022-01-20T06:35:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:35:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:35:56.638Z||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.
2022-01-20T06:35:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:36:06.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:36:06.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:36:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:36:56.637Z||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.
2022-01-20T06:36:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:36:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:36:56.638Z||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.
2022-01-20T06:36:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:37:06.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:37:06.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:37:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:37:56.637Z||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.
2022-01-20T06:37:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:37:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:37:56.638Z||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.
2022-01-20T06:37:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:38:06.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:38:06.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:38:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:38:56.637Z||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.
2022-01-20T06:38:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:38:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:38:56.638Z||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.
2022-01-20T06:38:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:39:06.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:39:06.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:39:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:39:56.637Z||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.
2022-01-20T06:39:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:39:56.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:39:56.638Z||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.
2022-01-20T06:39:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:40:06.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:40:06.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:40:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:40:56.637Z||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.
2022-01-20T06:40:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:40:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:40:56.639Z||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.
2022-01-20T06:40:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:41:06.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:41:06.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:41:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:41:56.637Z||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.
2022-01-20T06:41:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:41:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:41:56.638Z||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.
2022-01-20T06:41:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:42:06.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:42:06.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:42:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:42:56.637Z||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.
2022-01-20T06:42:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:42:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:42:56.638Z||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.
2022-01-20T06:42:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:43:06.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:43:06.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:43:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:43:56.637Z||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.
2022-01-20T06:43:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:43:56.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:43:56.638Z||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.
2022-01-20T06:43:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:44:06.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:44:06.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:44:56.636Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:44:56.637Z||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.
2022-01-20T06:44:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:44:56.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:44:56.638Z||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.
2022-01-20T06:44:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:45:06.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:45:06.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:45:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:45:56.637Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-20T06:45:56.637Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:45:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:45:56.638Z||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.
2022-01-20T06:45:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:46:06.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:46:06.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:46:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:46:56.637Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-20T06:46:56.637Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:46:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:46:56.638Z||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.
2022-01-20T06:46:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:47:06.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:47:06.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:47:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:47:56.637Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-20T06:47:56.637Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:47:56.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:47:56.638Z||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.
2022-01-20T06:47:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:48:06.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:48:06.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:48:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:48:56.637Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-20T06:48:56.637Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:48:56.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:48:56.638Z||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.
2022-01-20T06:48:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:49:06.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:49:06.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:49:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:49:56.637Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-20T06:49:56.637Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:49:56.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:49:56.638Z||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.
2022-01-20T06:49:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:50:06.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:50:06.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:50:56.636Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:50:56.637Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-20T06:50:56.637Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:50:56.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:50:56.638Z||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.
2022-01-20T06:50:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:06.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:51:06.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:51:56.636Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:51:56.637Z||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.
2022-01-20T06:51:56.637Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:51:56.638Z||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.
2022-01-20T06:51:56.638Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:57.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:51:57.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:51:57.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d770caef-4763-4bba-81bf-46aefd7baeab","serviceName":"basic_onboard_xHFxJq","serviceVersion":"1.0","serviceUUID":"68b5d2be-2063-44de-b536-242f990ad8ef","serviceDescription":"service","serviceInvariantUUID":"d12386b4-d7ab-4578-a400-dec1ff2c8a25","resources":[{"resourceInstanceName":"basic_onboard_xHFxJq 0","resourceName":"basic_onboard_xHFxJq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1fae3f56-8b35-47fd-8dbb-b4bec048ea7b","resourceInvariantUUID":"5863475c-4f4c-4b1f-aaec-dfbf1644ad7f","resourceCustomizationUUID":"71c2210b-b679-4271-9c2f-5934e1e9cbcf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml","artifactChecksum":"NzI2YmZiMWQ1ZTE4YTc0MTg4NTY3ZWQ1MGRkYjU4YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8d127359-0514-4a97-9b0f-47b270c2873c","artifactVersion":"1"},{"artifactName":"basic_onboard_xhfxjq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json","artifactChecksum":"NTA0MzhmZGRmODNhZmYzMDJlYmE5Nzk3N2FhYWYxZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ecb0135e-81f4-4ae2-bd9e-2be78a4db266","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e16f7294-4389-42e9-84bc-f99e6e17c392","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7311b3d3-fd66-4f2e-ba6e-44a99360619b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"80171cfd-3913-45cf-baae-f059ccf8bf5b","artifactVersion":"2","generatedFromUUID":"e16f7294-4389-42e9-84bc-f99e6e17c392"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXhfxjq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml","artifactChecksum":"NDRjN2QxMmFjMWE4ZWM4YzAwMDU0ZjEwNjMyMGQxMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e7746b3-9368-4c15-bd7d-0a6debd36723","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXhfxjq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar","artifactChecksum":"NzdjOTBkYmVmNzQwNGM4ZTFhMDIwNzQwODg1MjBlZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"777ccd5a-e2fa-4742-a2ae-5ddecd1358bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T06:51:57.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "cds",
"timestamp": 1642661482821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.273Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:51:57.280Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:51:57.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "policy-id",
"timestamp": 1642661486465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "dcae-sch",
"timestamp": 1642661485733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "cds",
"timestamp": 1642661482821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "policy-id",
"timestamp": 1642661486465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "dcae-sch",
"timestamp": 1642661485733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "clamp",
"timestamp": 1642661492138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "cds",
"timestamp": 1642661482821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "policy-id",
"timestamp": 1642661486465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "dcae-sch",
"timestamp": 1642661485733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "clamp",
"timestamp": 1642661492138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "cds",
"timestamp": 1642661482821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "policy-id",
"timestamp": 1642661486465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "dcae-sch",
"timestamp": 1642661485733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "clamp",
"timestamp": 1642661492138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "cds",
"timestamp": 1642661482821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "policy-id",
"timestamp": 1642661486465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "dcae-sch",
"timestamp": 1642661485733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "clamp",
"timestamp": 1642661492138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "cds",
"timestamp": 1642661482821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "policy-id",
"timestamp": 1642661486465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "dcae-sch",
"timestamp": 1642661485733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "clamp",
"timestamp": 1642661492138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "cds",
"timestamp": 1642661482821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "policy-id",
"timestamp": 1642661486465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.297Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661497131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "dcae-sch",
"timestamp": 1642661485733,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "clamp",
"timestamp": 1642661492138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661497570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661497131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "clamp",
"timestamp": 1642661492138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661497570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661497131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "aai-ml",
"timestamp": 1642661499030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661497570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "cds",
"timestamp": 1642661500367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "policy-id",
"timestamp": 1642661500436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "aai-ml",
"timestamp": 1642661499030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661497131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661497570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "cds",
"timestamp": 1642661501380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-20T06:51:57.397Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-01-20T06:51:57.399Z||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.
2022-01-20T06:51:57.399Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:57.410Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:51:57.410Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T06:51:57.431Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:51:57.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "policy-id",
"timestamp": 1642661501441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "aai-ml",
"timestamp": 1642661499030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661497131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661497570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "policy-id",
"timestamp": 1642661502444,
"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=?
2022-01-20T06:51:57.466Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:51:57.466Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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 (?, ?, ?, ?, ?)
2022-01-20T06:51:57.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "aai-ml",
"timestamp": 1642661499030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661497131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661502339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661497570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "aai-ml",
"timestamp": 1642661499030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661497131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661502339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661497570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "aai-ml",
"timestamp": 1642661499030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661502339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661505228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "aai-ml",
"timestamp": 1642661499030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661502339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661506424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661502339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "aai-ml",
"timestamp": 1642661507018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661507675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661502339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661508870,
"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=?
2022-01-20T06:51:57.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:51:57.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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=?
2022-01-20T06:51:57.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661502339,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:51:57.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661509873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661510157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "clamp",
"timestamp": 1642661510383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "clamp",
"timestamp": 1642661512392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "clamp",
"timestamp": 1642661513395,
"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=?
2022-01-20T06:51:57.484Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:51:57.484Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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 (?, ?, ?, ?, ?)
2022-01-20T06:51:57.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661514004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-20T06:51:57.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:51:57.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:51:57.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661515009,
"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=?
2022-01-20T06:51:57.490Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:51:57.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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 (?, ?, ?, ?, ?)
2022-01-20T06:51:58.302Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:51:58.302Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:51:58.304Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:51:58.304Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "NOTIFIED"
}
2022-01-20T06:51:58.404Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:51:58.405Z||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.
2022-01-20T06:51:58.405Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:58.414Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:51:58.415Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:51:59.304Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:51:59.305Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:51:59.306Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:51:59.306Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-20T06:51:59.406Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:51:59.407Z||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.
2022-01-20T06:51:59.407Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:51:59.418Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:51:59.419Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:00.306Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:52:00.307Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:00.308Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:00.308Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:52:00.408Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:00.409Z||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.
2022-01-20T06:52:00.409Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:00.421Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:00.422Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:01.309Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:52:01.309Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:01.311Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:01.311Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-20T06:52:01.411Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:01.412Z||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.
2022-01-20T06:52:01.412Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:01.424Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:01.424Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:02.311Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:52:02.312Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:02.313Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:02.313Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:52:02.414Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:02.414Z||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.
2022-01-20T06:52:02.414Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:02.426Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:02.427Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:03.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:52:03.314Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:03.316Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:03.316Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:52:03.416Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:03.417Z||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.
2022-01-20T06:52:03.417Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:03.430Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:03.431Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:04.318Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"serviceName": "basic_onboard_xHFxJq",
"serviceVersion": "1.0",
"serviceUUID": "68b5d2be-2063-44de-b536-242f990ad8ef",
"serviceDescription": "service",
"serviceInvariantUUID": "d12386b4-d7ab-4578-a400-dec1ff2c8a25",
"resources": [
{
"resourceInstanceName": "basic_onboard_xHFxJq 0",
"resourceCustomizationUUID": "71c2210b-b679-4271-9c2f-5934e1e9cbcf",
"resourceName": "basic_onboard_xHFxJq",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1fae3f56-8b35-47fd-8dbb-b4bec048ea7b",
"resourceInvariantUUID": "5863475c-4f4c-4b1f-aaec-dfbf1644ad7f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xhfxjq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"artifactChecksum": "NTA0MzhmZGRmODNhZmYzMDJlYmE5Nzk3N2FhYWYxZGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ecb0135e-81f4-4ae2-bd9e-2be78a4db266",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e16f7294-4389-42e9-84bc-f99e6e17c392",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "80171cfd-3913-45cf-baae-f059ccf8bf5b",
"generatedFromUUID": "e16f7294-4389-42e9-84bc-f99e6e17c392"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "80171cfd-3913-45cf-baae-f059ccf8bf5b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXhfxjq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"artifactChecksum": "NzdjOTBkYmVmNzQwNGM4ZTFhMDIwNzQwODg1MjBlZjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "777ccd5a-e2fa-4742-a2ae-5ddecd1358bc"
}
],
"workloadContext": "Production"
}
2022-01-20T06:52:04.319Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T06:52:04.319Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68b5d2be-2063-44de-b536-242f990ad8ef ASDC
2022-01-20T06:52:04.401Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d770caef-4763-4bba-81bf-46aefd7baeab
ServiceName:basic_onboard_xHFxJq
ServiceVersion:1.0
ServiceUUID:68b5d2be-2063-44de-b536-242f990ad8ef
ServiceInvariantUUID:d12386b4-d7ab-4578-a400-dec1ff2c8a25
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXhfxjq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar
ArtifactUUID:777ccd5a-e2fa-4742-a2ae-5ddecd1358bc
ArtifactChecksum:NzdjOTBkYmVmNzQwNGM4ZTFhMDIwNzQwODg1MjBlZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xHFxJq 0
ResourceCustomizationUUID:71c2210b-b679-4271-9c2f-5934e1e9cbcf
ResourceInvariantUUID:5863475c-4f4c-4b1f-aaec-dfbf1644ad7f
ResourceName:basic_onboard_xHFxJq
ResourceType:VF
ResourceUUID:1fae3f56-8b35-47fd-8dbb-b4bec048ea7b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xhfxjq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json
ArtifactUUID:ecb0135e-81f4-4ae2-bd9e-2be78a4db266
ArtifactChecksum:NTA0MzhmZGRmODNhZmYzMDJlYmE5Nzk3N2FhYWYxZGY=
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/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e16f7294-4389-42e9-84bc-f99e6e17c392
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/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
ArtifactUUID:80171cfd-3913-45cf-baae-f059ccf8bf5b
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/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
ArtifactUUID:80171cfd-3913-45cf-baae-f059ccf8bf5b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-20T06:52:04.402Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68b5d2be-2063-44de-b536-242f990ad8ef 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=?
2022-01-20T06:52:04.429Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T06:52:04.430Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:52:04.430Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:52:04.430Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 777ccd5a-e2fa-4742-a2ae-5ddecd1358bc from URL: /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:04.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:52:04.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:04.493Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:52:04.502Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar 777ccd5a-e2fa-4742-a2ae-5ddecd1358bc 71567
2022-01-20T06:52:04.503Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar ASDC sendASDCNotification
2022-01-20T06:52:04.503Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:04.504Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:52:04.504Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:04.506Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:04.506Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661524503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:52:04.606Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:04.607Z||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.
2022-01-20T06:52:04.607Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:04.618Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:04.619Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:05.506Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T06:52:05.507Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:52:05.508Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 777ccd5a-e2fa-4742-a2ae-5ddecd1358bc, URL: /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar to file: /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:05.508Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:05.564Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:05.564Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:05.936Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11134771556052945172/Definitions/service-BasicOnboardXhfxjq-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
2022-01-20T06:52:07.426Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T06:52:07.430Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T06:52:07.430Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||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-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xHFxJq 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-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:07.431Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T06:52:07.436Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.437Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.440Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:07.440Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T06:52:07.441Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.443Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.446Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.446Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is not matching search criteria
2022-01-20T06:52:07.446Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-20T06:52:07.446Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-20T06:52:07.447Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-20T06:52:07.447Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-20T06:52:07.447Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T06:52:07.447Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.447Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T06:52:07.448Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.448Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:07.448Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:07.448Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.448Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is not matching search criteria
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ef971e91-d65d-4061-b50d-716991c3ab44
2022-01-20T06:52:07.449Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:07.450Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_xHFxJq
Description:service
Model UUID:68b5d2be-2063-44de-b536-242f990ad8ef
Model Version:NULL
Model InvariantUuid:d12386b4-d7ab-4578-a400-dec1ff2c8a25
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_xHFxJq
Model UUID:1e394b08-f67b-42b7-8a89-c3ab68c5f9ac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5863475c-4f4c-4b1f-aaec-dfbf1644ad7f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:71c2210b-b679-4271-9c2f-5934e1e9cbcf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1463079f-9ce9-4ca1-ab46-ee625c92cf7a
ModelName:BasicOnboardXhfxjq..base_ubuntu18..module-0
ModelUuid:e2164023-ab4a-49bb-a61c-7f964d9be9fe
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ef971e91-d65d-4061-b50d-716991c3ab44
ModelInvariantUuid:6bce120d-7cfc-4a21-818a-a93ec9407645
ModelName:basic_onboard_xHFxJq-nodes.ubuntu18Cvfc
ModelUuid:896be7bd-22a2-47c8-b808-7ef0a9564d68
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:40965c5e-0226-40ee-a115-552c92f114b8
ModelInvariantUuid:79d79eec-1532-45bc-9f9b-f745aba265ec
ModelName:BasicOnboardXhfxjq.compute.nodes.heat.ubuntu18
ModelUuid:32cd4b06-67e3-4059-a9e8-364a131c1dde
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-20T06:52:07.466Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1fae3f56-8b35-47fd-8dbb-b4bec048ea7b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T06:52:07.543Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||basic_onboard_xHFxJq 0
2022-01-20T06:52:07.547Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1fae3f56-8b35-47fd-8dbb-b4bec048ea7b
2022-01-20T06:52:07.548Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ecb0135e-81f4-4ae2-bd9e-2be78a4db266 from URL: /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json
2022-01-20T06:52:07.548Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:52:07.548Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json
2022-01-20T06:52:07.843Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:52:07.843Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json ecb0135e-81f4-4ae2-bd9e-2be78a4db266 798
2022-01-20T06:52:07.843Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json ASDC sendASDCNotification
2022-01-20T06:52:07.844Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json
2022-01-20T06:52:07.844Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:52:07.844Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:07.845Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:07.845Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661527843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:52:07.946Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T06:52:07.946Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-20T06:52:07.946Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:07.959Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:07.959Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:08.847Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXhfxjq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1463079f-9ce9-4ca1-ab46-ee625c92cf7a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e2164023-ab4a-49bb-a61c-7f964d9be9fe",
"vfModuleModelCustomizationUUID": "dfb0df10-1a52-43a9-b669-44fd311d45e0",
"isBase": true,
"artifacts": [
"e16f7294-4389-42e9-84bc-f99e6e17c392",
"80171cfd-3913-45cf-baae-f059ccf8bf5b"
],
"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": ""
}
}
]
2022-01-20T06:52:08.858Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXhfxjq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2164023-ab4a-49bb-a61c-7f964d9be9fe
VfModuleModelInvariantUUID:1463079f-9ce9-4ca1-ab46-ee625c92cf7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
e16f7294-4389-42e9-84bc-f99e6e17c392
,
80171cfd-3913-45cf-baae-f059ccf8bf5b
}
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
}
2022-01-20T06:52:08.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXhfxjq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1463079f-9ce9-4ca1-ab46-ee625c92cf7a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e2164023-ab4a-49bb-a61c-7f964d9be9fe",
"vfModuleModelCustomizationUUID": "dfb0df10-1a52-43a9-b669-44fd311d45e0",
"isBase": true,
"artifacts": [
"e16f7294-4389-42e9-84bc-f99e6e17c392",
"80171cfd-3913-45cf-baae-f059ccf8bf5b"
],
"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": ""
}
}
]
2022-01-20T06:52:08.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXhfxjq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2164023-ab4a-49bb-a61c-7f964d9be9fe
VfModuleModelInvariantUUID:1463079f-9ce9-4ca1-ab46-ee625c92cf7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
e16f7294-4389-42e9-84bc-f99e6e17c392
,
80171cfd-3913-45cf-baae-f059ccf8bf5b
}
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
}
2022-01-20T06:52:08.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e16f7294-4389-42e9-84bc-f99e6e17c392 from URL: /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml
2022-01-20T06:52:08.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:52:08.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml e16f7294-4389-42e9-84bc-f99e6e17c392 5033
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:52:09.322Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:09.324Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:09.324Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661529322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:52:09.424Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:09.425Z||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.
2022-01-20T06:52:09.425Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:09.435Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:09.435Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:10.325Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 80171cfd-3913-45cf-baae-f059ccf8bf5b from URL: /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
2022-01-20T06:52:10.325Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:52:10.325Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
2022-01-20T06:52:10.826Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:52:10.827Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env 80171cfd-3913-45cf-baae-f059ccf8bf5b 909
2022-01-20T06:52:10.827Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-20T06:52:10.827Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
2022-01-20T06:52:10.827Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:52:10.827Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:10.828Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:10.828Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661530827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:52:10.929Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-20T06:52:10.929Z||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.
2022-01-20T06:52:10.929Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:10.939Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:10.940Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:11.829Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 68b5d2be-2063-44de-b536-242f990ad8ef
2022-01-20T06:52:11.830Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xHFxJq 0 1fae3f56-8b35-47fd-8dbb-b4bec048ea7b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T06:52:11.860Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ee01ce7, org.onap.sdc.toscaparser.api.parameters.Input@35871dbf, org.onap.sdc.toscaparser.api.parameters.Input@6f1c2b04, org.onap.sdc.toscaparser.api.parameters.Input@618524b2, org.onap.sdc.toscaparser.api.parameters.Input@5f3c0b41]
2022-01-20T06:52:11.862Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.863Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.863Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-01-20T06:52:11.863Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 71c2210b-b679-4271-9c2f-5934e1e9cbcf
2022-01-20T06:52:11.863Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71c2210b-b679-4271-9c2f-5934e1e9cbcf matches Tosca VF Customization UUID: 71c2210b-b679-4271-9c2f-5934e1e9cbcf
2022-01-20T06:52:11.863Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 71c2210b-b679-4271-9c2f-5934e1e9cbcf matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-20T06:52:11.868Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.868Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.869Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 71c2210b-b679-4271-9c2f-5934e1e9cbcf: {\"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\"}
2022-01-20T06:52:11.869Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19552d1
2022-01-20T06:52:11.869Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.869Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T06:52:11.870Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dfb0df10-1a52-43a9-b669-44fd311d45e0
2022-01-20T06:52:11.871Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dfb0df10-1a52-43a9-b669-44fd311d45e0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-20T06:52:11.875Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.875Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:11.875Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is not matching search criteria
2022-01-20T06:52:11.876Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-20T06:52:11.877Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-20T06:52:11.877Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ef971e91-d65d-4061-b50d-716991c3ab44
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-20T06:52:11.889Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.890Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:11.890Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:52:11.890Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.890Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_xHFxJq 0 is matching search criteria
2022-01-20T06:52:11.890Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_xHFxJq 0] matching following query criteria: sdcType=VF, customizationUUID=71c2210b-b679-4271-9c2f-5934e1e9cbcf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T06:52:11.892Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.892Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.892Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 68b5d2be-2063-44de-b536-242f990ad8ef: basic_onboard_xHFxJq
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.893Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.894Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:52:11.894Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_xHFxJq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:52:11.894Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_xHFxJq
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-01-20T06:52:12.069Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xHFxJq 1fae3f56-8b35-47fd-8dbb-b4bec048ea7b 1 ASDC deployResourceStructure
2022-01-20T06:52:12.070Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json ASDC sendASDCNotification
2022-01-20T06:52:12.070Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json
2022-01-20T06:52:12.070Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:52:12.070Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:12.072Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:12.072Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661532070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-20T06:52:12.172Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:12.173Z||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.
2022-01-20T06:52:12.173Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:12.184Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:12.184Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:13.073Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-20T06:52:13.073Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml
2022-01-20T06:52:13.073Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:52:13.073Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:13.074Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:13.075Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661533072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-20T06:52:13.175Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:13.175Z||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.
2022-01-20T06:52:13.175Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:13.187Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:13.187Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-20T06:52:14.075Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-20T06:52:14.076Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env
2022-01-20T06:52:14.076Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:52:14.076Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:14.077Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:14.077Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661534075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-20T06:52:14.177Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:14.178Z||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.
2022-01-20T06:52:14.178Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:14.188Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:14.188Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:15.078Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar ASDC sendASDCNotification
2022-01-20T06:52:15.078Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar
2022-01-20T06:52:15.079Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-20T06:52:15.079Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:52:15.080Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:52:15.080Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661535078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-20T06:52:15.181Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:52:15.181Z||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.
2022-01-20T06:52:15.181Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:15.192Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:15.193Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:52:16.081Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
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=?
2022-01-20T06:52:16.092Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
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=?
2022-01-20T06:52:16.094Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:52:16.095Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T06:52:16.095Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T06:52:46.095Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
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=?
2022-01-20T06:52:46.101Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
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=?
2022-01-20T06:52:46.103Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:52:46.103Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T06:52:46.103Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T06:52:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:52:56.639Z||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.
2022-01-20T06:52:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:52:56.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:52:56.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:52:56.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:52:56.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:53:16.103Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
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=?
2022-01-20T06:53:16.108Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
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=?
2022-01-20T06:53:16.110Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:53:16.110Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T06:53:16.110Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T06:53:46.110Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
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=?
2022-01-20T06:53:46.115Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
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=?
2022-01-20T06:53:46.117Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:53:46.117Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-20T06:53:46.117Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-20T06:53:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:53:56.639Z||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.
2022-01-20T06:53:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:53:57.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:53:57.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "aai-ml",
"timestamp": 1642661517455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "NOTIFIED"
}
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "aai-ml",
"timestamp": 1642661518460,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-20T06:53:57.171Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d770caef-4763-4bba-81bf-46aefd7baeab
2022-01-20T06:53:57.171Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d770caef-4763-4bba-81bf-46aefd7baeab 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 (?, ?, ?, ?, ?)
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:53:57.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661516636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661524503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661527843,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661529322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661530827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661532070,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/basic_onboard_xhfxjq0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661533072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661534075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/resourceInstances/basic_onboard_xhfxjq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-20T06:53:57.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:53:57.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:53:57.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661535078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXhfxjq/1.0/artifacts/service-BasicOnboardXhfxjq-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-20T06:53:57.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:16.117Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
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=?
2022-01-20T06:54:16.124Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab
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=?
2022-01-20T06:54:16.126Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-20T06:54:16.126Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-20T06:54:16.126Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-20T06:54:16.126Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-20T06:54:16.126Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-01-20T06:54:16.127Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-20T06:54:16.129Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-20T06:54:46.129Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d770caef-4763-4bba-81bf-46aefd7baeab 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=?
2022-01-20T06:54:46.134Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d770caef-4763-4bba-81bf-46aefd7baeab and serviceModelVersionId: 68b5d2be-2063-44de-b536-242f990ad8ef
2022-01-20T06:54:46.134Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d12386b4-d7ab-4578-a400-dec1ff2c8a25
2022-01-20T06:54:56.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:54:56.639Z||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.
2022-01-20T06:54:56.639Z||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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:54:57.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:54:57.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "policy-id",
"timestamp": 1642661646465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "dcae-sch",
"timestamp": 1642661645733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "clamp",
"timestamp": 1642661642138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "cds",
"timestamp": 1642661647821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "policy-id",
"timestamp": 1642661646465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "dcae-sch",
"timestamp": 1642661645733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "clamp",
"timestamp": 1642661642138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "cds",
"timestamp": 1642661647821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "aai-ml",
"timestamp": 1642661649030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "policy-id",
"timestamp": 1642661646465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "dcae-sch",
"timestamp": 1642661645733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "clamp",
"timestamp": 1642661642138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "cds",
"timestamp": 1642661647821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "aai-ml",
"timestamp": 1642661649030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "policy-id",
"timestamp": 1642661646465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "dcae-sch",
"timestamp": 1642661645733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "clamp",
"timestamp": 1642661642138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "cds",
"timestamp": 1642661647821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "aai-ml",
"timestamp": 1642661649030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "policy-id",
"timestamp": 1642661646465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "dcae-sch",
"timestamp": 1642661645733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "clamp",
"timestamp": 1642661642138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "cds",
"timestamp": 1642661647821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "aai-ml",
"timestamp": 1642661649030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661652339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "policy-id",
"timestamp": 1642661646465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "dcae-sch",
"timestamp": 1642661645733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "clamp",
"timestamp": 1642661642138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "cds",
"timestamp": 1642661647821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "aai-ml",
"timestamp": 1642661649030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661652339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "policy-id",
"timestamp": 1642661646465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "dcae-sch",
"timestamp": 1642661645733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "clamp",
"timestamp": 1642661642138,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "cds",
"timestamp": 1642661647821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "aai-ml",
"timestamp": 1642661649030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661652339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "policy-id",
"timestamp": 1642661655341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "cds",
"timestamp": 1642661655652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.278Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "aai-ml",
"timestamp": 1642661649030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661652339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "policy-id",
"timestamp": 1642661656344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "cds",
"timestamp": 1642661656657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T06:54:57.288Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.288Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-20T06:54:57.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "aai-ml",
"timestamp": 1642661656847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661652339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "policy-id",
"timestamp": 1642661657346,
"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=?
2022-01-20T06:54:57.297Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.297Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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 (?, ?, ?, ?, ?)
2022-01-20T06:54:57.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661657131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661652339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661657570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661657131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661652339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661657570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661657131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661660073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661657570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661657131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661657570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661657131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661657570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661657131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661657570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661663247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661657131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "ves-openapi-manager",
"timestamp": 1642661657570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642661664251,
"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=?
2022-01-20T06:54:57.318Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.318Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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 (?, ?, ?, ?, ?)
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "clamp",
"timestamp": 1642661664393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661664852,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "aai-ml",
"timestamp": 1642661665019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661665908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "aai-ml",
"timestamp": 1642661666023,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-20T06:54:57.328Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.329Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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 (?, ?, ?, ?, ?)
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "clamp",
"timestamp": 1642661666406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661666952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:54:57.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "clamp",
"timestamp": 1642661667410,
"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=?
2022-01-20T06:54:57.340Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.340Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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 (?, ?, ?, ?, ?)
2022-01-20T06:54:57.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661668155,
"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=?
2022-01-20T06:54:57.384Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec122131-425e-4559-bb35-326f5d028a29
2022-01-20T06:54:57.384Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec122131-425e-4559-bb35-326f5d028a29 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=?
2022-01-20T06:54:57.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-20T06:54:57.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642661669161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "DEPLOY_OK"
}
2022-01-20T06:54:57.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-20T06:54:57.515Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0
2022-01-20T06:54:57.646Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-01-20T06:54:58.139Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-01-20T06:54:58.142Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0|INFO|500||Invoke
2022-01-20T06:54:58.308Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-01-20T06:54:58.389Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-20T06:54:58.390Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220120-06:54:58:319-55940], Content-Length=[495], Date=[Thu, 20 Jan 2022 06:54:58 GMT], Content-Type=[application/json]}
2022-01-20T06:54:58.392Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef","ERR.5.4.6114"]}}}
2022-01-20T06:54:58.410Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=d770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec=ERR.5.4.6114)
2022-01-20T06:54:58.410Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-20T06:54:58.410Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec=ERR.5.4.6114)
2022-01-20T06:54:58.411Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=d770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T06:54:58.501Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||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)
2022-01-20T06:54:58.508Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d770caef-4763-4bba-81bf-46aefd7baeab and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec=ERR.5.4.6114)
2022-01-20T06:54:58.509Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-20T06:54:58.509Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:54:58.511Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:54:58.511Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d770caef-4763-4bba-81bf-46aefd7baeab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661698508,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd770caef-4763-4bba-81bf-46aefd7baeab Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d12386b4-d7ab-4578-a400-dec1ff2c8a25/model-vers/model-ver/68b5d2be-2063-44de-b536-242f990ad8ef) (ec\u003dERR.5.4.6114)"
}
2022-01-20T06:54:58.611Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:54:58.612Z||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.
2022-01-20T06:54:58.612Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:54:58.623Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:54:58.623Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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=?
2022-01-20T06:54:59.519Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-20T06:54:59.519Z|d770caef-4763-4bba-81bf-46aefd7baeab|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.
2022-01-20T06:54:59.519Z|d770caef-4763-4bba-81bf-46aefd7baeab|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 kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:04.260Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:04.261Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-20T06:55:04.261Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec122131-425e-4559-bb35-326f5d028a29","serviceName":"vFW 2022-01-20 06-52-53","serviceVersion":"1.0","serviceUUID":"dae3985c-e73d-4bf6-84e9-9d3a9818423e","serviceDescription":"catalog service description","serviceInvariantUUID":"f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e","resources":[{"resourceInstanceName":"vFW 2ed4bb21-5284 0","resourceName":"vFW 2ed4bb21-5284","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fc8c3ba-60ed-4310-8ce2-a080bebb72c5","resourceInvariantUUID":"46c82117-70b5-446a-aac4-7a3d8e33f5aa","resourceCustomizationUUID":"affb1e8e-a050-4756-b4f7-fb87d9350a2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml","artifactChecksum":"ZmZmOTdhNzBmMDg3NDM3NTMxOTBhOTExYzQ0ZGVjYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"211c18dc-16cd-433e-8736-77da20a02ca8","artifactVersion":"1"},{"artifactName":"vfw2ed4bb2152840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json","artifactChecksum":"N2U2Mzk2YTBjYjI3NDJlMDNkYTAyZjVlNTQ5MGNlNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc353a2e-97f4-42a4-af46-6f7f2b8b1929","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"368d222d-b85f-4394-baef-2ff3746514d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml","artifactChecksum":"MGZkOWI5NDZlYjQ4ZjVjY2M0ZDQxZjc0YzRiOWYxZTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"573f7689-b2db-4367-9efc-47ca8309db38","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a435eb9a-8565-4603-8828-2c1373c00586","artifactVersion":"2","generatedFromUUID":"368d222d-b85f-4394-baef-2ff3746514d1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220120065253-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml","artifactChecksum":"ODMzZGZiMjdiZmUwMmNiZDBmYWMyOTA5Nzg4NWU3NTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f6528ff-ea20-45cf-8760-de07714e351c","artifactVersion":"1"},{"artifactName":"service-Vfw20220120065253-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar","artifactChecksum":"MmNkYzA5ODEzYzE2NzgzNTIwODg0NDdjYWUwMDdhMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bad4deb5-da44-42e4-87f8-1359efd4c100","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-20T06:55:04.263Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:04.264Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:04.265Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:04.265Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661699518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:55:04.365Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:04.366Z||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.
2022-01-20T06:55:04.366Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:04.375Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:04.375Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:05.266Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:05.266Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:05.268Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:05.268Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661699518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "NOTIFIED"
}
2022-01-20T06:55:05.368Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:05.369Z||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.
2022-01-20T06:55:05.369Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:05.378Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:05.378Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:06.268Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:06.269Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:06.271Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:06.271Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661699518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-20T06:55:06.371Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:06.372Z||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.
2022-01-20T06:55:06.372Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:06.381Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:06.382Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:07.271Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:07.272Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:07.274Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:07.274Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661699518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:55:07.374Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:07.375Z||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.
2022-01-20T06:55:07.375Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:07.385Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:07.385Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:08.274Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:08.275Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:08.276Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:08.276Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661699518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-20T06:55:08.377Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:08.377Z||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.
2022-01-20T06:55:08.377Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:08.386Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:08.387Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:09.277Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:09.278Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:09.280Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:09.280Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661699518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-20T06:55:09.380Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:09.380Z||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.
2022-01-20T06:55:09.381Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:09.390Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:09.390Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:10.280Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-20T06:55:10.281Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:10.282Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:10.282Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661699518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "NOTIFIED"
}
2022-01-20T06:55:10.382Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:10.383Z||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.
2022-01-20T06:55:10.383Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:10.392Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:10.392Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:11.283Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"serviceName": "vFW 2022-01-20 06-52-53",
"serviceVersion": "1.0",
"serviceUUID": "dae3985c-e73d-4bf6-84e9-9d3a9818423e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e",
"resources": [
{
"resourceInstanceName": "vFW 2ed4bb21-5284 0",
"resourceCustomizationUUID": "affb1e8e-a050-4756-b4f7-fb87d9350a2b",
"resourceName": "vFW 2ed4bb21-5284",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6fc8c3ba-60ed-4310-8ce2-a080bebb72c5",
"resourceInvariantUUID": "46c82117-70b5-446a-aac4-7a3d8e33f5aa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2ed4bb2152840_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"artifactChecksum": "N2U2Mzk2YTBjYjI3NDJlMDNkYTAyZjVlNTQ5MGNlNzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc353a2e-97f4-42a4-af46-6f7f2b8b1929",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "368d222d-b85f-4394-baef-2ff3746514d1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a435eb9a-8565-4603-8828-2c1373c00586",
"generatedFromUUID": "368d222d-b85f-4394-baef-2ff3746514d1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a435eb9a-8565-4603-8828-2c1373c00586",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220120065253-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"artifactChecksum": "MmNkYzA5ODEzYzE2NzgzNTIwODg0NDdjYWUwMDdhMjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bad4deb5-da44-42e4-87f8-1359efd4c100"
}
],
"workloadContext": "Production"
}
2022-01-20T06:55:11.284Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-20T06:55:11.284Z|d770caef-4763-4bba-81bf-46aefd7baeab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dae3985c-e73d-4bf6-84e9-9d3a9818423e ASDC
2022-01-20T06:55:11.284Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ec122131-425e-4559-bb35-326f5d028a29
ServiceName:vFW 2022-01-20 06-52-53
ServiceVersion:1.0
ServiceUUID:dae3985c-e73d-4bf6-84e9-9d3a9818423e
ServiceInvariantUUID:f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220120065253-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar
ArtifactUUID:bad4deb5-da44-42e4-87f8-1359efd4c100
ArtifactChecksum:MmNkYzA5ODEzYzE2NzgzNTIwODg0NDdjYWUwMDdhMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2ed4bb21-5284 0
ResourceCustomizationUUID:affb1e8e-a050-4756-b4f7-fb87d9350a2b
ResourceInvariantUUID:46c82117-70b5-446a-aac4-7a3d8e33f5aa
ResourceName:vFW 2ed4bb21-5284
ResourceType:VF
ResourceUUID:6fc8c3ba-60ed-4310-8ce2-a080bebb72c5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2ed4bb2152840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json
ArtifactUUID:fc353a2e-97f4-42a4-af46-6f7f2b8b1929
ArtifactChecksum:N2U2Mzk2YTBjYjI3NDJlMDNkYTAyZjVlNTQ5MGNlNzQ=
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/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml
ArtifactUUID:368d222d-b85f-4394-baef-2ff3746514d1
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/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
ArtifactUUID:a435eb9a-8565-4603-8828-2c1373c00586
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/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
ArtifactUUID:a435eb9a-8565-4603-8828-2c1373c00586
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-20T06:55:11.284Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dae3985c-e73d-4bf6-84e9-9d3a9818423e 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=?
2022-01-20T06:55:11.308Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T06:55:11.308Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:55:11.308Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:55:11.308Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bad4deb5-da44-42e4-87f8-1359efd4c100 from URL: /sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:11.308Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:55:11.309Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:11.729Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:55:11.733Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar bad4deb5-da44-42e4-87f8-1359efd4c100 98910
2022-01-20T06:55:11.734Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar ASDC sendASDCNotification
2022-01-20T06:55:11.734Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:11.734Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:55:11.734Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:11.735Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:11.736Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661711734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:55:11.836Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:11.836Z||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.
2022-01-20T06:55:11.837Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:11.845Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:11.845Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:12.736Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-20T06:55:12.737Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-01-20T06:55:12.737Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bad4deb5-da44-42e4-87f8-1359efd4c100, URL: /sdc/v1/catalog/services/Vfw20220120065253/1.0/artifacts/service-Vfw20220120065253-csar.csar to file: /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:12.737Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220120065253-csar.csar
2022-01-20T06:55:12.738Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:12.738Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:12.958Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12422837490069621619/Definitions/service-Vfw20220120065253-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-01-20T06:55:15.012Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2ed4bb21-5284 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-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.013Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220120065253-csar.csar
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T06:55:15.014Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:15.015Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.016Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.017Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T06:55:15.018Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f79abd97-b60a-4258-a2dd-5bde52bb5225
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T06:55:15.019Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=acf506d8-6fe0-43cd-bd43-e5100edc7527
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.020Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=15e80c9c-675c-40cd-8be2-d5284abb9aed
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.021Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.022Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.022Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:15.022Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:15.022Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-20 06-52-53
Description:catalog service description
Model UUID:dae3985c-e73d-4bf6-84e9-9d3a9818423e
Model Version:NULL
Model InvariantUuid:f33b33aa-2d0d-4e9e-a89f-2e1547fbcb1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2ed4bb21-5284
Model UUID:45e08d29-38c3-463d-a584-0bc0ff9fcdb3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46c82117-70b5-446a-aac4-7a3d8e33f5aa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:affb1e8e-a050-4756-b4f7-fb87d9350a2b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:edb494b8-e01c-49d4-aff0-de37d775646d
ModelName:Vfw2ed4bb215284..base_vfw..module-0
ModelUuid:ddae4e93-ad2d-4334-a872-c34a168c92d0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f79abd97-b60a-4258-a2dd-5bde52bb5225
ModelInvariantUuid:5a55ef2c-3609-4e88-add3-a2d9e6f175c3
ModelName:vFW 2ed4bb21-5284-nodes.vfwCvfc
ModelUuid:1e81d6cb-69e6-4b9c-b33c-225d7873d56d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:939de5a5-4841-49f8-8531-0a1a3864a7ac
ModelInvariantUuid:e21d78f3-5875-44ac-a245-9ab929b2745e
ModelName:Vfw2ed4bb215284.compute.nodes.heat.vfw
ModelUuid:8aa803ec-1b3d-46a1-a753-cb3f4b4584bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:acf506d8-6fe0-43cd-bd43-e5100edc7527
ModelInvariantUuid:bf820b6a-486c-4409-8b80-75d6a285bdf2
ModelName:vFW 2ed4bb21-5284-nodes.vsnCvfc
ModelUuid:8577eb21-a796-4cef-bed9-59500d077c66
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6e5e9cd1-b762-4143-b732-587296139e89
ModelInvariantUuid:41c2aa9e-349d-4447-abff-4eb9046b1eae
ModelName:Vfw2ed4bb215284.compute.nodes.heat.vsn
ModelUuid:8c32a12a-35b4-47e6-abfe-e74db5d3e981
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:15e80c9c-675c-40cd-8be2-d5284abb9aed
ModelInvariantUuid:acc26615-3e99-4db3-829f-a2e45c26b6df
ModelName:vFW 2ed4bb21-5284-nodes.vpgCvfc
ModelUuid:2cd445db-f5cd-47db-b792-ffa3e8446e3b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e884421f-272c-46fe-a872-0b5109a779e9
ModelInvariantUuid:b97e1f2c-5283-4404-b311-44757d6ea284
ModelName:Vfw2ed4bb215284.compute.nodes.heat.vpg
ModelUuid:c6f2c09e-abbb-4e29-9070-fa92c19f0b89
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-20T06:55:15.029Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fc8c3ba-60ed-4310-8ce2-a080bebb72c5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T06:55:15.031Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||vFW 2ed4bb21-5284 0
2022-01-20T06:55:15.031Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fc8c3ba-60ed-4310-8ce2-a080bebb72c5
2022-01-20T06:55:15.031Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc353a2e-97f4-42a4-af46-6f7f2b8b1929 from URL: /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json
2022-01-20T06:55:15.031Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:55:15.032Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json
2022-01-20T06:55:15.235Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:55:15.235Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json fc353a2e-97f4-42a4-af46-6f7f2b8b1929 785
2022-01-20T06:55:15.235Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json ASDC sendASDCNotification
2022-01-20T06:55:15.235Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json
2022-01-20T06:55:15.235Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:55:15.236Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:15.237Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:15.237Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661715235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/vfw2ed4bb2152840_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:55:15.338Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-20T06:55:15.338Z||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.
2022-01-20T06:55:15.338Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:15.347Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:15.348Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:16.238Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2ed4bb215284..base_vfw..module-0",
"vfModuleModelInvariantUUID": "edb494b8-e01c-49d4-aff0-de37d775646d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ddae4e93-ad2d-4334-a872-c34a168c92d0",
"vfModuleModelCustomizationUUID": "8f1abdef-031e-44eb-b288-355f832a69c9",
"isBase": true,
"artifacts": [
"368d222d-b85f-4394-baef-2ff3746514d1",
"a435eb9a-8565-4603-8828-2c1373c00586"
],
"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": ""
}
}
]
2022-01-20T06:55:16.242Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2ed4bb215284..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ddae4e93-ad2d-4334-a872-c34a168c92d0
VfModuleModelInvariantUUID:edb494b8-e01c-49d4-aff0-de37d775646d
VfModuleModelDescription:NULL
Artifacts UUID List:{
368d222d-b85f-4394-baef-2ff3746514d1
,
a435eb9a-8565-4603-8828-2c1373c00586
}
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
}
2022-01-20T06:55:16.243Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2ed4bb215284..base_vfw..module-0",
"vfModuleModelInvariantUUID": "edb494b8-e01c-49d4-aff0-de37d775646d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ddae4e93-ad2d-4334-a872-c34a168c92d0",
"vfModuleModelCustomizationUUID": "8f1abdef-031e-44eb-b288-355f832a69c9",
"isBase": true,
"artifacts": [
"368d222d-b85f-4394-baef-2ff3746514d1",
"a435eb9a-8565-4603-8828-2c1373c00586"
],
"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": ""
}
}
]
2022-01-20T06:55:16.244Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2ed4bb215284..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ddae4e93-ad2d-4334-a872-c34a168c92d0
VfModuleModelInvariantUUID:edb494b8-e01c-49d4-aff0-de37d775646d
VfModuleModelDescription:NULL
Artifacts UUID List:{
368d222d-b85f-4394-baef-2ff3746514d1
,
a435eb9a-8565-4603-8828-2c1373c00586
}
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
}
2022-01-20T06:55:16.244Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 368d222d-b85f-4394-baef-2ff3746514d1 from URL: /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml
2022-01-20T06:55:16.244Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:55:16.244Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml
2022-01-20T06:55:16.433Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:55:16.433Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml 368d222d-b85f-4394-baef-2ff3746514d1 20368
2022-01-20T06:55:16.433Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-20T06:55:16.434Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml
2022-01-20T06:55:16.434Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:55:16.434Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:16.435Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:16.435Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661716433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:55:16.535Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:16.536Z||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.
2022-01-20T06:55:16.536Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:16.545Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:16.545Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:17.436Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a435eb9a-8565-4603-8828-2c1373c00586 from URL: /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
2022-01-20T06:55:17.436Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-01-20T06:55:17.436Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
2022-01-20T06:55:17.627Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-01-20T06:55:17.627Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env a435eb9a-8565-4603-8828-2c1373c00586 2098
2022-01-20T06:55:17.628Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-20T06:55:17.628Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env
2022-01-20T06:55:17.628Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-20T06:55:17.628Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-01-20T06:55:17.629Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-20T06:55:17.629Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ec122131-425e-4559-bb35-326f5d028a29",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642661717627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220120065253/1.0/resourceInstances/vfw2ed4bb2152840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-20T06:55:17.730Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-20T06:55:17.730Z||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.
2022-01-20T06:55:17.730Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kGkkEZJBdMBdhEl4) ...
2022-01-20T06:55:17.739Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-20T06:55:17.739Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-20T06:55:18.630Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dae3985c-e73d-4bf6-84e9-9d3a9818423e
2022-01-20T06:55:18.630Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2ed4bb21-5284 0 6fc8c3ba-60ed-4310-8ce2-a080bebb72c5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-20T06:55:18.644Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6585058c, org.onap.sdc.toscaparser.api.parameters.Input@8d9eae9, org.onap.sdc.toscaparser.api.parameters.Input@3fe3e30, org.onap.sdc.toscaparser.api.parameters.Input@2fe8c76d, org.onap.sdc.toscaparser.api.parameters.Input@628c0e79]
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= affb1e8e-a050-4756-b4f7-fb87d9350a2b
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: affb1e8e-a050-4756-b4f7-fb87d9350a2b matches Tosca VF Customization UUID: affb1e8e-a050-4756-b4f7-fb87d9350a2b
2022-01-20T06:55:18.645Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: affb1e8e-a050-4756-b4f7-fb87d9350a2b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-20T06:55:18.647Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:18.647Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id affb1e8e-a050-4756-b4f7-fb87d9350a2b: {\"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\"}
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e82fd60
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-01-20 06-52-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f1abdef-031e-44eb-b288-355f832a69c9
2022-01-20T06:55:18.648Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f1abdef-031e-44eb-b288-355f832a69c9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-20T06:55:18.650Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:18.650Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:18.650Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Node template vFW 2ed4bb21-5284 0 is matching search criteria
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 2ed4bb21-5284 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-20T06:55:18.651Z|ec122131-425e-4559-bb35-326f5d028a29|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery