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-04-28T05:45:56.754Z||main|||||INFO|500||The following profiles are active: basic
2022-04-28T05:46:19.947Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-28T05:46:19.953Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-28T05:46:20.203Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-28T05:46:28.419Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-28T05:46:29.163Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-28T05:46:30.183Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-28T05:46:30.193Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-28T05:46:30.458Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-28T05:46:30.993Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-28T05:46:32.446Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-28T05:46:37.161Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-28T05:46:41.870Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-28T05:46:41.991Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-28T05:46:43.073Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-28T05:46:43.521Z||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-04-28T05:46:46.213Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-28T05:46:48.327Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-28T05:46:48.367Z||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$$d1dad29b.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-04-28T05:46:48.369Z||main|||||WARN|500||The sdc end point is not alive
2022-04-28T05:46:55.162Z||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-04-28T05:47:00.834Z||main|||||WARN|500||---
2022-04-28T05:47:00.835Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-28T05:47:00.836Z||main|||||WARN|500||---
2022-04-28T05:47:01.772Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-28T05:47:11.096Z||main|||||INFO|500||Started Application in 80.808 seconds (JVM running for 85.695)
2022-04-28T05:47:11.137Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:47:11.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:47:11.168Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:47:11.216Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:47:11.316Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a76e4d3a-5774-4783-a6a6-fd3a593f127c url= /sdc/v1/artifactTypes
2022-04-28T05:47:11.318Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:47:12.510Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:47:12.516Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17785df2
2022-04-28T05:47:12.517Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:47:12.546Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:47:12.550Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:47:12.555Z||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$$72cff0b4.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-04-28T05:48:01.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:48:01.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:48:01.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:48:01.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:48:01.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6a7434a-f6d7-4f28-89ec-ad5173e28bc5 url= /sdc/v1/artifactTypes
2022-04-28T05:48:01.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:48:02.142Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:48:02.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@219fb365
2022-04-28T05:48:02.144Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:48:02.144Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:48:02.145Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:48:02.146Z||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$$72cff0b4.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-04-28T05:48:51.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:48:51.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:48:51.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:48:51.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:48:51.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 53fea576-7c88-4fbd-b959-64bf1d74639e url= /sdc/v1/artifactTypes
2022-04-28T05:48:51.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:48:52.154Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:48:52.156Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d4fa98
2022-04-28T05:48:52.156Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:48:52.156Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:48:52.157Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:48:52.158Z||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$$72cff0b4.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-04-28T05:49:41.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:49:41.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:49:41.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:49:41.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:49:41.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e9fabcd-49b8-45bb-9de2-7f9845e8c59e url= /sdc/v1/artifactTypes
2022-04-28T05:49:41.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:49:42.139Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:49:42.141Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44da722b
2022-04-28T05:49:42.142Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:49:42.143Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:49:42.143Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:49:42.147Z||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$$72cff0b4.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-04-28T05:50:31.087Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:50:31.089Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:50:31.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:50:31.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:50:31.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74c5a70b-24fe-4300-b577-e390bb0d912f url= /sdc/v1/artifactTypes
2022-04-28T05:50:31.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:50:32.153Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:50:32.155Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2fc47640
2022-04-28T05:50:32.156Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:50:32.157Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:50:32.158Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:50:32.159Z||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$$72cff0b4.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-04-28T05:51:21.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:51:21.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:51:21.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:51:21.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:51:21.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f67b065-6ed3-4f0e-b609-69e76cceb606 url= /sdc/v1/artifactTypes
2022-04-28T05:51:21.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:51:22.137Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:51:22.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@395f4b5a
2022-04-28T05:51:22.140Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:51:22.141Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:51:22.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:51:22.142Z||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$$72cff0b4.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-04-28T05:52:11.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:52:11.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:52:11.090Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:52:11.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:52:11.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= beaed363-de81-4ffd-a1bc-1b13ef8a358e url= /sdc/v1/artifactTypes
2022-04-28T05:52:11.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:52:12.153Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:52:12.155Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d7fa732
2022-04-28T05:52:12.156Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:52:12.156Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:52:12.157Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:52:12.158Z||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$$72cff0b4.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-04-28T05:53:01.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:53:01.087Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:53:01.088Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:53:01.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:53:01.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59067f29-7364-4974-9e11-409f014e9887 url= /sdc/v1/artifactTypes
2022-04-28T05:53:01.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:53:02.142Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:53:02.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69d015fd
2022-04-28T05:53:02.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:53:02.144Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:53:02.144Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:53:02.145Z||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$$72cff0b4.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-04-28T05:53:51.135Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:53:51.208Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:53:51.209Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:53:51.375Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:53:51.396Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ada0275c-25ce-4b46-a1a8-df0797dc8587 url= /sdc/v1/artifactTypes
2022-04-28T05:53:51.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:53:52.444Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:53:52.451Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d6fccc2
2022-04-28T05:53:52.453Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:53:52.453Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:53:52.454Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:53:52.455Z||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$$72cff0b4.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-04-28T05:54:41.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:54:41.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:54:41.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:54:41.088Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:54:41.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c9d3e60-ef29-4bef-ab64-22bebe2348c6 url= /sdc/v1/artifactTypes
2022-04-28T05:54:41.096Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:54:42.137Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:54:42.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30230216
2022-04-28T05:54:42.139Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:54:42.140Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:54:42.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:54:42.141Z||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$$72cff0b4.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-04-28T05:55:31.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:55:31.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:55:31.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:55:31.089Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:55:31.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 867c8bee-3e2d-4060-80a1-41a9289cf3d7 url= /sdc/v1/artifactTypes
2022-04-28T05:55:31.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:55:32.121Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:55:32.122Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5db9547f
2022-04-28T05:55:32.122Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:55:32.122Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:55:32.123Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:55:32.124Z||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$$72cff0b4.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-04-28T05:56:17.271Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-28T05:56:21.084Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:56:21.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:56:21.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:56:21.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:56:21.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= efe9c6b5-4408-44a9-a176-ea433b6e811d url= /sdc/v1/artifactTypes
2022-04-28T05:56:21.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:56:22.141Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:56:22.142Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d4f72fd
2022-04-28T05:56:22.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:56:22.143Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:56:22.144Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:56:22.145Z||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$$72cff0b4.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-04-28T05:57:11.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:57:11.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:57:11.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:57:11.090Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:57:11.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bcb82480-3037-4111-b452-04f9d110291e url= /sdc/v1/artifactTypes
2022-04-28T05:57:11.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:57:12.152Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:57:12.153Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bbf0b35
2022-04-28T05:57:12.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:57:12.153Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:57:12.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:57:12.155Z||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$$72cff0b4.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-04-28T05:58:01.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:58:01.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:58:01.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:58:01.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:58:01.111Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 69753b92-61dd-41dd-b92a-d910e9aa4289 url= /sdc/v1/artifactTypes
2022-04-28T05:58:01.112Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:58:02.172Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:58:02.173Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@267ce1bf
2022-04-28T05:58:02.174Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:58:02.175Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:58:02.175Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:58:02.176Z||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$$72cff0b4.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-04-28T05:58:51.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:58:51.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:58:51.085Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:58:51.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:58:51.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd44d9c6-2a7f-4bdf-8e25-3c9d3e2b666a url= /sdc/v1/artifactTypes
2022-04-28T05:58:51.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:58:52.152Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:58:52.153Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27ebb223
2022-04-28T05:58:52.154Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:58:52.154Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:58:52.155Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:58:52.156Z||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$$72cff0b4.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-04-28T05:59:41.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T05:59:41.086Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T05:59:41.087Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T05:59:41.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T05:59:41.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5cb1593e-5fea-4e2d-84cb-90cb48633f6a url= /sdc/v1/artifactTypes
2022-04-28T05:59:41.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T05:59:42.137Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T05:59:42.138Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cc0aa8b
2022-04-28T05:59:42.138Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T05:59:42.139Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T05:59:42.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T05:59:42.141Z||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$$72cff0b4.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-04-28T06:00:31.085Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T06:00:31.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T06:00:31.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T06:00:31.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T06:00:31.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36a03859-5f12-47b2-8e63-20aa3ebdbba7 url= /sdc/v1/artifactTypes
2022-04-28T06:00:31.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T06:00:32.153Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T06:00:32.154Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c8811c7
2022-04-28T06:00:32.154Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T06:00:32.155Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T06:00:32.155Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T06:00:32.156Z||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$$72cff0b4.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-04-28T06:01:21.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T06:01:21.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T06:01:21.084Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T06:01:21.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T06:01:21.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 256d8539-0990-44ea-a1f5-95313f065a1c url= /sdc/v1/artifactTypes
2022-04-28T06:01:21.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T06:01:22.143Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T06:01:22.144Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b21d91b
2022-04-28T06:01:22.144Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T06:01:22.145Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T06:01:22.145Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T06:01:22.146Z||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$$72cff0b4.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-04-28T06:02:11.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T06:02:11.085Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T06:02:11.089Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T06:02:11.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T06:02:11.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cf1f70a-7142-426c-8d3f-dc53b6c03dc4 url= /sdc/v1/artifactTypes
2022-04-28T06:02:11.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T06:02:12.152Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.212] 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$$72cff0b4.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-04-28T06:02:12.153Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17380408
2022-04-28T06:02:12.153Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-04-28T06:02:12.154Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-04-28T06:02:12.154Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-04-28T06:02:12.155Z||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$$72cff0b4.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-04-28T06:03:01.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-28T06:03:01.084Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-28T06:03:01.086Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-28T06:03:01.091Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-28T06:03:01.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae46de54-2426-4705-9ca7-58357d34efdc url= /sdc/v1/artifactTypes
2022-04-28T06:03:01.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-28T06:03:01.495Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-28T06:03:01.518Z||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-04-28T06:03:01.573Z||scheduling-1|||||DEBUG|500||create keys
2022-04-28T06:03:01.596Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-28T06:03:01.624Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:03:01.667Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 267a0183-4da0-4271-8f7b-4bdb8807cd33 url= /sdc/v1/registerForDistribution
2022-04-28T06:03:01.904Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 267a0183-4da0-4271-8f7b-4bdb8807cd33 url= /sdc/v1/registerForDistribution
2022-04-28T06:03:01.904Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-28T06:03:01.927Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:03:01.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:03:01.940Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-28T06:03:01.951Z||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-04-28T06:03:01.952Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:03:01.953Z||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-04-28T06:03:01.954Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:03:12.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:03:12.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:04:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:04:01.923Z||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-04-28T06:04:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:04:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:04:01.928Z||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-04-28T06:04:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:04:11.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:04:11.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:05:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:05:01.921Z||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-04-28T06:05:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:05:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:05:01.927Z||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-04-28T06:05:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:05:11.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:05:11.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:06:01.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:06:01.926Z||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-04-28T06:06:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:06:01.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:06:01.928Z||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-04-28T06:06:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:06:11.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:06:11.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:07:01.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:07:01.922Z||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-04-28T06:07:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:07:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:07:01.929Z||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-04-28T06:07:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:07:11.509Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:07:11.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:08:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:08:01.921Z||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-04-28T06:08:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:08:01.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:08:01.931Z||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-04-28T06:08:01.931Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:08:11.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:08:11.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:09:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:09:01.922Z||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-04-28T06:09:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:09:01.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:09:01.928Z||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-04-28T06:09:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:09:11.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:09:11.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:10:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:10:01.922Z||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-04-28T06:10:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:10:01.927Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:10:01.931Z||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-04-28T06:10:01.932Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:10:11.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:10:11.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:11:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:11:01.921Z||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-04-28T06:11:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:11:01.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:11:01.929Z||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-04-28T06:11:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:11:11.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:11:11.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:12:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:12:01.922Z||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-04-28T06:12:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:12:01.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:12:01.930Z||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-04-28T06:12:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:12:11.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:12:11.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:13:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:13:01.921Z||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-04-28T06:13:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:13:01.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:13:01.928Z||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-04-28T06:13:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:13:11.521Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:13:11.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:14:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:14:01.925Z||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-04-28T06:14:01.925Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:14:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:14:01.928Z||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-04-28T06:14:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:14:11.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:14:11.473Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:15:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:15:01.923Z||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-04-28T06:15:01.924Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:15:01.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:15:01.929Z||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-04-28T06:15:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:15:11.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:15:11.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:16:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:16:01.921Z||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-04-28T06:16:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:16:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:16:01.929Z||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-04-28T06:16:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:16:11.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:16:11.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:17:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:17:01.921Z||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-04-28T06:17:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:17:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:17:01.929Z||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-04-28T06:17:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:17:11.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:17:11.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:18:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:18:01.921Z||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-04-28T06:18:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:18:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:18:01.928Z||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-04-28T06:18:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:18:11.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:18:11.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:19:01.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:19:01.924Z||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-04-28T06:19:01.925Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:19:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:19:01.928Z||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-04-28T06:19:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:19:11.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:19:11.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:20:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:20:01.922Z||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-04-28T06:20:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:20:01.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:20:01.928Z||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-04-28T06:20:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:20:11.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:20:11.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:21:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:21:01.922Z||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-04-28T06:21:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:21:01.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:21:01.928Z||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-04-28T06:21:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:21:11.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:21:11.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:22:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:22:01.921Z||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-04-28T06:22:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:22:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:22:01.928Z||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-04-28T06:22:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:22:11.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:22:11.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:23:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:23:01.922Z||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-04-28T06:23:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:23:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:23:01.928Z||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-04-28T06:23:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:23:11.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:23:11.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:24:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:24:01.925Z||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-04-28T06:24:01.925Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:24:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:24:01.928Z||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-04-28T06:24:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:24:11.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:24:11.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:25:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:25:01.921Z||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-04-28T06:25:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:25:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:25:01.928Z||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-04-28T06:25:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:25:11.458Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:25:11.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:26:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:26:01.921Z||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-04-28T06:26:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:26:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:26:01.928Z||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-04-28T06:26:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:26:11.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:26:11.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:27:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:27:01.922Z||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-04-28T06:27:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:27:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:27:01.928Z||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-04-28T06:27:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:27:11.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:27:11.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:28:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:28:01.922Z||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-04-28T06:28:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:28:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:28:01.928Z||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-04-28T06:28:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:28:11.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:28:11.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:29:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:29:01.921Z||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-04-28T06:29:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:29:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:29:01.928Z||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-04-28T06:29:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:29:11.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:29:11.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:30:01.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:30:01.923Z||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-04-28T06:30:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:30:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:30:01.927Z||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-04-28T06:30:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:30:11.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:30:11.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:31:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:31:01.921Z||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-04-28T06:31:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:31:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:31:01.928Z||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-04-28T06:31:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:31:11.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:31:11.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:32:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:32:01.921Z||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-04-28T06:32:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:32:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:32:01.928Z||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-04-28T06:32:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:32:11.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:32:11.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:33:01.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:33:01.924Z||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-04-28T06:33:01.924Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:33:01.927Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:33:01.929Z||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-04-28T06:33:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:33:11.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:33:11.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:34:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:34:01.922Z||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-04-28T06:34:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:34:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:34:01.927Z||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-04-28T06:34:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:34:11.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:34:11.471Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:35:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:35:01.922Z||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-04-28T06:35:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:35:01.927Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:35:01.928Z||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-04-28T06:35:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:35:11.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:35:11.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:36:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:36:01.926Z||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-04-28T06:36:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:36:01.926Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:36:01.927Z||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-04-28T06:36:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:36:11.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:36:11.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:37:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:37:01.921Z||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-04-28T06:37:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:37:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:37:01.928Z||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-04-28T06:37:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:37:11.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:37:11.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:38:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:38:01.921Z||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-04-28T06:38:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:38:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:38:01.928Z||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-04-28T06:38:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:38:11.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:38:11.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:39:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:39:01.929Z||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-04-28T06:39:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:39:01.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:39:01.930Z||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-04-28T06:39:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:39:11.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:39:11.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:40:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:40:01.922Z||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-04-28T06:40:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:40:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:40:01.927Z||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-04-28T06:40:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:40:11.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:40:11.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:41:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:41:01.921Z||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-04-28T06:41:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:41:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:41:01.928Z||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-04-28T06:41:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:41:11.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:41:11.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:42:01.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:42:01.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T06:42:01.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T06:42:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:42:01.927Z||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-04-28T06:42:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:42:11.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:42:11.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:43:01.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:43:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:43:01.928Z||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-04-28T06:43:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:43:01.938Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T06:43:01.938Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T06:43:11.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:43:11.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:44:01.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:44:01.923Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T06:44:01.924Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T06:44:01.927Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:44:01.928Z||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-04-28T06:44:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:44:11.469Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:44:11.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:45:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:45:01.921Z||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-04-28T06:45:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:45:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:45:01.929Z||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-04-28T06:45:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:45:11.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:45:11.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:46:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:46:01.921Z||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-04-28T06:46:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:46:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:46:01.928Z||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-04-28T06:46:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:46:11.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:46:11.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:47:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:47:01.924Z||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-04-28T06:47:01.924Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:47:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:47:01.927Z||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-04-28T06:47:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:47:11.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:47:11.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:48:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:48:01.922Z||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-04-28T06:48:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:48:01.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:48:01.938Z||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-04-28T06:48:01.939Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:48:11.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:48:11.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:49:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:49:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:49:01.927Z||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-04-28T06:49:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:49:01.928Z||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-04-28T06:49:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:49:11.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:49:11.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:50:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:50:01.921Z||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-04-28T06:50:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:50:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:50:01.928Z||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-04-28T06:50:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:50:11.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:50:11.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:51:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:51:01.922Z||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-04-28T06:51:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:51:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:51:01.927Z||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-04-28T06:51:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:51:11.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:51:11.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:52:01.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:52:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:52:01.929Z||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-04-28T06:52:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:52:01.929Z||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-04-28T06:52:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:52:11.475Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:52:11.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:53:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:53:01.922Z||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-04-28T06:53:01.923Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:53:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:53:01.927Z||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-04-28T06:53:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:53:11.470Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:53:11.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:54:01.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:54:01.921Z||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-04-28T06:54:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:54:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:54:01.929Z||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-04-28T06:54:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:54:11.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:54:11.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:55:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:55:01.921Z||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-04-28T06:55:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:55:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:55:01.929Z||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-04-28T06:55:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:55:11.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:55:11.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:56:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:56:01.921Z||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-04-28T06:56:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:56:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:56:01.928Z||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-04-28T06:56:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:56:11.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:56:11.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:57:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:57:01.921Z||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-04-28T06:57:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:57:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:57:01.927Z||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-04-28T06:57:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:57:11.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:57:11.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:58:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:58:01.921Z||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-04-28T06:58:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:58:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:58:01.928Z||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-04-28T06:58:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:58:11.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:58:11.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:59:01.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:59:01.921Z||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-04-28T06:59:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:59:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T06:59:01.928Z||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-04-28T06:59:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T06:59:11.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T06:59:11.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:00:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:00:01.921Z||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-04-28T07:00:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:00:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:00:01.928Z||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-04-28T07:00:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:00:11.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:00:11.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:01:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:01:01.921Z||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-04-28T07:01:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:01:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:01:01.928Z||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-04-28T07:01:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:01:11.466Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:01:11.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:02:01.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:02:01.926Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:02:01.928Z||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-04-28T07:02:01.928Z||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-04-28T07:02:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:02:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:02:11.497Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:02:11.497Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:03:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:03:01.923Z||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-04-28T07:03:01.924Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:03:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:03:01.928Z||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-04-28T07:03:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:03:11.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:03:11.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:04:01.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:04:01.921Z||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-04-28T07:04:01.922Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:04:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:04:01.928Z||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-04-28T07:04:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:04:11.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:04:11.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:05:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:05:01.921Z||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-04-28T07:05:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:05:01.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:05:01.928Z||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-04-28T07:05:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:05:11.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:05:11.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:06:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:06:01.921Z||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-04-28T07:06:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:06:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:06:01.928Z||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-04-28T07:06:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:06:11.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:06:11.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:07:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:07:01.921Z||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-04-28T07:07:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:07:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:07:01.927Z||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-04-28T07:07:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:07:11.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:07:11.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:08:01.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:08:01.921Z||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-04-28T07:08:01.921Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:08:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:08:01.928Z||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-04-28T07:08:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:08:11.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:08:11.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:09:01.919Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:09:01.920Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:09:01.921Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:09:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:09:01.928Z||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-04-28T07:09:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:09:11.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:09:11.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:10:01.919Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:10:01.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:10:01.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:10:01.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:10:01.928Z||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-04-28T07:10:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:10:11.468Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:10:11.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:11:01.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:11:01.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:11:01.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:11:01.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:11:01.927Z||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-04-28T07:11:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:11:11.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:11:11.471Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:12:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:12:01.925Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:12:01.926Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:12:01.926Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:12:01.927Z||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-04-28T07:12:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:12:11.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:12:11.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:13:01.922Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:13:01.924Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:13:01.924Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:13:01.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:13:01.929Z||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-04-28T07:13:01.929Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:13:11.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:13:11.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:14:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:14:01.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:14:01.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:14:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:14:01.928Z||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-04-28T07:14:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:14:11.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:14:11.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:15:01.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:15:01.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:15:01.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:15:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:15:01.927Z||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-04-28T07:15:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:15:11.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:15:11.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:15:59.406Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-28T07:16:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:16:01.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:16:01.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:16:01.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:16:01.927Z||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-04-28T07:16:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:16:11.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:16:11.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:17:01.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:17:01.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:17:01.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:17:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:17:01.927Z||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-04-28T07:17:01.927Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:17:11.461Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:17:11.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:18:01.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:18:01.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:18:01.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:18:01.926Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:18:01.927Z||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-04-28T07:18:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:18:11.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:18:11.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:19:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:19:01.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:19:01.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:19:01.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:19:01.928Z||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-04-28T07:19:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:19:11.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:19:11.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:20:01.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:20:01.923Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:20:01.924Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:20:01.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:20:01.928Z||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-04-28T07:20:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:20:11.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:20:11.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:21:01.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:21:01.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:21:01.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:21:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:21:01.927Z||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-04-28T07:21:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:21:11.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:21:11.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:22:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:22:01.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:22:01.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:22:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:22:01.928Z||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-04-28T07:22:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:22:11.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:22:11.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:23:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:23:01.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:23:01.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:23:01.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:23:01.927Z||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-04-28T07:23:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:23:11.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:23:11.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:01.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:24:01.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-28T07:24:01.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:01.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:24:01.937Z||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-04-28T07:24:01.937Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:24:09.272Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:09.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-28T07:24:09.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"054d8158-64a0-4579-87d3-982d02f8bfbf","serviceName":"basic_onboard_awmgzk","serviceVersion":"1.0","serviceUUID":"5b10e29f-9d06-4a2b-85a4-f0249004ec0f","serviceDescription":"service","serviceInvariantUUID":"0c905492-05fd-465d-be49-6d93a03d414c","resources":[{"resourceInstanceName":"basic_onboard_awmgzk 0","resourceName":"basic_onboard_awmgzk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9236c49-ce0d-4443-9616-341852e6c3fe","resourceInvariantUUID":"1b7defc8-450c-4a4c-a7a9-be7473792318","resourceCustomizationUUID":"e42f584a-4191-411f-ba30-53183329b287","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml","artifactChecksum":"NGEyYmNiOWIwNGE3NTAxMjBmZjJlN2JlYzI5OGUxYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"089d3f9e-58de-434b-a732-07d9d725e609","artifactVersion":"1"},{"artifactName":"basic_onboard_awmgzk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json","artifactChecksum":"ZjY2MWU0MzBhMjFhM2M3NTRhZDFlY2UzM2NkMTZlODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"094182ab-5eb0-4be3-852a-fc1e7531312f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"967e0ce4-257b-45a9-ba16-e2a6e6e3c629","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7eceb30-70c5-4c81-bec9-c34ee4b3e70c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9cb86e19-3029-4bd7-a7a1-431031944839","artifactVersion":"2","generatedFromUUID":"967e0ce4-257b-45a9-ba16-e2a6e6e3c629"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAwmgzk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml","artifactChecksum":"MzYxZmNlMzkyMGI3M2I0NWM3ODVkNmFiMWRmZjc0MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faa65f7c-a34c-43ca-9627-2c60f920fc75","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAwmgzk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar","artifactChecksum":"NWQxMDRkZThjMTEyYmIzYzUwMjg5ZDQ5ODM0ZjIxNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ccd7f8ca-9647-42f2-ab75-f25ffe132974","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:24:09.306Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:09.323Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:09.347Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:09.348Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:24:09.448Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-28T07:24:09.456Z||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-04-28T07:24:09.456Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:09.470Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:09.471Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:09.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:09.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:24:09.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "policy-id",
"timestamp": 1651130646224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:24:09.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:24:10.361Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:10.362Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:10.365Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:10.365Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T07:24:10.465Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:10.467Z||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-04-28T07:24:10.468Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:10.480Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:10.481Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:11.366Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:11.367Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:11.371Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:11.371Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-28T07:24:11.472Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:24:11.473Z||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-04-28T07:24:11.474Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:11.486Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:11.487Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:12.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:12.373Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:12.377Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:12.377Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:24:12.477Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:24:12.479Z||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-04-28T07:24:12.479Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:12.492Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:12.493Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:13.378Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:13.380Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:13.384Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:13.384Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-28T07:24:13.484Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:24:13.485Z||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-04-28T07:24:13.485Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:13.497Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:13.498Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:24:14.385Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:14.387Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:14.390Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:14.390Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:24:14.490Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:24:14.491Z||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-04-28T07:24:14.492Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:14.521Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:14.522Z||pool-8-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:15.391Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:24:15.393Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:15.397Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:15.397Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:24:15.497Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:15.499Z||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-04-28T07:24:15.499Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:15.512Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:15.514Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:16.402Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"serviceName": "basic_onboard_awmgzk",
"serviceVersion": "1.0",
"serviceUUID": "5b10e29f-9d06-4a2b-85a4-f0249004ec0f",
"serviceDescription": "service",
"serviceInvariantUUID": "0c905492-05fd-465d-be49-6d93a03d414c",
"resources": [
{
"resourceInstanceName": "basic_onboard_awmgzk 0",
"resourceCustomizationUUID": "e42f584a-4191-411f-ba30-53183329b287",
"resourceName": "basic_onboard_awmgzk",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f9236c49-ce0d-4443-9616-341852e6c3fe",
"resourceInvariantUUID": "1b7defc8-450c-4a4c-a7a9-be7473792318",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_awmgzk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"artifactChecksum": "ZjY2MWU0MzBhMjFhM2M3NTRhZDFlY2UzM2NkMTZlODI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "094182ab-5eb0-4be3-852a-fc1e7531312f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "967e0ce4-257b-45a9-ba16-e2a6e6e3c629",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9cb86e19-3029-4bd7-a7a1-431031944839",
"generatedFromUUID": "967e0ce4-257b-45a9-ba16-e2a6e6e3c629"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9cb86e19-3029-4bd7-a7a1-431031944839",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAwmgzk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"artifactChecksum": "NWQxMDRkZThjMTEyYmIzYzUwMjg5ZDQ5ODM0ZjIxNDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ccd7f8ca-9647-42f2-ab75-f25ffe132974"
}
],
"workloadContext": "Production"
}
2022-04-28T07:24:16.408Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:24:16.409Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b10e29f-9d06-4a2b-85a4-f0249004ec0f ASDC
2022-04-28T07:24:16.599Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:054d8158-64a0-4579-87d3-982d02f8bfbf
ServiceName:basic_onboard_awmgzk
ServiceVersion:1.0
ServiceUUID:5b10e29f-9d06-4a2b-85a4-f0249004ec0f
ServiceInvariantUUID:0c905492-05fd-465d-be49-6d93a03d414c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAwmgzk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar
ArtifactUUID:ccd7f8ca-9647-42f2-ab75-f25ffe132974
ArtifactChecksum:NWQxMDRkZThjMTEyYmIzYzUwMjg5ZDQ5ODM0ZjIxNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_awmgzk 0
ResourceCustomizationUUID:e42f584a-4191-411f-ba30-53183329b287
ResourceInvariantUUID:1b7defc8-450c-4a4c-a7a9-be7473792318
ResourceName:basic_onboard_awmgzk
ResourceType:VF
ResourceUUID:f9236c49-ce0d-4443-9616-341852e6c3fe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_awmgzk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json
ArtifactUUID:094182ab-5eb0-4be3-852a-fc1e7531312f
ArtifactChecksum:ZjY2MWU0MzBhMjFhM2M3NTRhZDFlY2UzM2NkMTZlODI=
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/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:967e0ce4-257b-45a9-ba16-e2a6e6e3c629
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/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
ArtifactUUID:9cb86e19-3029-4bd7-a7a1-431031944839
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/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
ArtifactUUID:9cb86e19-3029-4bd7-a7a1-431031944839
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-28T07:24:16.604Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b10e29f-9d06-4a2b-85a4-f0249004ec0f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T07:24:17.048Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:24:17.050Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-28T07:24:17.053Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-28T07:24:17.054Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ccd7f8ca-9647-42f2-ab75-f25ffe132974 from URL: /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:17.054Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-28T07:24:17.056Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:17.507Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-28T07:24:17.527Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar ccd7f8ca-9647-42f2-ab75-f25ffe132974 71578
2022-04-28T07:24:17.529Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar ASDC sendASDCNotification
2022-04-28T07:24:17.529Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:17.530Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:24:17.532Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:17.536Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:17.536Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130657528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:24:17.635Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:24:17.636Z||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-04-28T07:24:17.637Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:17.652Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:17.653Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:18.537Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:24:18.539Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-28T07:24:18.540Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ccd7f8ca-9647-42f2-ab75-f25ffe132974, URL: /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar to file: /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:18.541Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:18.672Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:18.672Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:19.730Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1123818648815861517/Definitions/service-BasicOnboardAwmgzk-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-04-28T07:24:23.055Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:24:23.063Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-28T07:24:23.064Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.064Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-28T07:24:23.064Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.065Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.065Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.065Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.065Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.066Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.066Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.066Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_awmgzk 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-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.066Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:23.066Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-28T07:24:23.079Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.081Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.087Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:23.087Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-28T07:24:23.090Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:24:23.092Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.093Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.093Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:23.093Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-28T07:24:23.094Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:24:23.094Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.094Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.100Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.100Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is not matching search criteria
2022-04-28T07:24:23.100Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-28T07:24:23.101Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-28T07:24:23.101Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-28T07:24:23.101Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T07:24:23.101Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T07:24:23.102Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.102Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:24:23.104Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.105Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:23.105Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:23.106Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.107Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:23.107Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:23.107Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.108Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:23.108Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:23.109Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.109Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is not matching search criteria
2022-04-28T07:24:23.109Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-28T07:24:23.110Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T07:24:23.110Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56a9d693-8f22-4c78-b028-2d8b9a13996e
2022-04-28T07:24:23.110Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.111Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.111Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.111Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.112Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.112Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.112Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:23.113Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:23.113Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_awmgzk
Description:service
Model UUID:5b10e29f-9d06-4a2b-85a4-f0249004ec0f
Model Version:NULL
Model InvariantUuid:0c905492-05fd-465d-be49-6d93a03d414c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_awmgzk
Model UUID:c9c5a385-20b1-431b-b305-2bcf43b1f8e9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b7defc8-450c-4a4c-a7a9-be7473792318
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e42f584a-4191-411f-ba30-53183329b287
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4d4deceb-673e-4ade-89bd-b3d76ec1a3eb
ModelName:BasicOnboardAwmgzk..base_ubuntu18..module-0
ModelUuid:dcbb89b5-74a9-4360-99f5-be5fe801e056
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:56a9d693-8f22-4c78-b028-2d8b9a13996e
ModelInvariantUuid:9d296b2b-6040-4034-8408-e715457fed72
ModelName:basic_onboard_awmgzk-nodes.ubuntu18Cvfc
ModelUuid:f91ac7f4-b3c1-4079-a1e2-d9b278603081
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1c44051c-7f18-42ff-9122-77102c62a757
ModelInvariantUuid:37943ef4-9ce5-4ea3-a876-514129828413
ModelName:BasicOnboardAwmgzk.compute.nodes.heat.ubuntu18
ModelUuid:016166db-c949-4961-82be-e62998741029
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-04-28T07:24:23.150Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f9236c49-ce0d-4443-9616-341852e6c3fe
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-04-28T07:24:23.307Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||basic_onboard_awmgzk 0
2022-04-28T07:24:23.319Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f9236c49-ce0d-4443-9616-341852e6c3fe
2022-04-28T07:24:23.320Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 094182ab-5eb0-4be3-852a-fc1e7531312f from URL: /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json
2022-04-28T07:24:23.320Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-28T07:24:23.320Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json
2022-04-28T07:24:23.613Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-28T07:24:23.614Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json 094182ab-5eb0-4be3-852a-fc1e7531312f 798
2022-04-28T07:24:23.614Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json ASDC sendASDCNotification
2022-04-28T07:24:23.615Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json
2022-04-28T07:24:23.615Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:24:23.616Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:23.619Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:23.619Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130663614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:24:23.719Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:23.721Z||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-04-28T07:24:23.721Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:23.735Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:23.736Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:24.622Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAwmgzk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4d4deceb-673e-4ade-89bd-b3d76ec1a3eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dcbb89b5-74a9-4360-99f5-be5fe801e056",
"vfModuleModelCustomizationUUID": "73cdce05-5e3a-4fb7-8ae5-3c72e5760d12",
"isBase": true,
"artifacts": [
"967e0ce4-257b-45a9-ba16-e2a6e6e3c629",
"9cb86e19-3029-4bd7-a7a1-431031944839"
],
"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-04-28T07:24:24.646Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAwmgzk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcbb89b5-74a9-4360-99f5-be5fe801e056
VfModuleModelInvariantUUID:4d4deceb-673e-4ade-89bd-b3d76ec1a3eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
967e0ce4-257b-45a9-ba16-e2a6e6e3c629
,
9cb86e19-3029-4bd7-a7a1-431031944839
}
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-04-28T07:24:24.653Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAwmgzk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4d4deceb-673e-4ade-89bd-b3d76ec1a3eb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dcbb89b5-74a9-4360-99f5-be5fe801e056",
"vfModuleModelCustomizationUUID": "73cdce05-5e3a-4fb7-8ae5-3c72e5760d12",
"isBase": true,
"artifacts": [
"967e0ce4-257b-45a9-ba16-e2a6e6e3c629",
"9cb86e19-3029-4bd7-a7a1-431031944839"
],
"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-04-28T07:24:24.654Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAwmgzk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcbb89b5-74a9-4360-99f5-be5fe801e056
VfModuleModelInvariantUUID:4d4deceb-673e-4ade-89bd-b3d76ec1a3eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
967e0ce4-257b-45a9-ba16-e2a6e6e3c629
,
9cb86e19-3029-4bd7-a7a1-431031944839
}
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-04-28T07:24:24.654Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 967e0ce4-257b-45a9-ba16-e2a6e6e3c629 from URL: /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml
2022-04-28T07:24:24.654Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-28T07:24:24.655Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml
2022-04-28T07:24:24.887Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-28T07:24:24.887Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml 967e0ce4-257b-45a9-ba16-e2a6e6e3c629 5033
2022-04-28T07:24:24.888Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-28T07:24:24.888Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml
2022-04-28T07:24:24.888Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:24:24.889Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:24.892Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:24.893Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130664888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:24:24.993Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:24.995Z||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-04-28T07:24:24.996Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:25.007Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:25.008Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:25.894Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9cb86e19-3029-4bd7-a7a1-431031944839 from URL: /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
2022-04-28T07:24:25.895Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-28T07:24:25.895Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
2022-04-28T07:24:26.389Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-28T07:24:26.390Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env 9cb86e19-3029-4bd7-a7a1-431031944839 909
2022-04-28T07:24:26.391Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-28T07:24:26.391Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
2022-04-28T07:24:26.391Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:24:26.392Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:26.395Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:26.396Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130666391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:24:26.496Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:26.497Z||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-04-28T07:24:26.498Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:26.514Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:26.515Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:27.401Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5b10e29f-9d06-4a2b-85a4-f0249004ec0f
2022-04-28T07:24:27.402Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_awmgzk 0 f9236c49-ce0d-4443-9616-341852e6c3fe 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-04-28T07:24:27.468Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@155216a2, org.onap.sdc.toscaparser.api.parameters.Input@4ce31fa2, org.onap.sdc.toscaparser.api.parameters.Input@2328b051, org.onap.sdc.toscaparser.api.parameters.Input@64b285f1, org.onap.sdc.toscaparser.api.parameters.Input@615078c3]
2022-04-28T07:24:27.475Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.475Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.476Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-04-28T07:24:27.476Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e42f584a-4191-411f-ba30-53183329b287
2022-04-28T07:24:27.476Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e42f584a-4191-411f-ba30-53183329b287 matches Tosca VF Customization UUID: e42f584a-4191-411f-ba30-53183329b287
2022-04-28T07:24:27.477Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e42f584a-4191-411f-ba30-53183329b287 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-04-28T07:24:27.489Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.490Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.492Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e42f584a-4191-411f-ba30-53183329b287: {\"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-04-28T07:24:27.493Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8eccfed
2022-04-28T07:24:27.493Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.493Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:24:27.494Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73cdce05-5e3a-4fb7-8ae5-3c72e5760d12
2022-04-28T07:24:27.497Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73cdce05-5e3a-4fb7-8ae5-3c72e5760d12
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-04-28T07:24:27.510Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.511Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:27.512Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:27.513Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.514Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:27.514Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:27.514Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.515Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is not matching search criteria
2022-04-28T07:24:27.515Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-28T07:24:27.515Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-28T07:24:27.516Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56a9d693-8f22-4c78-b028-2d8b9a13996e
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-04-28T07:24:27.532Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.533Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:27.533Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:24:27.534Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.534Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_awmgzk 0 is matching search criteria
2022-04-28T07:24:27.534Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_awmgzk 0] matching following query criteria: sdcType=VF, customizationUUID=e42f584a-4191-411f-ba30-53183329b287
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-04-28T07:24:27.538Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.539Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.539Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5b10e29f-9d06-4a2b-85a4-f0249004ec0f: basic_onboard_awmgzk
2022-04-28T07:24:27.539Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.540Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.540Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.540Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.541Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.541Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.541Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.542Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.542Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:24:27.542Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_awmgzk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:24:27.543Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_awmgzk
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-04-28T07:24:27.817Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_awmgzk f9236c49-ce0d-4443-9616-341852e6c3fe 1 ASDC deployResourceStructure
2022-04-28T07:24:27.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json ASDC sendASDCNotification
2022-04-28T07:24:27.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json
2022-04-28T07:24:27.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:24:27.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:27.821Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:27.822Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130667818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T07:24:27.922Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:27.924Z||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-04-28T07:24:27.924Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:27.942Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:27.943Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:24:28.823Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-28T07:24:28.824Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml
2022-04-28T07:24:28.824Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:24:28.824Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:28.826Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:28.827Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130668823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-28T07:24:28.927Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:24:28.928Z||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-04-28T07:24:28.928Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:28.942Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:28.943Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:29.830Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-28T07:24:29.831Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env
2022-04-28T07:24:29.831Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:24:29.832Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:29.835Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:29.835Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130669830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-28T07:24:29.936Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:24:29.937Z||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-04-28T07:24:29.938Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:29.952Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:29.953Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:30.836Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar ASDC sendASDCNotification
2022-04-28T07:24:30.837Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar
2022-04-28T07:24:30.838Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-28T07:24:30.838Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-28T07:24:30.841Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:24:30.842Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130670836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T07:24:30.941Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:24:30.943Z||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-04-28T07:24:30.943Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:24:30.967Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:24:30.968Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:24:31.844Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:24:31.956Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:24:31.961Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:24:31.962Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:24:31.962Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:25:01.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:25:01.929Z||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-04-28T07:25:01.930Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:25:01.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:25:01.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:25:01.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "cds",
"timestamp": 1651130644911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:25:01.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:25:01.962Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:25:01.980Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:25:01.987Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:25:01.988Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:25:01.988Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:25:31.992Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:25:32.040Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:25:32.045Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:25:32.046Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:25:32.046Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:26:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:26:01.928Z||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-04-28T07:26:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:26:01.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:26:01.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:26:01.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:26:01.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:26:02.047Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:26:02.064Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:26:02.069Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:26:02.069Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:26:02.070Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:26:32.070Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:26:32.090Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:26:32.097Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:26:32.098Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:26:32.098Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-28T07:27:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:27:01.928Z||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-04-28T07:27:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:27:01.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:27:01.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "policy-id",
"timestamp": 1651130646224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "cds",
"timestamp": 1651130644911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T07:27:01.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "policy-id",
"timestamp": 1651130646224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-28T07:27:01.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "cds",
"timestamp": 1651130644911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-28T07:27:01.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "policy-id",
"timestamp": 1651130646224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "cds",
"timestamp": 1651130644911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "policy-id",
"timestamp": 1651130646224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "cds",
"timestamp": 1651130644911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-28T07:27:01.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "policy-id",
"timestamp": 1651130646224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "cds",
"timestamp": 1651130644911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "policy-id",
"timestamp": 1651130646224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:27:01.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "cds",
"timestamp": 1651130644911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130641920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "clamp",
"timestamp": 1651130656753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130657528,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:01.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "cds",
"timestamp": 1651130657732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "policy-id",
"timestamp": 1651130658153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:01.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "clamp",
"timestamp": 1651130656753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T07:27:01.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:01.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:01.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130658068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:01.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130657973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "policy-id",
"timestamp": 1651130659163,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T07:27:02.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "cds",
"timestamp": 1651130658762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-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=?
2022-04-28T07:27:02.013Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.014Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:27:02.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "clamp",
"timestamp": 1651130656753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130658068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130657973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T07:27:02.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "policy-id",
"timestamp": 1651130660168,
"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-04-28T07:27:02.039Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.040Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:27:02.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "clamp",
"timestamp": 1651130656753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130658068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130657973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-28T07:27:02.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "clamp",
"timestamp": 1651130656753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130658068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130657973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "clamp",
"timestamp": 1651130656753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130658068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130657973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "clamp",
"timestamp": 1651130656753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130658068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130657973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130663614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130658068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130657973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:27:02.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130664076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130664888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.065Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130664076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130666051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.067Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130666391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.068Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "aai-ml",
"timestamp": 1651130666081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130664076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130667239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "aai-ml",
"timestamp": 1651130666081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130664076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130667818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T07:27:02.072Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130668932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.072Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "aai-ml",
"timestamp": 1651130666081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130664076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130668823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-28T07:27:02.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130670000,
"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-04-28T07:27:02.088Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.089Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:27:02.098Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "aai-ml",
"timestamp": 1651130666081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130664076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130669830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-28T07:27:02.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130671004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/basic_onboard_awmgzk0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T07:27:02.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "aai-ml",
"timestamp": 1651130666081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/resourceInstances/basic_onboard_awmgzk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130664076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:27:02.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
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-04-28T07:27:02.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130670836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "aai-ml",
"timestamp": 1651130666081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:27:02.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "aai-ml",
"timestamp": 1651130666081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130673051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.106Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "aai-ml",
"timestamp": 1651130674574,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "clamp",
"timestamp": 1651130677061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:27:02.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "clamp",
"timestamp": 1651130679077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T07:27:02.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130678828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T07:27:02.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "clamp",
"timestamp": 1651130680083,
"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=?
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-04-28T07:27:02.116Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.117Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf and ComponentName clamp
2022-04-28T07:27:02.117Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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=?
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=?
2022-04-28T07:27:02.121Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:27:02.121Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-28T07:27:02.121Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-28T07:27:02.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130679835,
"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-04-28T07:27:02.135Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.136Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:27:02.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "aai-ml",
"timestamp": 1651130685413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAwmgzk/1.0/artifacts/service-BasicOnboardAwmgzk-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-04-28T07:27:02.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:27:02.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:27:02.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "aai-ml",
"timestamp": 1651130686422,
"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-04-28T07:27:02.162Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 054d8158-64a0-4579-87d3-982d02f8bfbf
2022-04-28T07:27:02.163Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:27:32.122Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:27:32.157Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf
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-04-28T07:27:32.168Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-28T07:27:32.169Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-28T07:27:32.169Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-28T07:27:32.169Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-28T07:27:32.169Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-04-28T07:27:32.170Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-28T07:27:32.190Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-28T07:28:01.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:28:01.928Z||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-04-28T07:28:01.928Z||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 fYP4hGRopqNy1H43) ...
2022-04-28T07:28:01.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:01.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130797973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "cds",
"timestamp": 1651130794911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130798068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130797973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T07:28:01.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "cds",
"timestamp": 1651130794911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130798068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130797973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T07:28:01.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "cds",
"timestamp": 1651130794911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130798068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130797973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "cds",
"timestamp": 1651130794911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130798068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130797973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-28T07:28:01.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "cds",
"timestamp": 1651130794911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130798068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "policy-id",
"timestamp": 1651130806224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "clamp",
"timestamp": 1651130806753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130797973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "cds",
"timestamp": 1651130794911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130798068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "policy-id",
"timestamp": 1651130806224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "clamp",
"timestamp": 1651130806753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T07:28:01.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130797973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:28:01.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "cds",
"timestamp": 1651130794911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:28:01.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651130798068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "policy-id",
"timestamp": 1651130806224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T07:28:01.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "clamp",
"timestamp": 1651130806753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130809839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:28:01.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:01.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "policy-id",
"timestamp": 1651130806224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "cds",
"timestamp": 1651130809506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:28:01.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:01.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "clamp",
"timestamp": 1651130806753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "policy-id",
"timestamp": 1651130806224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:01.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:01.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:01.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "cds",
"timestamp": 1651130810515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-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-04-28T07:28:02.025Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 538762d6-ca56-4eee-9082-023d90b5589b
2022-04-28T07:28:02.026Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:28:02.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130811153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:28:02.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "clamp",
"timestamp": 1651130806753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "policy-id",
"timestamp": 1651130806224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "clamp",
"timestamp": 1651130806753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130812531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "policy-id",
"timestamp": 1651130806224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "clamp",
"timestamp": 1651130806753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:28:02.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130813559,
"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-04-28T07:28:02.061Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 538762d6-ca56-4eee-9082-023d90b5589b
2022-04-28T07:28:02.061Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:28:02.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "policy-id",
"timestamp": 1651130814235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:28:02.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651130814563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-28T07:28:02.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130814076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "policy-id",
"timestamp": 1651130815239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T07:28:02.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130814076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "policy-id",
"timestamp": 1651130816242,
"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-04-28T07:28:02.101Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 538762d6-ca56-4eee-9082-023d90b5589b
2022-04-28T07:28:02.101Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:28:02.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "aai-ml",
"timestamp": 1651130816081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130814076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "aai-ml",
"timestamp": 1651130816081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130814076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "aai-ml",
"timestamp": 1651130816081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130814076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "clamp",
"timestamp": 1651130819460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:28:02.126Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "aai-ml",
"timestamp": 1651130816081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130814076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "clamp",
"timestamp": 1651130821094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-28T07:28:02.128Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-28T07:28:02.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "aai-ml",
"timestamp": 1651130816081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651130814076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:28:02.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "clamp",
"timestamp": 1651130822098,
"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-04-28T07:28:02.138Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 538762d6-ca56-4eee-9082-023d90b5589b
2022-04-28T07:28:02.139Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 538762d6-ca56-4eee-9082-023d90b5589b 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-04-28T07:28:02.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-28T07:28:02.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "aai-ml",
"timestamp": 1651130816081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:02.159Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-28T07:28:02.192Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 054d8158-64a0-4579-87d3-982d02f8bfbf 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-04-28T07:28:02.207Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 054d8158-64a0-4579-87d3-982d02f8bfbf and serviceModelVersionId: 5b10e29f-9d06-4a2b-85a4-f0249004ec0f
2022-04-28T07:28:02.207Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c905492-05fd-465d-be49-6d93a03d414c
2022-04-28T07:28:28.140Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0
2022-04-28T07:28:28.342Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-28T07:28:29.292Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Invoke
2022-04-28T07:28:29.306Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ec7199d-9318-48b4-a5a3-775d6c3f73dd], X-ECOMP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-TransactionId=[], X-ONAP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], Content-Type=[application/merge-patch+json]}
2022-04-28T07:28:30.878Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Invoke
2022-04-28T07:28:30.879Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[87193bf1-3334-4fa5-839d-772240169b94], X-ECOMP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-TransactionId=[], X-ONAP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], Content-Type=[application/merge-patch+json]}
2022-04-28T07:28:32.404Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Invoke
2022-04-28T07:28:32.405Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c0a974a0-d4b4-4ebe-a274-261ca2e9c24a], X-ECOMP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], X-TransactionId=[], X-ONAP-RequestID=[054d8158-64a0-4579-87d3-982d02f8bfbf], Content-Type=[application/merge-patch+json]}
2022-04-28T07:28:33.432Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:28:33.433Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
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)
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 java.base/sun.security.ssl.SSLSocketImpl.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.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.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.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-04-28T07:28:33.434Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:28:33.435Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
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-04-28T07:28:33.445Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|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-04-28T07:28:33.446Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 054d8158-64a0-4579-87d3-982d02f8bfbf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-04-28T07:28:33.448Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-28T07:28:33.449Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:33.453Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:33.454Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "054d8158-64a0-4579-87d3-982d02f8bfbf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130913446,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-04-28T07:28:33.553Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:28:33.555Z||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-04-28T07:28:33.555Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:33.575Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:33.576Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-28T07:28:34.474Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-28T07:28:34.475Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|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-04-28T07:28:34.476Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:38.801Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:38.802Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||received message from topic
2022-04-28T07:28:38.802Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"538762d6-ca56-4eee-9082-023d90b5589b","serviceName":"vFW 2022-04-28 07-24-04","serviceVersion":"1.0","serviceUUID":"23407bb6-4fec-4b47-b6e7-53f559ce59ca","serviceDescription":"catalog service description","serviceInvariantUUID":"3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b","resources":[{"resourceInstanceName":"vFW 6062576a-770d 0","resourceName":"vFW 6062576a-770d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5af5aeb6-f960-4ed1-97be-a99368047363","resourceInvariantUUID":"5bd9396e-ddb3-413e-a6ea-e24b88f53562","resourceCustomizationUUID":"cffddbe8-5a3d-4399-934e-d5fd4c7c0411","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml","artifactChecksum":"MWRmNTY3OTljMDUzNzUxOThiMThiYmNjM2JhOTNlYTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d8361c6-9bcd-42de-8d97-9010e61079a7","artifactVersion":"1"},{"artifactName":"vfw6062576a770d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json","artifactChecksum":"NTBkYTIzNTRlMDYxMDFiNjUyNmM4ZTgxY2EyOWM3ZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"895de244-8710-457b-a886-44ca13bc734a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e43cb156-4847-49f1-a60e-a1a949b3a978","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml","artifactChecksum":"MWY3NTBkZTQ1ZjQ4Zjg5YjU0YjM3Y2JiMGVjN2M1Nzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce80e33b-bf11-4565-b1bf-1666b7a86c6d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7aab9496-bdb3-414a-9d63-74d333a7e83a","artifactVersion":"2","generatedFromUUID":"e43cb156-4847-49f1-a60e-a1a949b3a978"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220428072404-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml","artifactChecksum":"YmY2Yjc2ZmQyNzVmYjAyZWRmMzk5Y2NiOTExMmZmMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c62723e-d0e0-48aa-9b3c-3071700c7ac5","artifactVersion":"1"},{"artifactName":"service-Vfw20220428072404-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar","artifactChecksum":"ZDdhNmRkOTUwNmQ0ZGU4MjJkYzZmNjE2OWRjYTU2OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3f32bb1-87f3-4687-82ba-558aeea8b08c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-28T07:28:38.808Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:38.809Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:38.812Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:38.812Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130914474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:38.912Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:38.913Z||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-04-28T07:28:38.913Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:38.927Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:38.927Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:39.813Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:39.814Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:39.817Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:39.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130914474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "NOTIFIED"
}
2022-04-28T07:28:39.918Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:39.919Z||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-04-28T07:28:39.919Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:39.932Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:39.933Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-28T07:28:40.818Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:40.821Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:40.823Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:40.824Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130914474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-28T07:28:40.925Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:28:40.926Z||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-04-28T07:28:40.926Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:40.939Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:40.940Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:41.825Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:41.826Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:41.828Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:41.829Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130914474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:41.930Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-28T07:28:41.932Z||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-04-28T07:28:41.932Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:41.944Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:41.945Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:42.830Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:42.831Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:42.834Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:42.834Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130914474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-28T07:28:42.934Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:42.935Z||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-04-28T07:28:42.936Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:42.947Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:42.948Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:43.835Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:43.837Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:43.840Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:43.840Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130914474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-28T07:28:43.940Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:43.941Z||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-04-28T07:28:43.942Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:43.954Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:43.954Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:44.841Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-04-28T07:28:44.843Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:44.847Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:44.847Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130914474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "NOTIFIED"
}
2022-04-28T07:28:44.947Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:44.949Z||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-04-28T07:28:44.949Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:44.963Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:44.965Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:45.850Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"serviceName": "vFW 2022-04-28 07-24-04",
"serviceVersion": "1.0",
"serviceUUID": "23407bb6-4fec-4b47-b6e7-53f559ce59ca",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b",
"resources": [
{
"resourceInstanceName": "vFW 6062576a-770d 0",
"resourceCustomizationUUID": "cffddbe8-5a3d-4399-934e-d5fd4c7c0411",
"resourceName": "vFW 6062576a-770d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5af5aeb6-f960-4ed1-97be-a99368047363",
"resourceInvariantUUID": "5bd9396e-ddb3-413e-a6ea-e24b88f53562",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6062576a770d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"artifactChecksum": "NTBkYTIzNTRlMDYxMDFiNjUyNmM4ZTgxY2EyOWM3ZGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "895de244-8710-457b-a886-44ca13bc734a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e43cb156-4847-49f1-a60e-a1a949b3a978",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7aab9496-bdb3-414a-9d63-74d333a7e83a",
"generatedFromUUID": "e43cb156-4847-49f1-a60e-a1a949b3a978"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7aab9496-bdb3-414a-9d63-74d333a7e83a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220428072404-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"artifactChecksum": "ZDdhNmRkOTUwNmQ0ZGU4MjJkYzZmNjE2OWRjYTU2OWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b3f32bb1-87f3-4687-82ba-558aeea8b08c"
}
],
"workloadContext": "Production"
}
2022-04-28T07:28:45.850Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-28T07:28:45.850Z|054d8158-64a0-4579-87d3-982d02f8bfbf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 23407bb6-4fec-4b47-b6e7-53f559ce59ca ASDC
2022-04-28T07:28:45.851Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||ASDC Notification:
DistributionID:538762d6-ca56-4eee-9082-023d90b5589b
ServiceName:vFW 2022-04-28 07-24-04
ServiceVersion:1.0
ServiceUUID:23407bb6-4fec-4b47-b6e7-53f559ce59ca
ServiceInvariantUUID:3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220428072404-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar
ArtifactUUID:b3f32bb1-87f3-4687-82ba-558aeea8b08c
ArtifactChecksum:ZDdhNmRkOTUwNmQ0ZGU4MjJkYzZmNjE2OWRjYTU2OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6062576a-770d 0
ResourceCustomizationUUID:cffddbe8-5a3d-4399-934e-d5fd4c7c0411
ResourceInvariantUUID:5bd9396e-ddb3-413e-a6ea-e24b88f53562
ResourceName:vFW 6062576a-770d
ResourceType:VF
ResourceUUID:5af5aeb6-f960-4ed1-97be-a99368047363
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6062576a770d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json
ArtifactUUID:895de244-8710-457b-a886-44ca13bc734a
ArtifactChecksum:NTBkYTIzNTRlMDYxMDFiNjUyNmM4ZTgxY2EyOWM3ZGM=
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/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml
ArtifactUUID:e43cb156-4847-49f1-a60e-a1a949b3a978
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/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
ArtifactUUID:7aab9496-bdb3-414a-9d63-74d333a7e83a
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/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
ArtifactUUID:7aab9496-bdb3-414a-9d63-74d333a7e83a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-28T07:28:45.851Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23407bb6-4fec-4b47-b6e7-53f559ce59ca 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-04-28T07:28:45.925Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:28:45.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:28:45.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:28:45.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Trying to download the artifact UUID: b3f32bb1-87f3-4687-82ba-558aeea8b08c from URL: /sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:45.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:28:45.927Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:46.023Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:28:46.034Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar b3f32bb1-87f3-4687-82ba-558aeea8b08c 99015
2022-04-28T07:28:46.035Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar ASDC sendASDCNotification
2022-04-28T07:28:46.036Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:46.036Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:28:46.037Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:46.040Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:46.040Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130926035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:28:46.140Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:28:46.142Z||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-04-28T07:28:46.142Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:46.155Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:46.156Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:47.042Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-28T07:28:47.043Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||MSO config path is: /app
2022-04-28T07:28:47.044Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Trying to write artifact UUID: b3f32bb1-87f3-4687-82ba-558aeea8b08c, URL: /sdc/v1/catalog/services/Vfw20220428072404/1.0/artifacts/service-Vfw20220428072404-csar.csar to file: /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:47.050Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220428072404-csar.csar
2022-04-28T07:28:47.050Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:47.051Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:47.395Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3322184362883659766/Definitions/service-Vfw20220428072404-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-28T07:28:51.565Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-04-28T07:28:51.566Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||####################################################################################################
2022-04-28T07:28:51.567Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.567Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-28T07:28:51.567Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.568Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.568Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.569Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.569Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.569Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.570Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.570Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.570Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.570Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.571Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.571Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.572Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6062576a-770d 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-Vfw20220428072404-csar.csar
2022-04-28T07:28:51.572Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|WARN|500||####################################################################################################
2022-04-28T07:28:51.572Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.573Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.573Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:51.574Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:28:51.574Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:28:51.575Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.575Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.575Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:51.576Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Search for entities recursively
2022-04-28T07:28:51.576Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-28T07:28:51.577Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.577Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.578Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.578Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:51.579Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:51.579Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:51.580Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:28:51.580Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.581Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.581Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:28:51.581Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.582Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:28:51.582Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:28:51.583Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.583Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.583Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:28:51.584Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.584Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:28:51.585Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.585Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-28T07:28:51.586Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.586Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:28:51.587Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.587Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:51.587Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:51.588Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.589Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:51.589Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:51.590Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.590Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:51.590Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:51.591Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.591Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:51.592Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:51.592Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:51.593Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T07:28:51.593Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:28:51.593Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:28:51.594Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.594Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.595Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:28:51.595Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.595Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:28:51.596Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.597Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55cf233a-6f13-4e5d-af78-e8492d663a7f
2022-04-28T07:28:51.597Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.598Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:51.598Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:51.598Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:51.599Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:28:51.599Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.600Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.600Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:28:51.600Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.601Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T07:28:51.601Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:28:51.602Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.602Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:28:51.602Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.603Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eb03951a-593c-452b-b0da-0915e906d2f2
2022-04-28T07:28:51.604Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.604Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:51.605Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:51.605Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:51.605Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:28:51.606Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.606Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.607Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:28:51.607Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.607Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:28:51.608Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:28:51.608Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:51.609Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:51.609Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T07:28:51.609Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f4842c51-8a7c-4a80-b8d9-674d4288a79a
2022-04-28T07:28:51.610Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.610Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.611Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.611Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.612Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.612Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.612Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:51.613Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:51.613Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-28 07-24-04
Description:catalog service description
Model UUID:23407bb6-4fec-4b47-b6e7-53f559ce59ca
Model Version:NULL
Model InvariantUuid:3b7b3d99-2b1b-49ee-b4b8-54b8d91da84b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6062576a-770d
Model UUID:dceb1b85-39d0-4346-a705-d2b2400003ba
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5bd9396e-ddb3-413e-a6ea-e24b88f53562
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cffddbe8-5a3d-4399-934e-d5fd4c7c0411
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7cd6a952-8e56-4040-adde-366b930de1d8
ModelName:Vfw6062576a770d..base_vfw..module-0
ModelUuid:991e0116-f65f-4b57-9149-10aa578491bd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:55cf233a-6f13-4e5d-af78-e8492d663a7f
ModelInvariantUuid:e2f8ecf3-3908-4816-af27-fda341025460
ModelName:vFW 6062576a-770d-nodes.vfwCvfc
ModelUuid:58ba8e5e-dc6b-4056-bddf-81de8b2e4bbf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9e059f94-8c08-4c51-a01e-2281e6e1a134
ModelInvariantUuid:42b0aadf-1254-4083-89fd-41e74acd703a
ModelName:Vfw6062576a770d.compute.nodes.heat.vfw
ModelUuid:8b6248f5-abd6-4e2b-ae24-2daa53ac506f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:eb03951a-593c-452b-b0da-0915e906d2f2
ModelInvariantUuid:e2d6d42d-c8ce-4ad7-903d-df6eb69a8c6b
ModelName:vFW 6062576a-770d-nodes.vsnCvfc
ModelUuid:f99f619c-8f4c-4922-aa98-bedd0cfe8be6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b10aa7cd-b1f3-442d-8462-a2e36d1f8032
ModelInvariantUuid:d9aae8a8-bf62-420c-8254-fc6c3079d667
ModelName:Vfw6062576a770d.compute.nodes.heat.vsn
ModelUuid:cab0f53c-f299-4d99-8a2c-e8f0b190e2c1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f4842c51-8a7c-4a80-b8d9-674d4288a79a
ModelInvariantUuid:87bf9c62-7035-477a-bc6a-2008a9b4dff1
ModelName:vFW 6062576a-770d-nodes.vpgCvfc
ModelUuid:8334c386-1ecd-427d-b0e3-3f66cc16b4b1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d520aa58-3d3a-4a79-8121-1fb631941e56
ModelInvariantUuid:f614aa4d-85aa-46f6-ba9b-6e9e7cca010d
ModelName:Vfw6062576a770d.compute.nodes.heat.vpg
ModelUuid:2e4254a5-433d-43ab-84de-c47f1b08ed23
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-04-28T07:28:51.624Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 5af5aeb6-f960-4ed1-97be-a99368047363
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-04-28T07:28:51.630Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||vFW 6062576a-770d 0
2022-04-28T07:28:51.630Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 5af5aeb6-f960-4ed1-97be-a99368047363
2022-04-28T07:28:51.631Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Trying to download the artifact UUID: 895de244-8710-457b-a886-44ca13bc734a from URL: /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json
2022-04-28T07:28:51.631Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:28:51.631Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json
2022-04-28T07:28:51.900Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:28:51.901Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json 895de244-8710-457b-a886-44ca13bc734a 785
2022-04-28T07:28:51.901Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json ASDC sendASDCNotification
2022-04-28T07:28:51.901Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json
2022-04-28T07:28:51.901Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:28:51.902Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:51.906Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:51.906Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130931901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/vfw6062576a770d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:28:52.007Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-28T07:28:52.008Z||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-04-28T07:28:52.008Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:52.022Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:52.023Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:52.907Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6062576a770d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7cd6a952-8e56-4040-adde-366b930de1d8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "991e0116-f65f-4b57-9149-10aa578491bd",
"vfModuleModelCustomizationUUID": "b52f8792-0716-45d2-85b0-981d8c71477e",
"isBase": true,
"artifacts": [
"e43cb156-4847-49f1-a60e-a1a949b3a978",
"7aab9496-bdb3-414a-9d63-74d333a7e83a"
],
"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-04-28T07:28:52.917Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6062576a770d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:991e0116-f65f-4b57-9149-10aa578491bd
VfModuleModelInvariantUUID:7cd6a952-8e56-4040-adde-366b930de1d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
e43cb156-4847-49f1-a60e-a1a949b3a978
,
7aab9496-bdb3-414a-9d63-74d333a7e83a
}
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-04-28T07:28:52.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6062576a770d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7cd6a952-8e56-4040-adde-366b930de1d8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "991e0116-f65f-4b57-9149-10aa578491bd",
"vfModuleModelCustomizationUUID": "b52f8792-0716-45d2-85b0-981d8c71477e",
"isBase": true,
"artifacts": [
"e43cb156-4847-49f1-a60e-a1a949b3a978",
"7aab9496-bdb3-414a-9d63-74d333a7e83a"
],
"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-04-28T07:28:52.926Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6062576a770d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:991e0116-f65f-4b57-9149-10aa578491bd
VfModuleModelInvariantUUID:7cd6a952-8e56-4040-adde-366b930de1d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
e43cb156-4847-49f1-a60e-a1a949b3a978
,
7aab9496-bdb3-414a-9d63-74d333a7e83a
}
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-04-28T07:28:52.927Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Trying to download the artifact UUID: e43cb156-4847-49f1-a60e-a1a949b3a978 from URL: /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml
2022-04-28T07:28:52.927Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:28:52.927Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml
2022-04-28T07:28:53.416Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:28:53.417Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml e43cb156-4847-49f1-a60e-a1a949b3a978 20368
2022-04-28T07:28:53.418Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-28T07:28:53.418Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml
2022-04-28T07:28:53.418Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:28:53.418Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:53.421Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:53.421Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130933418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:28:53.522Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:28:53.523Z||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-04-28T07:28:53.523Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:53.535Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:53.537Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:54.423Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||Trying to download the artifact UUID: 7aab9496-bdb3-414a-9d63-74d333a7e83a from URL: /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
2022-04-28T07:28:54.424Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - download
2022-04-28T07:28:54.424Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
2022-04-28T07:28:54.717Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||GET Response Status 200
2022-04-28T07:28:54.718Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env 7aab9496-bdb3-414a-9d63-74d333a7e83a 2098
2022-04-28T07:28:54.719Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-28T07:28:54.719Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env
2022-04-28T07:28:54.719Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-04-28T07:28:54.720Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||DistributionClient - sendStatus
2022-04-28T07:28:54.723Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-28T07:28:54.724Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||try to send status {
"distributionID": "538762d6-ca56-4eee-9082-023d90b5589b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651130934719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220428072404/1.0/resourceInstances/vfw6062576a770d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-28T07:28:54.823Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-28T07:28:54.825Z||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-04-28T07:28:54.825Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as fYP4hGRopqNy1H43) ...
2022-04-28T07:28:54.867Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-28T07:28:54.868Z||pool-29-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-28T07:28:55.725Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Preparing to deploy Service: 23407bb6-4fec-4b47-b6e7-53f559ce59ca
2022-04-28T07:28:55.726Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6062576a-770d 0 5af5aeb6-f960-4ed1-97be-a99368047363 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-04-28T07:28:55.758Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53b05065, org.onap.sdc.toscaparser.api.parameters.Input@252fe7b4, org.onap.sdc.toscaparser.api.parameters.Input@14d60066, org.onap.sdc.toscaparser.api.parameters.Input@60e986a6, org.onap.sdc.toscaparser.api.parameters.Input@310bc1a6]
2022-04-28T07:28:55.761Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.761Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.761Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VF Category is: Generic
2022-04-28T07:28:55.762Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||VFCustomizationUUID= cffddbe8-5a3d-4399-934e-d5fd4c7c0411
2022-04-28T07:28:55.762Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cffddbe8-5a3d-4399-934e-d5fd4c7c0411 matches Tosca VF Customization UUID: cffddbe8-5a3d-4399-934e-d5fd4c7c0411
2022-04-28T07:28:55.762Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||vfCustomizationUUID: cffddbe8-5a3d-4399-934e-d5fd4c7c0411 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-04-28T07:28:55.767Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.767Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.769Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||resource request for resource customization id cffddbe8-5a3d-4399-934e-d5fd4c7c0411: {\"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-04-28T07:28:55.769Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@634219bc
2022-04-28T07:28:55.770Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.770Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-28T07:28:55.770Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b52f8792-0716-45d2-85b0-981d8c71477e
2022-04-28T07:28:55.771Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b52f8792-0716-45d2-85b0-981d8c71477e
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-04-28T07:28:55.775Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.776Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.776Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:55.777Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.777Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.777Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:55.778Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.778Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:55.778Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:55.779Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:55.779Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-28T07:28:55.779Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:28:55.780Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:28:55.780Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.780Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.781Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:28:55.781Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.781Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:28:55.782Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.782Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55cf233a-6f13-4e5d-af78-e8492d663a7f
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-04-28T07:28:55.787Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.788Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.788Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:55.789Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.789Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:55.790Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:55.790Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:55.790Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:28:55.791Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.791Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.791Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:28:55.792Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.792Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-28T07:28:55.792Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-28T07:28:55.793Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.793Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-04-28T07:28:55.794Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.794Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eb03951a-593c-452b-b0da-0915e906d2f2
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-04-28T07:28:55.798Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.799Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.799Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:55.804Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.805Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is not matching search criteria
2022-04-28T07:28:55.805Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-28T07:28:55.806Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-28T07:28:55.806Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-28T07:28:55.806Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.806Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.807Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-04-28T07:28:55.807Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.807Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-28T07:28:55.808Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-04-28T07:28:55.808Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-28T07:28:55.808Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-28T07:28:55.809Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-28T07:28:55.809Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f4842c51-8a7c-4a80-b8d9-674d4288a79a
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-04-28T07:28:55.813Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.814Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.814Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-28T07:28:55.815Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.815Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Node template vFW 6062576a-770d 0 is matching search criteria
2022-04-28T07:28:55.816Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Found topology templates [vFW 6062576a-770d 0] matching following query criteria: sdcType=VF, customizationUUID=cffddbe8-5a3d-4399-934e-d5fd4c7c0411
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-04-28T07:28:55.820Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.820Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.821Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500|| resourceSeq for service uuid 23407bb6-4fec-4b47-b6e7-53f559ce59ca: vFW 6062576a-770d
2022-04-28T07:28:55.821Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-28T07:28:55.822Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||Service vFW 2022-04-28 07-24-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-28T07:28:55.822Z|538762d6-ca56-4eee-9082-023d90b5589b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c905492-05fd-465d-be49-6d93a03d414c/model-vers/model-ver/5b10e29f-9d06-4a2b-85a4-f0249004ec0f?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery