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-03-09T14:23:17.105Z||main|||||INFO|500||The following profiles are active: basic
2022-03-09T14:23:25.847Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-09T14:23:25.848Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-09T14:23:25.922Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-09T14:23:28.042Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-09T14:23:28.199Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-09T14:23:28.559Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-09T14:23:28.567Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-09T14:23:28.645Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-09T14:23:28.779Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-09T14:23:29.177Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-09T14:23:30.062Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-09T14:23:31.839Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-09T14:23:31.883Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-09T14:23:32.273Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-09T14:23:32.473Z||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-03-09T14:23:33.566Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-09T14:23:34.496Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-09T14:23:34.512Z||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$$c179a1e7.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-03-09T14:23:34.513Z||main|||||WARN|500||The sdc end point is not alive
2022-03-09T14:23:37.124Z||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-03-09T14:23:39.560Z||main|||||WARN|500||---
2022-03-09T14:23:39.560Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-09T14:23:39.561Z||main|||||WARN|500||---
2022-03-09T14:23:39.972Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-09T14:23:43.920Z||main|||||INFO|500||Started Application in 30.756 seconds (JVM running for 31.844)
2022-03-09T14:23:43.940Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T14:23:43.941Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T14:23:43.951Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T14:23:43.973Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T14:23:44.052Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac4ea901-9ddd-4fcf-ac5b-336e40185ef6 url= /sdc/v1/artifactTypes
2022-03-09T14:23:44.052Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T14:23:45.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.35.23] 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$$97dd323b.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-03-09T14:23:45.140Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20f27b34
2022-03-09T14:23:45.141Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-09T14:23:45.154Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-09T14:23:45.155Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-09T14:23:45.157Z||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$$97dd323b.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-03-09T14:24:33.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T14:24:33.910Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T14:24:33.911Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T14:24:33.913Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T14:24:33.917Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27b3f9fc-9dac-41f6-aa80-520d17d29087 url= /sdc/v1/artifactTypes
2022-03-09T14:24:33.917Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T14:24:34.960Z||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.35.23] 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$$97dd323b.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-03-09T14:24:34.961Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42576687
2022-03-09T14:24:34.961Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-09T14:24:34.961Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-09T14:24:34.962Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-09T14:24:34.962Z||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$$97dd323b.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-03-09T14:25:23.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T14:25:23.911Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T14:25:23.911Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T14:25:23.918Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T14:25:23.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b9d4fe19-efee-4bf7-a820-ad3cc3f15d74 url= /sdc/v1/artifactTypes
2022-03-09T14:25:23.924Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T14:25:24.976Z||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.35.23] 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$$97dd323b.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-03-09T14:25:24.977Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30965a71
2022-03-09T14:25:24.977Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-09T14:25:24.978Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-09T14:25:24.978Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-09T14:25:24.979Z||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$$97dd323b.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-03-09T14:26:13.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T14:26:13.910Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T14:26:13.911Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T14:26:13.913Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T14:26:13.917Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0cec3a30-0f8c-4fb3-a5c9-79a8d0e10cc7 url= /sdc/v1/artifactTypes
2022-03-09T14:26:13.917Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T14:26:14.929Z||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.35.23] 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$$97dd323b.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-03-09T14:26:14.929Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71a8bd6d
2022-03-09T14:26:14.930Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-09T14:26:14.930Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-09T14:26:14.930Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-09T14:26:14.931Z||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$$97dd323b.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-03-09T14:27:03.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T14:27:03.911Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T14:27:03.911Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T14:27:03.914Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T14:27:03.919Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef928401-926f-4410-a80d-57a9a6efd5e1 url= /sdc/v1/artifactTypes
2022-03-09T14:27:03.919Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T14:27:04.944Z||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.35.23] 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$$97dd323b.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-03-09T14:27:04.945Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4dab848e
2022-03-09T14:27:04.945Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-09T14:27:04.945Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-09T14:27:04.946Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-09T14:27:04.946Z||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$$97dd323b.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-03-09T14:27:53.911Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T14:27:53.912Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T14:27:53.912Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T14:27:53.915Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T14:27:53.918Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de3cd071-3482-40c2-8959-12559925095d url= /sdc/v1/artifactTypes
2022-03-09T14:27:53.919Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T14:27:54.927Z||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.35.23] 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$$97dd323b.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-03-09T14:27:54.927Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31fd2538
2022-03-09T14:27:54.928Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-09T14:27:54.928Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-09T14:27:54.928Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-09T14:27:54.929Z||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$$97dd323b.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-03-09T14:28:43.911Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T14:28:43.912Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T14:28:43.912Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T14:28:43.916Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T14:28:43.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e411edb6-2b97-40ef-a58f-078c8339a069 url= /sdc/v1/artifactTypes
2022-03-09T14:28:43.923Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T14:28:44.944Z||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.35.23] 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$$97dd323b.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-03-09T14:28:44.945Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53afcfa4
2022-03-09T14:28:44.945Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-09T14:28:44.945Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-09T14:28:44.946Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-09T14:28:44.946Z||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$$97dd323b.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-03-09T14:29:33.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T14:29:33.911Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T14:29:33.911Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T14:29:33.913Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T14:29:33.919Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb6c71da-000e-4428-9445-9118a26545f2 url= /sdc/v1/artifactTypes
2022-03-09T14:29:33.919Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T14:29:34.928Z||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.35.23] 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$$97dd323b.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-03-09T14:29:34.929Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d681b85
2022-03-09T14:29:34.929Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-09T14:29:34.929Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-09T14:29:34.929Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-09T14:29:34.930Z||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$$97dd323b.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-03-09T14:30:23.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T14:30:23.910Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T14:30:23.911Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T14:30:23.913Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T14:30:23.918Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e563e3d2-c3fc-416f-85ed-852044fd1438 url= /sdc/v1/artifactTypes
2022-03-09T14:30:23.918Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T14:30:24.106Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-09T14:30:24.114Z||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-03-09T14:30:24.141Z||scheduling-1|||||DEBUG|500||create keys
2022-03-09T14:30:24.147Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-09T14:30:24.365Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:30:24.380Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c6818664-db42-4bdd-b7fa-70e1593baba0 url= /sdc/v1/registerForDistribution
2022-03-09T14:30:24.657Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c6818664-db42-4bdd-b7fa-70e1593baba0 url= /sdc/v1/registerForDistribution
2022-03-09T14:30:24.657Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-09T14:30:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:30:24.665Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:30:24.668Z||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-03-09T14:30:24.669Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:30:24.669Z||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-03-09T14:30:24.669Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:30:24.669Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-09T14:30:35.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:30:35.019Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:31:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:31:24.663Z||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-03-09T14:31:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:31:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:31:24.665Z||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-03-09T14:31:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:31:34.207Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:31:34.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:32:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:32:24.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:32:24.663Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:32:24.665Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:32:24.666Z||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-03-09T14:32:24.666Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:32:34.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:32:34.207Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:33:24.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:33:24.663Z||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-03-09T14:33:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:33:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:33:24.665Z||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-03-09T14:33:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:33:34.206Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:33:34.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:33:39.852Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-09T14:34:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:34:24.663Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:34:24.663Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:34:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:34:24.665Z||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-03-09T14:34:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:34:34.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:34:34.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:35:24.662Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:35:24.663Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:35:24.664Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:35:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:35:24.665Z||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-03-09T14:35:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:35:34.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:35:34.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:36:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:36:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:36:24.665Z||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-03-09T14:36:24.665Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:36:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:36:24.665Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:36:34.219Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:36:34.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:37:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:37:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:37:24.664Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:37:24.665Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:37:24.665Z||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-03-09T14:37:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:37:34.202Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:37:34.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:38:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:38:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:38:24.664Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:38:24.664Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:38:24.664Z||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-03-09T14:38:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:38:34.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:38:34.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:39:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:39:24.663Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:39:24.663Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:39:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:39:24.665Z||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-03-09T14:39:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:39:34.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:39:34.204Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:40:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:40:24.663Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:40:24.663Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:40:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:40:24.665Z||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-03-09T14:40:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:40:34.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:40:34.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:41:24.662Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:41:24.663Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:41:24.663Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:41:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:41:24.665Z||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-03-09T14:41:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:41:34.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:41:34.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:42:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:42:24.663Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:42:24.663Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:42:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:42:24.665Z||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-03-09T14:42:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:42:34.205Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:42:34.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:43:24.662Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:43:24.663Z||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-03-09T14:43:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:43:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:43:24.665Z||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-03-09T14:43:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:43:34.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:43:34.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:44:24.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:44:24.664Z||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-03-09T14:44:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:44:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:44:24.665Z||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-03-09T14:44:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:44:34.201Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:44:34.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:45:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:45:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:45:24.666Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:45:24.666Z||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-03-09T14:45:24.666Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:45:24.666Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:45:34.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:45:34.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:46:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:46:24.664Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:46:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:46:24.664Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:46:24.665Z||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-03-09T14:46:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:46:34.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:46:34.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:47:24.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:47:24.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:47:24.663Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:47:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:47:24.665Z||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-03-09T14:47:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:47:34.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:47:34.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:48:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:48:24.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:48:24.663Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:48:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:48:24.665Z||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-03-09T14:48:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:48:34.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:48:34.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:49:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:49:24.664Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:49:24.664Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:49:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:49:24.665Z||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-03-09T14:49:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:49:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:49:34.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:50:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:50:24.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:50:24.663Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:50:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:50:24.665Z||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-03-09T14:50:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:50:34.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:50:34.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:51:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:51:24.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:51:24.663Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:51:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:51:24.664Z||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-03-09T14:51:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:51:34.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:51:34.215Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:52:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:52:24.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:52:24.664Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:52:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:52:24.664Z||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-03-09T14:52:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:52:34.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:52:34.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:53:24.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:53:24.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:53:24.663Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:53:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:53:24.664Z||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-03-09T14:53:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:53:34.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:53:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:54:24.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:54:24.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:54:24.663Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:54:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:54:24.664Z||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-03-09T14:54:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:54:34.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:54:34.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:55:24.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:55:24.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:55:24.663Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:55:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:55:24.664Z||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-03-09T14:55:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:55:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:55:34.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:56:24.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:56:24.663Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:56:24.663Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:56:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:56:24.664Z||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-03-09T14:56:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:56:34.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:56:34.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:57:24.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:57:24.663Z||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-03-09T14:57:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:57:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:57:24.665Z||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-03-09T14:57:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:57:34.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:57:34.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:58:24.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:58:24.664Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T14:58:24.664Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:58:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:58:24.665Z||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-03-09T14:58:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:58:34.211Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:58:34.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:59:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:59:24.663Z||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-03-09T14:59:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:59:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T14:59:24.665Z||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-03-09T14:59:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T14:59:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T14:59:34.202Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:00:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:00:24.664Z||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-03-09T15:00:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:00:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:00:24.665Z||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-03-09T15:00:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:00:34.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:00:34.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:01:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:01:24.663Z||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-03-09T15:01:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:01:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:01:24.664Z||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-03-09T15:01:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:01:34.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:01:34.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:02:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:02:24.663Z||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-03-09T15:02:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:02:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:02:24.665Z||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-03-09T15:02:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:02:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:02:34.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:03:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:03:24.663Z||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-03-09T15:03:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:03:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:03:24.665Z||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-03-09T15:03:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:03:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:03:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:04:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:04:24.663Z||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-03-09T15:04:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:04:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:04:24.664Z||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-03-09T15:04:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:04:34.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:04:34.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:05:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:05:24.663Z||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-03-09T15:05:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:05:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:05:24.664Z||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-03-09T15:05:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:05:34.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:05:34.206Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:06:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:06:24.663Z||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-03-09T15:06:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:06:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:06:24.664Z||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-03-09T15:06:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:06:34.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:06:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:07:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:07:24.663Z||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-03-09T15:07:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:07:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:07:24.664Z||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-03-09T15:07:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:07:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:07:34.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:08:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:08:24.663Z||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-03-09T15:08:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:08:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:08:24.665Z||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-03-09T15:08:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:08:34.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:08:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:09:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:09:24.664Z||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-03-09T15:09:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:09:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:09:24.664Z||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-03-09T15:09:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:09:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:09:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:10:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:10:24.663Z||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-03-09T15:10:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:10:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:10:24.664Z||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-03-09T15:10:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:10:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:10:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:11:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:11:24.664Z||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-03-09T15:11:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:11:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:11:24.665Z||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-03-09T15:11:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:11:34.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:11:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:12:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:12:24.663Z||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-03-09T15:12:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:12:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:12:24.665Z||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-03-09T15:12:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:12:34.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:12:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:13:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:13:24.663Z||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-03-09T15:13:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:13:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:13:24.665Z||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-03-09T15:13:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:13:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:13:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:14:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:14:24.663Z||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-03-09T15:14:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:14:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:14:24.665Z||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-03-09T15:14:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:14:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:14:34.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:15:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:15:24.664Z||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-03-09T15:15:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:15:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:15:24.665Z||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-03-09T15:15:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:15:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:15:34.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:16:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:16:24.664Z||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-03-09T15:16:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:16:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:16:24.664Z||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-03-09T15:16:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:16:34.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:16:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:17:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:17:24.664Z||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-03-09T15:17:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:17:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:17:24.665Z||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-03-09T15:17:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:17:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:17:34.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:18:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:18:24.664Z||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-03-09T15:18:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:18:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:18:24.665Z||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-03-09T15:18:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:18:34.205Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:18:34.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:19:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:19:24.664Z||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-03-09T15:19:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:19:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:19:24.665Z||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-03-09T15:19:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:19:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:19:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:20:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:20:24.663Z||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-03-09T15:20:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:20:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:20:24.664Z||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-03-09T15:20:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:20:34.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:20:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:21:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:21:24.663Z||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-03-09T15:21:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:21:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:21:24.665Z||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-03-09T15:21:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:21:34.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:21:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:22:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:22:24.664Z||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-03-09T15:22:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:22:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:22:24.665Z||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-03-09T15:22:24.666Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:22:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:22:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:23:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:23:24.664Z||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-03-09T15:23:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:23:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:23:24.665Z||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-03-09T15:23:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:23:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:23:34.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:24:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:24:24.663Z||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-03-09T15:24:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:24:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:24:24.665Z||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-03-09T15:24:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:24:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:24:34.205Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:25:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:25:24.664Z||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-03-09T15:25:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:25:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:25:24.664Z||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-03-09T15:25:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:25:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:25:34.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:26:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:26:24.663Z||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-03-09T15:26:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:26:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:26:24.665Z||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-03-09T15:26:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:26:34.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:26:34.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:27:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:27:24.663Z||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-03-09T15:27:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:27:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:27:24.664Z||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-03-09T15:27:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:27:34.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:27:34.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:28:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:28:24.664Z||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-03-09T15:28:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:28:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:28:24.664Z||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-03-09T15:28:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:28:34.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:28:34.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:29:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:29:24.663Z||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-03-09T15:29:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:29:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:29:24.665Z||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-03-09T15:29:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:29:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:29:34.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:30:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:30:24.664Z||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-03-09T15:30:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:30:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:30:24.664Z||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-03-09T15:30:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:30:34.202Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:30:34.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:31:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:31:24.663Z||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-03-09T15:31:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:31:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:31:24.664Z||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-03-09T15:31:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:31:34.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:31:34.203Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:32:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:32:24.663Z||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-03-09T15:32:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:32:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:32:24.665Z||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-03-09T15:32:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:32:34.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:32:34.214Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:33:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:33:24.663Z||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-03-09T15:33:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:33:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:33:24.665Z||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-03-09T15:33:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:33:34.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:33:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:34:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:34:24.663Z||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-03-09T15:34:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:34:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:34:24.664Z||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-03-09T15:34:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:34:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:34:34.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:35:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:35:24.663Z||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-03-09T15:35:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:35:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:35:24.665Z||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-03-09T15:35:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:35:34.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:35:34.202Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:36:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:36:24.663Z||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-03-09T15:36:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:36:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:36:24.665Z||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-03-09T15:36:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:36:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:36:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:37:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:37:24.663Z||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-03-09T15:37:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:37:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:37:24.664Z||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-03-09T15:37:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:37:34.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:37:34.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:38:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:38:24.663Z||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-03-09T15:38:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:38:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:38:24.665Z||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-03-09T15:38:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:38:34.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:38:34.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:39:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:39:24.663Z||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-03-09T15:39:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:39:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:39:24.664Z||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-03-09T15:39:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:39:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:39:34.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:40:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:40:24.664Z||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-03-09T15:40:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:40:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:40:24.665Z||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-03-09T15:40:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:40:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:40:34.202Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:41:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:41:24.663Z||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-03-09T15:41:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:41:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:41:24.664Z||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-03-09T15:41:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:41:34.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:41:34.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:42:24.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:42:24.663Z||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-03-09T15:42:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:42:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:42:24.665Z||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-03-09T15:42:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:42:34.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:42:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:43:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:43:24.663Z||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-03-09T15:43:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:43:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:43:24.665Z||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-03-09T15:43:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:43:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:43:34.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:44:24.662Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:44:24.663Z||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-03-09T15:44:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:44:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:44:24.665Z||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-03-09T15:44:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:44:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:44:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:45:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:45:24.663Z||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-03-09T15:45:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:45:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:45:24.665Z||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-03-09T15:45:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:45:34.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:45:34.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:46:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:46:24.663Z||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-03-09T15:46:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:46:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:46:24.665Z||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-03-09T15:46:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:46:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:46:34.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:47:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:47:24.663Z||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-03-09T15:47:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:47:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:47:24.664Z||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-03-09T15:47:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:47:34.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:47:34.212Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:48:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:48:24.663Z||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-03-09T15:48:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:48:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:48:24.664Z||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-03-09T15:48:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:48:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:48:34.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:49:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:49:24.663Z||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-03-09T15:49:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:49:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:49:24.665Z||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-03-09T15:49:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:49:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:49:34.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:50:24.662Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:50:24.663Z||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-03-09T15:50:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:50:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:50:24.664Z||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-03-09T15:50:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:50:34.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:50:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:51:24.662Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:51:24.663Z||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-03-09T15:51:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:51:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:51:24.664Z||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-03-09T15:51:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:51:34.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:51:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:52:24.662Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:52:24.663Z||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-03-09T15:52:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:52:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:52:24.664Z||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-03-09T15:52:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:52:34.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:52:34.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:53:24.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:53:24.663Z||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-03-09T15:53:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:53:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:53:24.665Z||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-03-09T15:53:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:53:34.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:53:34.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:54:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:54:24.663Z||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-03-09T15:54:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:54:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:54:24.665Z||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-03-09T15:54:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:54:34.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:54:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:55:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:55:24.663Z||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-03-09T15:55:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:55:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:55:24.665Z||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-03-09T15:55:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:55:34.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:55:34.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:56:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:56:24.663Z||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-03-09T15:56:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:56:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:56:24.665Z||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-03-09T15:56:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:56:34.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:56:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:57:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:57:24.664Z||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-03-09T15:57:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:57:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:57:24.665Z||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-03-09T15:57:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:57:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:57:34.203Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:58:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:58:24.664Z||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-03-09T15:58:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:58:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:58:24.664Z||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-03-09T15:58:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:58:34.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:58:34.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:59:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:59:24.664Z||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-03-09T15:59:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T15:59:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:59:24.664Z||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-03-09T15:59:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T15:59:34.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T15:59:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:00:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:00:24.663Z||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-03-09T16:00:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:00:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:00:24.664Z||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-03-09T16:00:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:00:34.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:00:34.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:01:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:01:24.663Z||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-03-09T16:01:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:01:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:01:24.664Z||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-03-09T16:01:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:01:34.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:01:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:02:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:02:24.663Z||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-03-09T16:02:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:02:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:02:24.664Z||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-03-09T16:02:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:02:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:02:34.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:03:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:03:24.663Z||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-03-09T16:03:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:03:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:03:24.664Z||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-03-09T16:03:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:03:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:03:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:04:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:04:24.663Z||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-03-09T16:04:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:04:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:04:24.665Z||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-03-09T16:04:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:04:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:04:34.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:05:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:05:24.663Z||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-03-09T16:05:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:05:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:05:24.664Z||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-03-09T16:05:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:05:34.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:05:34.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:06:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:06:24.663Z||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-03-09T16:06:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:06:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:06:24.664Z||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-03-09T16:06:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:06:34.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:06:34.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:07:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:07:24.663Z||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-03-09T16:07:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:07:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:07:24.665Z||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-03-09T16:07:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:07:34.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:07:34.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:08:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:08:24.664Z||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-03-09T16:08:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:08:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:08:24.665Z||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-03-09T16:08:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:08:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:08:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:09:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:09:24.663Z||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-03-09T16:09:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:09:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:09:24.664Z||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-03-09T16:09:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:09:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:09:34.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:10:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:10:24.663Z||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-03-09T16:10:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:10:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:10:24.664Z||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-03-09T16:10:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:10:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:10:34.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:11:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:11:24.663Z||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-03-09T16:11:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:11:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:11:24.664Z||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-03-09T16:11:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:11:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:11:34.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:12:24.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:12:24.663Z||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-03-09T16:12:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:12:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:12:24.664Z||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-03-09T16:12:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:12:34.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:12:34.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:13:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:13:24.663Z||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-03-09T16:13:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:13:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:13:24.664Z||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-03-09T16:13:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:13:34.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:13:34.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:14:24.662Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:14:24.663Z||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-03-09T16:14:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:14:24.664Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:14:24.664Z||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-03-09T16:14:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:14:34.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:14:34.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:15:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:15:24.663Z||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-03-09T16:15:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:15:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:15:24.665Z||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-03-09T16:15:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:15:34.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:15:34.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:16:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:16:24.663Z||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-03-09T16:16:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:16:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:16:24.664Z||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-03-09T16:16:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:16:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:16:34.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:17:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:17:24.663Z||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-03-09T16:17:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:17:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:17:24.664Z||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-03-09T16:17:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:17:34.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:17:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:18:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:18:24.663Z||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-03-09T16:18:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:18:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:18:24.664Z||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-03-09T16:18:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:18:34.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:18:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:19:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:19:24.663Z||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-03-09T16:19:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:19:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:19:24.664Z||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-03-09T16:19:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:19:34.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:19:34.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:20:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:20:24.663Z||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-03-09T16:20:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:20:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:20:24.664Z||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-03-09T16:20:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:20:34.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:20:34.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:21:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:21:24.663Z||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-03-09T16:21:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:21:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:21:24.664Z||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-03-09T16:21:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:21:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:21:34.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:22:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:22:24.663Z||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-03-09T16:22:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:22:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:22:24.665Z||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-03-09T16:22:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:22:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:22:34.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:23:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:23:24.663Z||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-03-09T16:23:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:23:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:23:24.664Z||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-03-09T16:23:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:23:34.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:23:34.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:24:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:24:24.663Z||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-03-09T16:24:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:24:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:24:24.664Z||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-03-09T16:24:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:24:34.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:24:34.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:25:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:25:24.663Z||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-03-09T16:25:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:25:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:25:24.664Z||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-03-09T16:25:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:25:34.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:25:34.217Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:26:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:26:24.663Z||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-03-09T16:26:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:26:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:26:24.664Z||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-03-09T16:26:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:26:34.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:26:34.197Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:27:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:27:24.663Z||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-03-09T16:27:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:27:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:27:24.664Z||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-03-09T16:27:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:27:34.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:27:34.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:28:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:28:24.663Z||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-03-09T16:28:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:28:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:28:24.664Z||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-03-09T16:28:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:28:34.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:28:34.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:29:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:29:24.663Z||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-03-09T16:29:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:29:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:29:24.665Z||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-03-09T16:29:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:29:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:29:34.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:30:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:30:24.663Z||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-03-09T16:30:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:30:24.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:30:24.665Z||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-03-09T16:30:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:30:34.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:30:34.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:31:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:31:24.663Z||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-03-09T16:31:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:31:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:31:24.664Z||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-03-09T16:31:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:31:34.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:31:34.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:32:24.662Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:32:24.663Z||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-03-09T16:32:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:32:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:32:24.664Z||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-03-09T16:32:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:32:34.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:32:34.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:33:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:33:24.664Z||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-03-09T16:33:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:33:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:33:24.664Z||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-03-09T16:33:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:33:34.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:33:34.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:34:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:34:24.664Z||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-03-09T16:34:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:34:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:34:24.665Z||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-03-09T16:34:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:34:34.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:34:34.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:24.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:35:24.663Z||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-03-09T16:35:24.663Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:35:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:35:24.665Z||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-03-09T16:35:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:35:25.086Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:25.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646843708399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1646843706436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "cds",
"timestamp": 1646843701869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "policy-id",
"timestamp": 1646843705974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1646843706436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646843708399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:35:25.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "cds",
"timestamp": 1646843701869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "policy-id",
"timestamp": 1646843705974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646843708399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:35:25.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1646843706436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "cds",
"timestamp": 1646843701869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "policy-id",
"timestamp": 1646843705974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:35:25.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646843714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1646843706436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646843708399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "cds",
"timestamp": 1646843701869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "policy-id",
"timestamp": 1646843705974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646843714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646843708399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T16:35:25.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1646843706436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "cds",
"timestamp": 1646843701869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "policy-id",
"timestamp": 1646843705974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646843714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1646843706436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646843708399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "cds",
"timestamp": 1646843701869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "policy-id",
"timestamp": 1646843705974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646843714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "ves-openapi-manager",
"timestamp": 1646843706436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646843708399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:35:25.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "cds",
"timestamp": 1646843701869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:35:25.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "policy-id",
"timestamp": 1646843705974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:35:25.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "aai-ml",
"timestamp": 1646843717521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646843714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "aai-ml",
"timestamp": 1646843717521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646843719264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:35:25.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:35:25.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "policy-id",
"timestamp": 1646843719271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "cds",
"timestamp": 1646843719393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646843714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "aai-ml",
"timestamp": 1646843717521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:35:25.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "policy-id",
"timestamp": 1646843720276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T16:35:25.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:35:25.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "cds",
"timestamp": 1646843720411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-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-03-09T16:35:25.186Z||pool-2-thread-1|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4ba4dac1 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4673) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-09T16:35:25.188Z||pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-09T16:35:25.189Z||pool-2-thread-1|||||ERROR|500||(conn=4673) WSREP has not yet prepared node for application use
2022-03-09T16:35:25.190Z||pool-2-thread-1|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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.sql.SQLNonTransientConnectionException: (conn=4673) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-09T16:35:25.192Z||pool-2-thread-1|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4673) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-09T16:35:25.196Z||pool-2-thread-1|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-09T16:35:25.197Z||pool-2-thread-1|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 25 common frames omitted
2022-03-09T16:35:25.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:25.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T16:35:25.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"630f2353-e446-41c8-98da-38a557c90de0","serviceName":"vFW 2022-03-09 16-32-25","serviceVersion":"1.0","serviceUUID":"74ae5907-f75c-4cb8-b1b2-236a5a389436","serviceDescription":"catalog service description","serviceInvariantUUID":"aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4","resources":[{"resourceInstanceName":"vFW 1e747840-3f73 0","resourceName":"vFW 1e747840-3f73","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c04ca815-adfb-440c-b611-a9c657a99c3e","resourceInvariantUUID":"c7f1e564-320c-49d5-9861-63de1f39e083","resourceCustomizationUUID":"bcb167c6-3769-41f1-b72c-c5006dfc7978","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml","artifactChecksum":"NWY1ZTBlMzBhODJhMTAxNjE0MzRmMmEzMDg0MTdjYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56d79106-3720-47a3-9a3e-5c0a1d86636b","artifactVersion":"1"},{"artifactName":"vfw1e7478403f730_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json","artifactChecksum":"MTQxNzgyMGIyNGQ0YjlmNzhjMzEyMmQ5ZjFjZjJiYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4fd4ebb5-4433-4012-905b-321dca91c213","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c82cbccc-d39e-402e-b705-ddb30fc74152","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml","artifactChecksum":"M2UzNDczYzlmNTBkNWNhOTFhOTI5OTY0NWRhZDMwYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72565137-fbb2-4784-a8b0-d692e2494429","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1770fc1a-9594-449c-b686-1daa785fe0f6","artifactVersion":"2","generatedFromUUID":"c82cbccc-d39e-402e-b705-ddb30fc74152"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309163225-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml","artifactChecksum":"YzkxNjQzNDM1YjE5ODc1YTlhMzkwNjI2ZTE1ZGFkYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3145f040-8c9f-4366-ba1c-8bf0533bf122","artifactVersion":"1"},{"artifactName":"service-Vfw20220309163225-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar","artifactChecksum":"ZjkzYjgzNzhlZTA5YzJjMWJiOTA2Y2NiOTdkYzc2NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41821c31-dc02-4fda-893d-d6b2c84b87a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T16:35:25.286Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:35:25.290Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:35:25.296Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:35:25.296Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:25.396Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-09T16:35:25.399Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T16:35:25.399Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:35:25.409Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:25.410Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-09T16:35:26.300Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:35:26.301Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:35:26.302Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:35:26.302Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:35:26.402Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:35:26.403Z||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-03-09T16:35:26.403Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:35:26.414Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:26.414Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:35:27.302Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:35:27.303Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:35:27.305Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:35:27.305Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:35:27.405Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:35:27.406Z||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-03-09T16:35:27.406Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:35:27.414Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:27.415Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-09T16:35:28.305Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:35:28.306Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:35:28.307Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:35:28.307Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:28.408Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:35:28.408Z||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-03-09T16:35:28.409Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:35:28.416Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:28.417Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-03-09T16:35:29.308Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:35:29.309Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:35:29.310Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:35:29.311Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T16:35:29.411Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:35:29.412Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T16:35:29.412Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:35:29.422Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:29.422Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:35:30.311Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:35:30.312Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:35:30.314Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:35:30.314Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:35:30.414Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:35:30.415Z||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-03-09T16:35:30.415Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:35:30.425Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:30.426Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:35:31.314Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:35:31.315Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:35:31.317Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:35:31.317Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:35:31.417Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:35:31.418Z||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-03-09T16:35:31.418Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:35:31.426Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:31.427Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:35:32.318Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"serviceName": "vFW 2022-03-09 16-32-25",
"serviceVersion": "1.0",
"serviceUUID": "74ae5907-f75c-4cb8-b1b2-236a5a389436",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4",
"resources": [
{
"resourceInstanceName": "vFW 1e747840-3f73 0",
"resourceCustomizationUUID": "bcb167c6-3769-41f1-b72c-c5006dfc7978",
"resourceName": "vFW 1e747840-3f73",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c04ca815-adfb-440c-b611-a9c657a99c3e",
"resourceInvariantUUID": "c7f1e564-320c-49d5-9861-63de1f39e083",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw1e7478403f730_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json",
"artifactChecksum": "MTQxNzgyMGIyNGQ0YjlmNzhjMzEyMmQ5ZjFjZjJiYmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4fd4ebb5-4433-4012-905b-321dca91c213",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c82cbccc-d39e-402e-b705-ddb30fc74152",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1770fc1a-9594-449c-b686-1daa785fe0f6",
"generatedFromUUID": "c82cbccc-d39e-402e-b705-ddb30fc74152"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1770fc1a-9594-449c-b686-1daa785fe0f6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220309163225-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"artifactChecksum": "ZjkzYjgzNzhlZTA5YzJjMWJiOTA2Y2NiOTdkYzc2NmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "41821c31-dc02-4fda-893d-d6b2c84b87a6"
}
],
"workloadContext": "Production"
}
2022-03-09T16:35:32.319Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T16:35:32.319Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74ae5907-f75c-4cb8-b1b2-236a5a389436 ASDC
2022-03-09T16:35:32.393Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:630f2353-e446-41c8-98da-38a557c90de0
ServiceName:vFW 2022-03-09 16-32-25
ServiceVersion:1.0
ServiceUUID:74ae5907-f75c-4cb8-b1b2-236a5a389436
ServiceInvariantUUID:aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220309163225-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar
ArtifactUUID:41821c31-dc02-4fda-893d-d6b2c84b87a6
ArtifactChecksum:ZjkzYjgzNzhlZTA5YzJjMWJiOTA2Y2NiOTdkYzc2NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1e747840-3f73 0
ResourceCustomizationUUID:bcb167c6-3769-41f1-b72c-c5006dfc7978
ResourceInvariantUUID:c7f1e564-320c-49d5-9861-63de1f39e083
ResourceName:vFW 1e747840-3f73
ResourceType:VF
ResourceUUID:c04ca815-adfb-440c-b611-a9c657a99c3e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1e7478403f730_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json
ArtifactUUID:4fd4ebb5-4433-4012-905b-321dca91c213
ArtifactChecksum:MTQxNzgyMGIyNGQ0YjlmNzhjMzEyMmQ5ZjFjZjJiYmU=
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/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml
ArtifactUUID:c82cbccc-d39e-402e-b705-ddb30fc74152
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/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env
ArtifactUUID:1770fc1a-9594-449c-b686-1daa785fe0f6
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/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env
ArtifactUUID:1770fc1a-9594-449c-b686-1daa785fe0f6
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T16:35:32.393Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74ae5907-f75c-4cb8-b1b2-236a5a389436 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=?
2022-03-09T16:35:32.508Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@ec94b56 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4695) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-03-09T16:35:32.509Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-09T16:35:32.509Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||ERROR|500||(conn=4695) WSREP has not yet prepared node for application use
2022-03-09T16:35:32.511Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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.sql.SQLNonTransientConnectionException: (conn=4695) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-03-09T16:35:32.512Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
... 48 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4695) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-03-09T16:35:32.514Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 28 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 31 common frames omitted
2022-03-09T16:35:32.514Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 630f2353-e446-41c8-98da-38a557c90de0 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-03-09T16:35:32.590Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 630f2353-e446-41c8-98da-38a557c90de0 and serviceModelVersionId:
2022-03-09T16:35:32.591Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4
2022-03-09T16:35:32.591Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4
2022-03-09T16:35:32.591Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4
2022-03-09T16:35:32.591Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||ERROR|500||Exception occurred
java.lang.Exception: No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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-03-09T16:35:32.591Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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.lang.Exception: No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
... 9 common frames omitted
2022-03-09T16:35:32.592Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: aaa1ba52-5e7a-4f18-a06d-c4e521d2fdc4
2022-03-09T16:35:32.592Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 630f2353-e446-41c8-98da-38a557c90de0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-09T16:35:32.592Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-09T16:35:32.593Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:35:32.594Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:35:32.595Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843732592,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-09T16:35:32.695Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:35:32.695Z||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-03-09T16:35:32.695Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:35:32.704Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:35:32.704Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T16:36:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:36:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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-03-09T16:36:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:36:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:36:24.664Z||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-03-09T16:36:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:36:24.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:36:24.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:36:24.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "clamp",
"timestamp": 1646843721317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:36:24.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:36:34.194Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:37:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:37:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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-03-09T16:37:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:37:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:37:24.665Z||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-03-09T16:37:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:37:24.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:37:24.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:37:24.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:37:24.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:37:34.196Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:38:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:38:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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-03-09T16:38:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:38:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:38:24.664Z||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-03-09T16:38:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:38:25.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:38:25.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "aai-ml",
"timestamp": 1646843725405,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:38:25.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:38:25.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "clamp",
"timestamp": 1646843721317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:38:25.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vfw1e7478403f730_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646843726508,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "clamp",
"timestamp": 1646843721317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "clamp",
"timestamp": 1646843721317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/resourceInstances/vfw1e7478403f730/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843724662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646843732592,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-09T16:38:25.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:38:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "aai-ml",
"timestamp": 1646843738210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-09T16:38:25.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:38:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "aai-ml",
"timestamp": 1646843739214,
"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-03-09T16:38:25.205Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 630f2353-e446-41c8-98da-38a557c90de0
2022-03-09T16:38:25.205Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630f2353-e446-41c8-98da-38a557c90de0 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-03-09T16:38:25.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "clamp",
"timestamp": 1646843739527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:38:25.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:38:25.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "clamp",
"timestamp": 1646843741534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309163225/1.0/artifacts/service-Vfw20220309163225-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T16:38:25.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:38:25.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:38:25.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "630f2353-e446-41c8-98da-38a557c90de0",
"consumerID": "clamp",
"timestamp": 1646843742537,
"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-03-09T16:38:25.222Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 630f2353-e446-41c8-98da-38a557c90de0
2022-03-09T16:38:25.222Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 630f2353-e446-41c8-98da-38a557c90de0 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-03-09T16:38:34.195Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:39:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:39:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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-03-09T16:39:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:39:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:39:24.664Z||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-03-09T16:39:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:39:34.198Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:39:34.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:40:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:40:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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-03-09T16:40:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:40:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:40:24.664Z||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-03-09T16:40:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:40:34.195Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:40:34.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:41:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:41:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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-03-09T16:41:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:41:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:41:24.664Z||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-03-09T16:41:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:41:34.195Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:41:34.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:42:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:42:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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-03-09T16:42:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:42:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:42:24.664Z||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-03-09T16:42:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:42:34.197Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:42:34.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:43:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:43:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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-03-09T16:43:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:43:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:43:24.664Z||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-03-09T16:43:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:43:34.196Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:43:34.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:24.662Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:44:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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-03-09T16:44:24.663Z|630f2353-e446-41c8-98da-38a557c90de0|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:44:24.664Z||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-03-09T16:44:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:26.355Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:26.356Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T16:44:26.356Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"662c2e20-08e9-4f3d-9b71-24c881d7da12","serviceName":"vFW 2022-03-09 16-42-14","serviceVersion":"1.0","serviceUUID":"f1f4be9f-51a6-4dda-bb90-0d2f1d60d076","serviceDescription":"catalog service description","serviceInvariantUUID":"afa28206-38d6-4f2e-a628-ad8422257df4","resources":[{"resourceInstanceName":"vFW 9f097971-b7b0 0","resourceName":"vFW 9f097971-b7b0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"715126ed-b166-4146-9377-42349e63ad8e","resourceInvariantUUID":"2f0bed8d-9461-4a90-9a56-469bf92cc388","resourceCustomizationUUID":"1f784b42-c2ea-4447-81fe-ef51f6a8e0df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml","artifactChecksum":"Mzg5MWIxNzY3ZTFkMDM3YTNiZjY1MDg2ZGQ2OWEzZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc92165c-0338-4693-b396-ccecd7bfb8a7","artifactVersion":"1"},{"artifactName":"vfw9f097971b7b00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json","artifactChecksum":"MzYwZmNkMTlmMzFmZjM5ZjQyNmNmYzdhZWU1MWNhNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ceacba4-5040-4774-80fb-83b5c2aa3a79","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"485f5239-2835-4037-988d-d68bd3fd086b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml","artifactChecksum":"MDNkM2Q2Y2U3NDc2ODZjNmRiMzQxYjI1MWYyMWJlN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9daeba9c-d93e-4999-9a2e-6b77cfe2447e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"67f9f0b4-1c70-4dfd-89bb-9b2930cd8862","artifactVersion":"2","generatedFromUUID":"485f5239-2835-4037-988d-d68bd3fd086b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309164214-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml","artifactChecksum":"YWU0ODFiYjA1MjU2N2I4YzJmNzkwOWM5MTcxMzZjZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1849bf2-60d8-4003-8986-599044f26840","artifactVersion":"1"},{"artifactName":"service-Vfw20220309164214-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar","artifactChecksum":"MWZkZGE2ODcxNTQxOWNjNmZhYzJiNTY5YjE0NmVlNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1510dc05-fd2b-4e52-aee6-257c70d91b28","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T16:44:26.357Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:44:26.358Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:44:26.359Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:44:26.359Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:44:26.460Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T16:44:26.460Z||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-03-09T16:44:26.460Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:26.470Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:26.471Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":3,"count":1}
2022-03-09T16:44:26.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:26.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:44:26.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "clamp",
"timestamp": 1646844261317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:44:26.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:44:26.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:44:26.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:44:26.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:44:26.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:44:26.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "aai-ml",
"timestamp": 1646844257521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:44:26.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:44:27.360Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:44:27.361Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:44:27.362Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:44:27.362Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:44:27.462Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:44:27.463Z||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-03-09T16:44:27.463Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:27.472Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:27.472Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:44:28.363Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:44:28.363Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:44:28.365Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:44:28.365Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:44:28.465Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:44:28.466Z||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-03-09T16:44:28.466Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:28.475Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:28.476Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:44:29.365Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:44:29.366Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:44:29.368Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:44:29.368Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:44:29.469Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T16:44:29.470Z||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-03-09T16:44:29.470Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:29.477Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:29.478Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:44:30.368Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:44:30.369Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:44:30.370Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:44:30.370Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T16:44:30.471Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:44:30.471Z||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-03-09T16:44:30.471Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:30.481Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:30.481Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:44:31.371Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:44:31.371Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:44:31.373Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:44:31.373Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:44:31.473Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:44:31.474Z||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-03-09T16:44:31.474Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:31.485Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:31.486Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:44:32.373Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:44:32.374Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:44:32.375Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:44:32.376Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:44:32.476Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:44:32.476Z||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-03-09T16:44:32.476Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:32.487Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:32.488Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:44:33.377Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"serviceName": "vFW 2022-03-09 16-42-14",
"serviceVersion": "1.0",
"serviceUUID": "f1f4be9f-51a6-4dda-bb90-0d2f1d60d076",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "afa28206-38d6-4f2e-a628-ad8422257df4",
"resources": [
{
"resourceInstanceName": "vFW 9f097971-b7b0 0",
"resourceCustomizationUUID": "1f784b42-c2ea-4447-81fe-ef51f6a8e0df",
"resourceName": "vFW 9f097971-b7b0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "715126ed-b166-4146-9377-42349e63ad8e",
"resourceInvariantUUID": "2f0bed8d-9461-4a90-9a56-469bf92cc388",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9f097971b7b00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"artifactChecksum": "MzYwZmNkMTlmMzFmZjM5ZjQyNmNmYzdhZWU1MWNhNjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3ceacba4-5040-4774-80fb-83b5c2aa3a79",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "485f5239-2835-4037-988d-d68bd3fd086b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "67f9f0b4-1c70-4dfd-89bb-9b2930cd8862",
"generatedFromUUID": "485f5239-2835-4037-988d-d68bd3fd086b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "67f9f0b4-1c70-4dfd-89bb-9b2930cd8862",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220309164214-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"artifactChecksum": "MWZkZGE2ODcxNTQxOWNjNmZhYzJiNTY5YjE0NmVlNzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1510dc05-fd2b-4e52-aee6-257c70d91b28"
}
],
"workloadContext": "Production"
}
2022-03-09T16:44:33.377Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T16:44:33.377Z|630f2353-e446-41c8-98da-38a557c90de0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 ASDC
2022-03-09T16:44:33.378Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:662c2e20-08e9-4f3d-9b71-24c881d7da12
ServiceName:vFW 2022-03-09 16-42-14
ServiceVersion:1.0
ServiceUUID:f1f4be9f-51a6-4dda-bb90-0d2f1d60d076
ServiceInvariantUUID:afa28206-38d6-4f2e-a628-ad8422257df4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220309164214-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar
ArtifactUUID:1510dc05-fd2b-4e52-aee6-257c70d91b28
ArtifactChecksum:MWZkZGE2ODcxNTQxOWNjNmZhYzJiNTY5YjE0NmVlNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9f097971-b7b0 0
ResourceCustomizationUUID:1f784b42-c2ea-4447-81fe-ef51f6a8e0df
ResourceInvariantUUID:2f0bed8d-9461-4a90-9a56-469bf92cc388
ResourceName:vFW 9f097971-b7b0
ResourceType:VF
ResourceUUID:715126ed-b166-4146-9377-42349e63ad8e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9f097971b7b00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json
ArtifactUUID:3ceacba4-5040-4774-80fb-83b5c2aa3a79
ArtifactChecksum:MzYwZmNkMTlmMzFmZjM5ZjQyNmNmYzdhZWU1MWNhNjU=
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/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml
ArtifactUUID:485f5239-2835-4037-988d-d68bd3fd086b
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/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env
ArtifactUUID:67f9f0b4-1c70-4dfd-89bb-9b2930cd8862
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/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env
ArtifactUUID:67f9f0b4-1c70-4dfd-89bb-9b2930cd8862
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T16:44:33.378Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 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-03-09T16:44:33.398Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T16:44:33.399Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-09T16:44:33.399Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-09T16:44:33.399Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1510dc05-fd2b-4e52-aee6-257c70d91b28 from URL: /sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:33.399Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-09T16:44:33.400Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:33.826Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-09T16:44:33.847Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar 1510dc05-fd2b-4e52-aee6-257c70d91b28 98969
2022-03-09T16:44:33.848Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar ASDC sendASDCNotification
2022-03-09T16:44:33.848Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:33.849Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T16:44:33.849Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:44:33.851Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:44:33.851Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844273848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:44:33.951Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:44:33.952Z||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-03-09T16:44:33.952Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:33.960Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:33.961Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-09T16:44:34.851Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T16:44:34.853Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-09T16:44:34.853Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1510dc05-fd2b-4e52-aee6-257c70d91b28, URL: /sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar to file: /app/ASDC/1/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:34.854Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309164214-csar.csar
2022-03-09T16:44:34.909Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:34.909Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:35.629Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18421949961145130658/Definitions/service-Vfw20220309164214-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-09T16:44:38.184Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.188Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||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-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9f097971-b7b0 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-Vfw20220309164214-csar.csar
2022-03-09T16:44:38.189Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-09T16:44:38.194Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.195Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:44:38.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is matching search criteria
2022-03-09T16:44:38.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-09T16:44:38.199Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9f097971-b7b0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T16:44:38.200Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.200Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:44:38.200Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is matching search criteria
2022-03-09T16:44:38.200Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-09T16:44:38.201Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9f097971-b7b0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T16:44:38.201Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.201Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is not matching search criteria
2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T16:44:38.204Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T16:44:38.205Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T16:44:38.206Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.206Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T16:44:38.206Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.206Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T16:44:38.207Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.207Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is matching search criteria
2022-03-09T16:44:38.207Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9f097971-b7b0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T16:44:38.207Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is matching search criteria
2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9f097971-b7b0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is matching search criteria
2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9f097971-b7b0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.208Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is not matching search criteria
2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T16:44:38.209Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8d470b08-6261-412b-9384-4a14dd9fe297
2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is not matching search criteria
2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T16:44:38.210Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T16:44:38.211Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4893688-da03-4101-a005-11a9221a218a
2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vFW 9f097971-b7b0 0 is not matching search criteria
2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T16:44:38.212Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T16:44:38.213Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9ac39ee3-7f3f-4120-b653-983c46fd6151
2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:44:38.214Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:44:38.215Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-42-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:44:38.215Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-09 16-42-14
Description:catalog service description
Model UUID:f1f4be9f-51a6-4dda-bb90-0d2f1d60d076
Model Version:NULL
Model InvariantUuid:afa28206-38d6-4f2e-a628-ad8422257df4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9f097971-b7b0
Model UUID:ba6e4c31-d3fe-41d2-9f4e-86126e576434
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2f0bed8d-9461-4a90-9a56-469bf92cc388
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1f784b42-c2ea-4447-81fe-ef51f6a8e0df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:76e26a16-dcdd-4577-8cde-1f9610686359
ModelName:Vfw9f097971B7b0..base_vfw..module-0
ModelUuid:45fb6ccf-5895-40a5-8590-adbba6963043
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8d470b08-6261-412b-9384-4a14dd9fe297
ModelInvariantUuid:419b9215-2971-4cf4-93aa-bf7ab2367455
ModelName:vFW 9f097971-b7b0-nodes.vfwCvfc
ModelUuid:f73f827f-86fd-48a1-b472-1df54fe53cce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c1323fdc-e324-4b02-b5ef-261a06482cc4
ModelInvariantUuid:026a4337-22d0-4164-bde9-7ca66873a1b2
ModelName:Vfw9f097971B7b0.compute.nodes.heat.vfw
ModelUuid:74bcc4b0-f4e1-4230-b701-bf636c26f7ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b4893688-da03-4101-a005-11a9221a218a
ModelInvariantUuid:5dab79d6-80aa-4971-9238-cc7f3ac8bea9
ModelName:vFW 9f097971-b7b0-nodes.vsnCvfc
ModelUuid:fd7fc212-b4f1-4f7f-ae2d-f715d6a6f3c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:697bb2fd-9d63-484a-9d64-710b94afb64d
ModelInvariantUuid:24a56f60-400d-47a2-be44-07e9df09cc3a
ModelName:Vfw9f097971B7b0.compute.nodes.heat.vsn
ModelUuid:caf89a34-fb87-4c29-bbd2-a7e4952af37a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9ac39ee3-7f3f-4120-b653-983c46fd6151
ModelInvariantUuid:d7ac5e54-1280-4880-a024-fe596d9e8887
ModelName:vFW 9f097971-b7b0-nodes.vpgCvfc
ModelUuid:86b2bb46-3f00-4ef9-997a-d532d5bbdfc8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:eae024d8-b032-44dc-ab79-0c26685740b4
ModelInvariantUuid:18ca5fb6-c758-473b-a00e-f6acf34ce6c2
ModelName:Vfw9f097971B7b0.compute.nodes.heat.vpg
ModelUuid:0a3419e5-6a40-4bfc-ae0a-825f3b8ff748
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-03-09T16:44:38.220Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4390a6a1 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=4679) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-09T16:44:38.221Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-09T16:44:38.221Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||ERROR|500||(conn=4679) WSREP has not yet prepared node for application use
2022-03-09T16:44:38.222Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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.sql.SQLNonTransientConnectionException: (conn=4679) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-09T16:44:38.223Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=4679) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-09T16:44:38.224Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-03-09T16:44:38.225Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-03-09T16:44:38.228Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 662c2e20-08e9-4f3d-9b71-24c881d7da12 and serviceModelVersionId: f1f4be9f-51a6-4dda-bb90-0d2f1d60d076
2022-03-09T16:44:38.237Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : afa28206-38d6-4f2e-a628-ad8422257df4
2022-03-09T16:44:49.623Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0
2022-03-09T16:44:49.708Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T16:44:50.122Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-09T16:44:50.125Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0|INFO|500||Invoke
2022-03-09T16:44:50.217Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-09T16:44:50.264Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-09T16:44:50.264Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-16:44:50:226-7738], Content-Length=[495], Date=[Wed, 09 Mar 2022 16:44:50 GMT], Content-Type=[application/json]}
2022-03-09T16:44:50.265Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076","ERR.5.4.6114"]}}}
2022-03-09T16:44:50.284Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=662c2e20-08e9-4f3d-9b71-24c881d7da12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076) (ec=ERR.5.4.6114)
2022-03-09T16:44:50.284Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=662c2e20-08e9-4f3d-9b71-24c881d7da12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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-03-09T16:44:50.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=662c2e20-08e9-4f3d-9b71-24c881d7da12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076) (ec=ERR.5.4.6114)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=662c2e20-08e9-4f3d-9b71-24c881d7da12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
... 9 common frames omitted
2022-03-09T16:44:50.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=662c2e20-08e9-4f3d-9b71-24c881d7da12 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/afa28206-38d6-4f2e-a628-ad8422257df4/model-vers/model-ver/f1f4be9f-51a6-4dda-bb90-0d2f1d60d076) (ec=ERR.5.4.6114)
2022-03-09T16:44:50.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 662c2e20-08e9-4f3d-9b71-24c881d7da12 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-09T16:44:50.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-09T16:44:50.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:44:50.287Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:44:50.287Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844290285,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-09T16:44:50.387Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:44:50.388Z||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-03-09T16:44:50.388Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:44:50.397Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:44:50.397Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 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-03-09T16:45:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:45:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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-03-09T16:45:24.664Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:45:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:45:24.664Z||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-03-09T16:45:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:45:24.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:45:24.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:45:24.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "cds",
"timestamp": 1646844256869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:45:24.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:45:34.196Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:46:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:46:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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-03-09T16:46:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:46:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:46:24.664Z||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-03-09T16:46:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:46:24.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:46:24.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:46:24.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "policy-id",
"timestamp": 1646844265974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:46:24.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:46:34.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:47:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:47:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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-03-09T16:47:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:47:24.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:47:24.664Z||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-03-09T16:47:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:47:25.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:47:25.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844266436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "clamp",
"timestamp": 1646844261317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "cds",
"timestamp": 1646844256869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "aai-ml",
"timestamp": 1646844257521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.187Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "policy-id",
"timestamp": 1646844265974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844266436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "clamp",
"timestamp": 1646844261317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "cds",
"timestamp": 1646844256869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "aai-ml",
"timestamp": 1646844257521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "policy-id",
"timestamp": 1646844265974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844268399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844266436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "clamp",
"timestamp": 1646844261317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "aai-ml",
"timestamp": 1646844257521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "cds",
"timestamp": 1646844256869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "policy-id",
"timestamp": 1646844265974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844268399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844266436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "clamp",
"timestamp": 1646844261317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "aai-ml",
"timestamp": 1646844257521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "cds",
"timestamp": 1646844256869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "policy-id",
"timestamp": 1646844265974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844268399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844266436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "clamp",
"timestamp": 1646844261317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "aai-ml",
"timestamp": 1646844257521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "cds",
"timestamp": 1646844256869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "policy-id",
"timestamp": 1646844265974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844268399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844266436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "clamp",
"timestamp": 1646844261317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844264662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "aai-ml",
"timestamp": 1646844257521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "cds",
"timestamp": 1646844256869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "policy-id",
"timestamp": 1646844265974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844268399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844266436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "aai-ml",
"timestamp": 1646844273792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:47:25.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844273848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:47:25.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "cds",
"timestamp": 1646844273947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:47:25.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "policy-id",
"timestamp": 1646844273940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:47:25.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844268399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "cds",
"timestamp": 1646844274953,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-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-03-09T16:47:25.207Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 662c2e20-08e9-4f3d-9b71-24c881d7da12
2022-03-09T16:47:25.207Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-03-09T16:47:25.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "policy-id",
"timestamp": 1646844274945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T16:47:25.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844268399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "policy-id",
"timestamp": 1646844275949,
"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-03-09T16:47:25.217Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 662c2e20-08e9-4f3d-9b71-24c881d7da12
2022-03-09T16:47:25.217Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-03-09T16:47:25.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844276390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:47:25.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844277465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:47:25.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844278528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:47:25.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844279553,
"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-03-09T16:47:25.226Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 662c2e20-08e9-4f3d-9b71-24c881d7da12
2022-03-09T16:47:25.226Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-03-09T16:47:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "clamp",
"timestamp": 1646844279600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:47:25.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844280555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T16:47:25.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "aai-ml",
"timestamp": 1646844280653,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-09T16:47:25.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "clamp",
"timestamp": 1646844281607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T16:47:25.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "aai-ml",
"timestamp": 1646844281656,
"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-03-09T16:47:25.234Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 662c2e20-08e9-4f3d-9b71-24c881d7da12
2022-03-09T16:47:25.234Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-03-09T16:47:25.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "clamp",
"timestamp": 1646844282609,
"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-03-09T16:47:25.242Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 662c2e20-08e9-4f3d-9b71-24c881d7da12
2022-03-09T16:47:25.242Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662c2e20-08e9-4f3d-9b71-24c881d7da12 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-03-09T16:47:25.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844284166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844284166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vfw9f097971b7b00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844284166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844284166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844284166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/resourceInstances/vfw9f097971b7b00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844284166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844290285,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844284166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844291978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662c2e20-08e9-4f3d-9b71-24c881d7da12",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844294889,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309164214/1.0/artifacts/service-Vfw20220309164214-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-09T16:47:25.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:47:34.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:48:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:48:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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-03-09T16:48:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:48:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:48:24.664Z||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-03-09T16:48:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:48:34.197Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:48:34.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:49:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:49:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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-03-09T16:49:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:49:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:49:24.664Z||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-03-09T16:49:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:49:34.195Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:49:34.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:50:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:50:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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-03-09T16:50:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:50:24.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:50:24.664Z||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-03-09T16:50:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:50:34.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:50:34.199Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:51:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:51:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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-03-09T16:51:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:51:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:51:24.664Z||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-03-09T16:51:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:51:34.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:51:34.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:52:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:52:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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-03-09T16:52:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:52:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:52:24.664Z||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-03-09T16:52:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:52:34.198Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:52:34.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:24.662Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:53:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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-03-09T16:53:24.663Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:53:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:53:24.664Z||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-03-09T16:53:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:53:25.038Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:25.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "aai-ml",
"timestamp": 1646844797521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "cds",
"timestamp": 1646844796869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844794166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "aai-ml",
"timestamp": 1646844797521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844794166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "cds",
"timestamp": 1646844796869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "clamp",
"timestamp": 1646844801317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "aai-ml",
"timestamp": 1646844797521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844794166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "cds",
"timestamp": 1646844796869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "clamp",
"timestamp": 1646844801317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:53:25.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "aai-ml",
"timestamp": 1646844797521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844794166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "cds",
"timestamp": 1646844796869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "clamp",
"timestamp": 1646844801317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-09T16:53:25.280Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:25.281Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T16:53:25.281Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3","serviceName":"basic_onboard_xZQKUW","serviceVersion":"1.0","serviceUUID":"9bc8190f-f084-4115-abd3-34a70ec7a12d","serviceDescription":"service","serviceInvariantUUID":"c4186b2d-e7c8-49dc-bbf0-3000f03cc482","resources":[{"resourceInstanceName":"basic_onboard_xZQKUW 0","resourceName":"basic_onboard_xZQKUW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"15d6a279-f65c-4a89-9cf5-9244fcfa6a16","resourceInvariantUUID":"f3b56e14-3f4f-4fe7-8aac-1e761651a8dc","resourceCustomizationUUID":"7fb873dd-8251-4b24-bab4-8d9e10e72955","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml","artifactChecksum":"N2VkMTRlOWU3YjIxNGIzNjAyN2I3ZTE0NGMzNjQyNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"274e0c52-1d44-4826-bce0-c134f8197ecf","artifactVersion":"1"},{"artifactName":"basic_onboard_xzqkuw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json","artifactChecksum":"ZTRkNWZhNmFjOGY0OTA0NzhmMzU5NGUzMGRmMDg0YTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7a7e22e2-b41c-42e3-b618-0374f680def3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6fd66ae-629d-496d-bbdf-4116099255a8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dec79c2-7366-4e48-bfe9-82b8317fe308","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce45e925-6c8d-4c45-a933-a9f70dff9852","artifactVersion":"2","generatedFromUUID":"a6fd66ae-629d-496d-bbdf-4116099255a8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXzqkuw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml","artifactChecksum":"YjA2ZGZhYTQxZDE5ODgyMmMyOTY1ZDlmMDI3Mjg1ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87a0b62c-7a6e-4607-b641-416207124ece","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXzqkuw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar","artifactChecksum":"YmFmOTJkZGJhMTUxZjNjN2YwNjI0ZmJmM2ZjNTBkOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f375fb7b-0d3a-4c21-8617-4ec84540a35f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T16:53:25.283Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:53:25.284Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:53:25.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:53:25.285Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:25.385Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:53:25.386Z||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-03-09T16:53:25.386Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:53:25.394Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:25.394Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:53:26.286Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:53:26.287Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:53:26.289Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:53:26.289Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:53:26.389Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:53:26.389Z||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-03-09T16:53:26.390Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:53:26.400Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:26.400Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:53:27.289Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:53:27.290Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:53:27.291Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:53:27.291Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:53:27.392Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T16:53:27.392Z||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-03-09T16:53:27.392Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:53:27.402Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:27.402Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:53:28.292Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:53:28.292Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:53:28.294Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:53:28.294Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:28.394Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T16:53:28.395Z||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-03-09T16:53:28.395Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:53:28.405Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:28.405Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:53:29.295Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:53:29.295Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:53:29.297Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:53:29.297Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-09T16:53:29.397Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:53:29.398Z||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-03-09T16:53:29.398Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:53:29.407Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:29.407Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:53:30.297Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:53:30.298Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:53:30.300Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:53:30.300Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:53:30.400Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:53:30.401Z||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-03-09T16:53:30.401Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:53:30.410Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:30.410Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:53:31.300Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:53:31.301Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:53:31.302Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:53:31.302Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:53:31.402Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:53:31.403Z||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-03-09T16:53:31.403Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:53:31.411Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:31.412Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:53:32.303Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"serviceName": "basic_onboard_xZQKUW",
"serviceVersion": "1.0",
"serviceUUID": "9bc8190f-f084-4115-abd3-34a70ec7a12d",
"serviceDescription": "service",
"serviceInvariantUUID": "c4186b2d-e7c8-49dc-bbf0-3000f03cc482",
"resources": [
{
"resourceInstanceName": "basic_onboard_xZQKUW 0",
"resourceCustomizationUUID": "7fb873dd-8251-4b24-bab4-8d9e10e72955",
"resourceName": "basic_onboard_xZQKUW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "15d6a279-f65c-4a89-9cf5-9244fcfa6a16",
"resourceInvariantUUID": "f3b56e14-3f4f-4fe7-8aac-1e761651a8dc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xzqkuw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"artifactChecksum": "ZTRkNWZhNmFjOGY0OTA0NzhmMzU5NGUzMGRmMDg0YTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a7e22e2-b41c-42e3-b618-0374f680def3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a6fd66ae-629d-496d-bbdf-4116099255a8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ce45e925-6c8d-4c45-a933-a9f70dff9852",
"generatedFromUUID": "a6fd66ae-629d-496d-bbdf-4116099255a8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ce45e925-6c8d-4c45-a933-a9f70dff9852",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXzqkuw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"artifactChecksum": "YmFmOTJkZGJhMTUxZjNjN2YwNjI0ZmJmM2ZjNTBkOWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f375fb7b-0d3a-4c21-8617-4ec84540a35f"
}
],
"workloadContext": "Production"
}
2022-03-09T16:53:32.304Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T16:53:32.304Z|662c2e20-08e9-4f3d-9b71-24c881d7da12|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bc8190f-f084-4115-abd3-34a70ec7a12d ASDC
2022-03-09T16:53:32.304Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3
ServiceName:basic_onboard_xZQKUW
ServiceVersion:1.0
ServiceUUID:9bc8190f-f084-4115-abd3-34a70ec7a12d
ServiceInvariantUUID:c4186b2d-e7c8-49dc-bbf0-3000f03cc482
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXzqkuw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar
ArtifactUUID:f375fb7b-0d3a-4c21-8617-4ec84540a35f
ArtifactChecksum:YmFmOTJkZGJhMTUxZjNjN2YwNjI0ZmJmM2ZjNTBkOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xZQKUW 0
ResourceCustomizationUUID:7fb873dd-8251-4b24-bab4-8d9e10e72955
ResourceInvariantUUID:f3b56e14-3f4f-4fe7-8aac-1e761651a8dc
ResourceName:basic_onboard_xZQKUW
ResourceType:VF
ResourceUUID:15d6a279-f65c-4a89-9cf5-9244fcfa6a16
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xzqkuw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json
ArtifactUUID:7a7e22e2-b41c-42e3-b618-0374f680def3
ArtifactChecksum:ZTRkNWZhNmFjOGY0OTA0NzhmMzU5NGUzMGRmMDg0YTM=
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/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a6fd66ae-629d-496d-bbdf-4116099255a8
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/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env
ArtifactUUID:ce45e925-6c8d-4c45-a933-a9f70dff9852
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/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env
ArtifactUUID:ce45e925-6c8d-4c45-a933-a9f70dff9852
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T16:53:32.304Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bc8190f-f084-4115-abd3-34a70ec7a12d 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=?
2022-03-09T16:53:32.314Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@529cff99 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5046) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-03-09T16:53:32.315Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-09T16:53:32.315Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||ERROR|500||(conn=5046) WSREP has not yet prepared node for application use
2022-03-09T16:53:32.316Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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.sql.SQLNonTransientConnectionException: (conn=5046) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-03-09T16:53:32.317Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.merge(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
... 48 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5046) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 85 common frames omitted
2022-03-09T16:53:32.317Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.processWatchdog()
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
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: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 28 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 31 common frames omitted
2022-03-09T16:53:32.318Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-03-09T16:53:32.321Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@bdfa4b marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5050) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-03-09T16:53:32.321Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-09T16:53:32.321Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||ERROR|500||(conn=5050) WSREP has not yet prepared node for application use
2022-03-09T16:53:32.322Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-03-09T16:53:32.323Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5050) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-03-09T16:53:32.323Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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: org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
... 9 common frames omitted
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
at org.hibernate.loader.Loader.doQuery(Loader.java:948)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
at org.hibernate.loader.Loader.doList(Loader.java:2850)
at org.hibernate.loader.Loader.doList(Loader.java:2832)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
at org.hibernate.loader.Loader.list(Loader.java:2659)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5050) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 60 common frames omitted
2022-03-09T16:53:32.324Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-03-09T16:53:32.324Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-09T16:53:32.324Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-09T16:53:32.324Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:53:32.325Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:53:32.326Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844812324,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-09T16:53:32.426Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:53:32.426Z||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-03-09T16:53:32.427Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:53:32.435Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:53:32.436Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-09T16:54:24.662Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:54:24.663Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|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-03-09T16:54:24.663Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:24.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:54:24.664Z||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-03-09T16:54:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:24.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:24.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T16:54:24.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "aai-ml",
"timestamp": 1646844797521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:54:24.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T16:54:25.286Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:25.286Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T16:54:25.286Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"dbc14810-c80a-4f4b-96d6-ec8312aa0ac2","serviceName":"vFW 2022-03-09 16-51-38","serviceVersion":"1.0","serviceUUID":"7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0","serviceDescription":"catalog service description","serviceInvariantUUID":"7abd6307-afb2-49e1-8cda-2d1a56f5a836","resources":[{"resourceInstanceName":"vFW b54a231d-4d79 0","resourceName":"vFW b54a231d-4d79","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9c95a8d-4052-4ec1-801f-49c2d7912cef","resourceInvariantUUID":"605d94cd-fd5b-46e8-a0c6-6276d98ed0b7","resourceCustomizationUUID":"2d67d1f2-f0c8-49c5-8b26-caed4d9d65ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml","artifactChecksum":"MzdlYTg3M2VmYTQwZGIzYzk4MDA5MDQ3OTM4NmJhMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2015de79-9473-4be7-991a-4b89b119ca78","artifactVersion":"1"},{"artifactName":"vfwb54a231d4d790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json","artifactChecksum":"YzgxNWUyZmU0MzAwNmM4ZGMwMmVjMDQ2NGE1NjRkYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51b0922f-779e-4b3c-bf1e-eb1d483a4feb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"694bbae3-dee9-4656-87a1-2b77d84d28f1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml","artifactChecksum":"YzExYzEyMzk5MzYwYzM4ZDhjNmY1MjMxYWU5YzBlOWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6933eb40-4283-467e-81c1-4f5f7e5c0397","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e3fe9de0-4d39-473c-a684-7fd383b11d08","artifactVersion":"2","generatedFromUUID":"694bbae3-dee9-4656-87a1-2b77d84d28f1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309165138-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml","artifactChecksum":"NzYwMzNiMjVlYmJiYWU1NDViY2I2MGNjMTVlNGRiN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbc7e96e-f63b-4e09-a310-2f714b5dcdda","artifactVersion":"1"},{"artifactName":"service-Vfw20220309165138-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar","artifactChecksum":"MWMyY2FhNjg3NmEwYTJmOTAxNTZiY2U0YjVkNGJlM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9f5b9538-30e7-41fe-8ea7-6eff5feaca91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T16:54:25.288Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:54:25.289Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:54:25.290Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:54:25.291Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:54:25.391Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:54:25.391Z||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-03-09T16:54:25.391Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:25.400Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:25.401Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:54:26.291Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:54:26.292Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:54:26.293Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:54:26.294Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:54:26.394Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:54:26.394Z||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-03-09T16:54:26.394Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:26.406Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:26.407Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:54:27.294Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:54:27.295Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:54:27.296Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:54:27.297Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:54:27.397Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:54:27.397Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T16:54:27.397Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:27.405Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:27.406Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:54:28.297Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:54:28.298Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:54:28.300Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:54:28.300Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:54:28.400Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:54:28.400Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T16:54:28.400Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:28.407Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:28.407Z||pool-31-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2022-03-09T16:54:29.300Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:54:29.301Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:54:29.302Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:54:29.303Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T16:54:29.403Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:54:29.403Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T16:54:29.403Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:29.412Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:29.412Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:54:30.303Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:54:30.304Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:54:30.305Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:54:30.305Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:54:30.405Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:54:30.406Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T16:54:30.406Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:30.415Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:30.415Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:54:31.305Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T16:54:31.306Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:54:31.307Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:54:31.307Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:54:31.408Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:54:31.408Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T16:54:31.408Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:31.417Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:31.417Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:54:32.309Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"serviceName": "vFW 2022-03-09 16-51-38",
"serviceVersion": "1.0",
"serviceUUID": "7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7abd6307-afb2-49e1-8cda-2d1a56f5a836",
"resources": [
{
"resourceInstanceName": "vFW b54a231d-4d79 0",
"resourceCustomizationUUID": "2d67d1f2-f0c8-49c5-8b26-caed4d9d65ba",
"resourceName": "vFW b54a231d-4d79",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f9c95a8d-4052-4ec1-801f-49c2d7912cef",
"resourceInvariantUUID": "605d94cd-fd5b-46e8-a0c6-6276d98ed0b7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb54a231d4d790_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"artifactChecksum": "YzgxNWUyZmU0MzAwNmM4ZGMwMmVjMDQ2NGE1NjRkYjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "51b0922f-779e-4b3c-bf1e-eb1d483a4feb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "694bbae3-dee9-4656-87a1-2b77d84d28f1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e3fe9de0-4d39-473c-a684-7fd383b11d08",
"generatedFromUUID": "694bbae3-dee9-4656-87a1-2b77d84d28f1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e3fe9de0-4d39-473c-a684-7fd383b11d08",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220309165138-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"artifactChecksum": "MWMyY2FhNjg3NmEwYTJmOTAxNTZiY2U0YjVkNGJlM2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9f5b9538-30e7-41fe-8ea7-6eff5feaca91"
}
],
"workloadContext": "Production"
}
2022-03-09T16:54:32.309Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T16:54:32.309Z|cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 ASDC
2022-03-09T16:54:32.309Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:dbc14810-c80a-4f4b-96d6-ec8312aa0ac2
ServiceName:vFW 2022-03-09 16-51-38
ServiceVersion:1.0
ServiceUUID:7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0
ServiceInvariantUUID:7abd6307-afb2-49e1-8cda-2d1a56f5a836
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220309165138-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar
ArtifactUUID:9f5b9538-30e7-41fe-8ea7-6eff5feaca91
ArtifactChecksum:MWMyY2FhNjg3NmEwYTJmOTAxNTZiY2U0YjVkNGJlM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b54a231d-4d79 0
ResourceCustomizationUUID:2d67d1f2-f0c8-49c5-8b26-caed4d9d65ba
ResourceInvariantUUID:605d94cd-fd5b-46e8-a0c6-6276d98ed0b7
ResourceName:vFW b54a231d-4d79
ResourceType:VF
ResourceUUID:f9c95a8d-4052-4ec1-801f-49c2d7912cef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb54a231d4d790_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json
ArtifactUUID:51b0922f-779e-4b3c-bf1e-eb1d483a4feb
ArtifactChecksum:YzgxNWUyZmU0MzAwNmM4ZGMwMmVjMDQ2NGE1NjRkYjY=
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/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml
ArtifactUUID:694bbae3-dee9-4656-87a1-2b77d84d28f1
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/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env
ArtifactUUID:e3fe9de0-4d39-473c-a684-7fd383b11d08
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/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env
ArtifactUUID:e3fe9de0-4d39-473c-a684-7fd383b11d08
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T16:54:32.309Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 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-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9f5b9538-30e7-41fe-8ea7-6eff5feaca91 from URL: /sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-09T16:54:32.330Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:32.723Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-09T16:54:32.728Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar 9f5b9538-30e7-41fe-8ea7-6eff5feaca91 98965
2022-03-09T16:54:32.728Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar ASDC sendASDCNotification
2022-03-09T16:54:32.728Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:32.728Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T16:54:32.729Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:54:32.730Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:54:32.730Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844872728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:54:32.830Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:54:32.831Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T16:54:32.831Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:32.840Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:32.840Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T16:54:33.731Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T16:54:33.732Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-09T16:54:33.732Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9f5b9538-30e7-41fe-8ea7-6eff5feaca91, URL: /sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar to file: /app/ASDC/1/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:33.732Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309165138-csar.csar
2022-03-09T16:54:33.732Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:33.733Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:34.123Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2643989564176119842/Definitions/service-Vfw20220309165138-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b54a231d-4d79 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-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||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-Vfw20220309165138-csar.csar
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-09T16:54:35.665Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is matching search criteria
2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b54a231d-4d79 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:54:35.666Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is matching search criteria
2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b54a231d-4d79 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is not matching search criteria
2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T16:54:35.667Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T16:54:35.668Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is matching search criteria
2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b54a231d-4d79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T16:54:35.669Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is matching search criteria
2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b54a231d-4d79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is matching search criteria
2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b54a231d-4d79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is not matching search criteria
2022-03-09T16:54:35.670Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.671Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2028300e-d743-49e2-9393-34d1c9b76ccd
2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is not matching search criteria
2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T16:54:35.672Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b448ec8-aa5c-45c3-bf16-c0ce0971eaf8
2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vFW b54a231d-4d79 0 is not matching search criteria
2022-03-09T16:54:35.673Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T16:54:35.674Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f3138493-7258-4b3f-b51d-efb2e5f5b27f
2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T16:54:35.675Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 16-51-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T16:54:35.676Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-09 16-51-38
Description:catalog service description
Model UUID:7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0
Model Version:NULL
Model InvariantUuid:7abd6307-afb2-49e1-8cda-2d1a56f5a836
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b54a231d-4d79
Model UUID:b8e9aede-d2d0-4eef-bd5c-3855c9985c1b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:605d94cd-fd5b-46e8-a0c6-6276d98ed0b7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2d67d1f2-f0c8-49c5-8b26-caed4d9d65ba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:009a9cfc-14d0-49cc-875f-24945f186a31
ModelName:VfwB54a231d4d79..base_vfw..module-0
ModelUuid:f652b82e-8da0-43fb-a27a-05bb5ffa80ef
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2028300e-d743-49e2-9393-34d1c9b76ccd
ModelInvariantUuid:f19a7e06-f773-4ccc-ac30-09818a1f3509
ModelName:vFW b54a231d-4d79-nodes.vfwCvfc
ModelUuid:135151e9-deac-444f-a2db-fcdd8d90ccdc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f41ce8f1-a42a-45f1-bd11-2ca2cba5d403
ModelInvariantUuid:fbc3fac2-02cd-435d-8eaf-cde14c5971ee
ModelName:VfwB54a231d4d79.compute.nodes.heat.vfw
ModelUuid:0395fadd-862b-441e-9cfc-41967ca69ccf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0b448ec8-aa5c-45c3-bf16-c0ce0971eaf8
ModelInvariantUuid:9e93bb18-fe2c-4706-9ccb-23d608a9477c
ModelName:vFW b54a231d-4d79-nodes.vsnCvfc
ModelUuid:154b9889-33ad-428b-8c90-e305bb55a3f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:70031ff3-2757-46d9-948b-0798817c6b24
ModelInvariantUuid:2eed0242-59e6-4ba9-a58d-5b5112fea780
ModelName:VfwB54a231d4d79.compute.nodes.heat.vsn
ModelUuid:2a0d24d5-c040-4c97-8671-23c99f05f4ae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f3138493-7258-4b3f-b51d-efb2e5f5b27f
ModelInvariantUuid:5e2637a9-2aec-4722-ad2d-055c37eda20d
ModelName:vFW b54a231d-4d79-nodes.vpgCvfc
ModelUuid:1f664699-69c2-472c-9ec8-294f7fb1056d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e6b567d2-9e8d-4136-99d9-d2c0a8f83c81
ModelInvariantUuid:006de7f2-5c5c-412f-b37c-4d7d0800cc76
ModelName:VfwB54a231d4d79.compute.nodes.heat.vpg
ModelUuid:81c9bb71-6fde-4c9d-928d-4da9a687732e
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-03-09T16:54:35.679Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@b4a8f3a marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=5281) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-09T16:54:35.680Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-09T16:54:35.680Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||ERROR|500||(conn=5281) WSREP has not yet prepared node for application use
2022-03-09T16:54:35.681Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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.sql.SQLNonTransientConnectionException: (conn=5281) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-09T16:54:35.682Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=5281) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 76 common frames omitted
2022-03-09T16:54:35.682Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy222.findById(Unknown Source)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$237d61ec.isCsarAlreadyDeployed()
at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
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: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy144.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 33 common frames omitted
2022-03-09T16:54:35.682Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-03-09T16:54:35.685Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 and serviceModelVersionId: 7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0
2022-03-09T16:54:35.685Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7abd6307-afb2-49e1-8cda-2d1a56f5a836
2022-03-09T16:54:35.686Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0
2022-03-09T16:54:35.689Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T16:54:35.738Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0|INFO|500||Invoke
2022-03-09T16:54:35.738Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dbc14810-c80a-4f4b-96d6-ec8312aa0ac2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d3bbeb17-2de5-457b-963a-812875f4a856], X-ECOMP-RequestID=[dbc14810-c80a-4f4b-96d6-ec8312aa0ac2], X-TransactionId=[], X-ONAP-RequestID=[dbc14810-c80a-4f4b-96d6-ec8312aa0ac2], Content-Type=[application/merge-patch+json]}
2022-03-09T16:54:35.754Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-09T16:54:35.785Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-16:54:35:762-68231], Content-Length=[495], Date=[Wed, 09 Mar 2022 16:54:35 GMT], Content-Type=[application/json]}
2022-03-09T16:54:35.785Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0","ERR.5.4.6114"]}}}
2022-03-09T16:54:35.786Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0?depth=0|INFO|404|Not Found|InvokeReturn
2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0) (ec=ERR.5.4.6114)
2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0) (ec=ERR.5.4.6114)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
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: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
... 9 common frames omitted
2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7abd6307-afb2-49e1-8cda-2d1a56f5a836/model-vers/model-ver/7ce1dad9-e0a1-4d61-abfb-af53f5b7e6f0) (ec=ERR.5.4.6114)
2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-09T16:54:35.789Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T16:54:35.791Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T16:54:35.791Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844875789,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-09T16:54:35.891Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T16:54:35.892Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T16:54:35.892Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:54:35.900Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:54:35.901Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 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-03-09T16:55:24.662Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:55:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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-03-09T16:55:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:55:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:55:24.664Z||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-03-09T16:55:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:55:24.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:55:24.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-09T16:55:24.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844794166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:55:24.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-09T16:55:34.200Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:56:24.662Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:56:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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-03-09T16:56:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:56:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:56:24.664Z||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-03-09T16:56:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:56:24.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:56:24.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "cds",
"timestamp": 1646844796869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "clamp",
"timestamp": 1646844801317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "aai-ml",
"timestamp": 1646844797521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "cds",
"timestamp": 1646844796869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844794166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "clamp",
"timestamp": 1646844801317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "policy-id",
"timestamp": 1646844805975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "aai-ml",
"timestamp": 1646844797521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "cds",
"timestamp": 1646844796869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844794166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "clamp",
"timestamp": 1646844801317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844806436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "policy-id",
"timestamp": 1646844805975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "clamp",
"timestamp": 1646844801317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844806436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "cds",
"timestamp": 1646844808495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "aai-ml",
"timestamp": 1646844808536,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844808632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.700Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "policy-id",
"timestamp": 1646844805975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844808399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844806436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "cds",
"timestamp": 1646844809502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-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-03-09T16:56:24.709Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3
2022-03-09T16:56:24.710Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-03-09T16:56:24.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "policy-id",
"timestamp": 1646844805975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844808399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844806436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "policy-id",
"timestamp": 1646844805975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844810968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844808399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844806436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844804662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "policy-id",
"timestamp": 1646844805975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844808399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844806436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844812324,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "cds",
"timestamp": 1646844811869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "policy-id",
"timestamp": 1646844805975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844808399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844806436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "cds",
"timestamp": 1646844811869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "aai-ml",
"timestamp": 1646844813639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-09T16:56:24.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844808399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "policy-id",
"timestamp": 1646844813998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "cds",
"timestamp": 1646844811869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "aai-ml",
"timestamp": 1646844814643,
"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-03-09T16:56:24.727Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3
2022-03-09T16:56:24.727Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-03-09T16:56:24.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "policy-id",
"timestamp": 1646844815003,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T16:56:24.733Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844808399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "cds",
"timestamp": 1646844811869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "policy-id",
"timestamp": 1646844816006,
"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-03-09T16:56:24.740Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3
2022-03-09T16:56:24.740Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-03-09T16:56:24.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844816290,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.745Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "cds",
"timestamp": 1646844811869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844817420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.746Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "cds",
"timestamp": 1646844811869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844818477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "cds",
"timestamp": 1646844811869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "clamp",
"timestamp": 1646844818689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844819500,
"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-03-09T16:56:24.752Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3
2022-03-09T16:56:24.752Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-03-09T16:56:24.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "cds",
"timestamp": 1646844819587,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844820503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/resourceInstances/basic_onboard_xzqkuw0/artifacts/basic_onboard_xzqkuw0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T16:56:24.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "cds",
"timestamp": 1646844820592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-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-03-09T16:56:24.762Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dbc14810-c80a-4f4b-96d6-ec8312aa0ac2
2022-03-09T16:56:24.762Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-03-09T16:56:24.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "clamp",
"timestamp": 1646844820697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzqkuw/1.0/artifacts/service-BasicOnboardXzqkuw-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T16:56:24.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3",
"consumerID": "clamp",
"timestamp": 1646844821703,
"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-03-09T16:56:24.771Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3
2022-03-09T16:56:24.771Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb799792-d7d2-4ae5-8b0b-5c3e7dfa2ad3 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-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844824166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844824166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "policy-id",
"timestamp": 1646844825974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844824166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844826436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "policy-id",
"timestamp": 1646844825974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844824166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844826436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "aai-ml",
"timestamp": 1646844827521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "policy-id",
"timestamp": 1646844825974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844824166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844828399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844826436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "aai-ml",
"timestamp": 1646844827521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "policy-id",
"timestamp": 1646844825974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844824166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844828399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844826436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "aai-ml",
"timestamp": 1646844827521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "policy-id",
"timestamp": 1646844825974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844824166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844828399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844826436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "aai-ml",
"timestamp": 1646844827521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "policy-id",
"timestamp": 1646844825974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844831884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844828399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "clamp",
"timestamp": 1646844831317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844826436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "aai-ml",
"timestamp": 1646844827521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "policy-id",
"timestamp": 1646844825974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844828399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "clamp",
"timestamp": 1646844831317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646844826436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "aai-ml",
"timestamp": 1646844827521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "policy-id",
"timestamp": 1646844833673,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844828399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "clamp",
"timestamp": 1646844831317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "aai-ml",
"timestamp": 1646844827521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "policy-id",
"timestamp": 1646844834676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646844834747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844828399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "clamp",
"timestamp": 1646844831317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "aai-ml",
"timestamp": 1646844835357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "policy-id",
"timestamp": 1646844835679,
"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-03-09T16:56:24.787Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbc14810-c80a-4f4b-96d6-ec8312aa0ac2
2022-03-09T16:56:24.787Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "clamp",
"timestamp": 1646844831317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844836257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "clamp",
"timestamp": 1646844831317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "clamp",
"timestamp": 1646844831317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844838091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844839431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844840451,
"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-03-09T16:56:24.796Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dbc14810-c80a-4f4b-96d6-ec8312aa0ac2
2022-03-09T16:56:24.796Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646844841454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T16:56:24.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "aai-ml",
"timestamp": 1646844842796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-09T16:56:24.800Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "aai-ml",
"timestamp": 1646844843800,
"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-03-09T16:56:24.803Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dbc14810-c80a-4f4b-96d6-ec8312aa0ac2
2022-03-09T16:56:24.803Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-03-09T16:56:24.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "clamp",
"timestamp": 1646844850695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:56:24.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "clamp",
"timestamp": 1646844852702,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T16:56:24.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:56:24.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:56:24.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "clamp",
"timestamp": 1646844853706,
"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-03-09T16:56:24.812Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dbc14810-c80a-4f4b-96d6-ec8312aa0ac2
2022-03-09T16:56:24.812Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dbc14810-c80a-4f4b-96d6-ec8312aa0ac2 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-03-09T16:56:34.199Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:57:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:57:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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-03-09T16:57:24.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:57:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:57:24.664Z||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-03-09T16:57:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:57:25.183Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:57:25.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:57:25.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:57:25.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:57:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:57:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vfwb54a231d4d790_modules.json",
"status": "NOTIFIED"
}
2022-03-09T16:57:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:57:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:57:25.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T16:57:25.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:57:25.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:57:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:57:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:57:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:57:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/resourceInstances/vfwb54a231d4d790/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T16:57:25.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:57:25.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:57:25.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T16:57:25.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844864662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T16:57:25.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844872728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309165138/1.0/artifacts/service-Vfw20220309165138-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T16:57:25.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-09T16:57:25.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dbc14810-c80a-4f4b-96d6-ec8312aa0ac2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646844875789,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-09T16:57:25.190Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T16:57:34.197Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:58:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:58:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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-03-09T16:58:24.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:58:24.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:58:24.664Z||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-03-09T16:58:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:58:34.199Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:58:34.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:59:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:59:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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-03-09T16:59:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:59:24.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T16:59:24.665Z||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-03-09T16:59:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T16:59:34.196Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T16:59:34.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:00:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T17:00:24.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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-03-09T17:00:24.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:00:24.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T17:00:24.665Z||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-03-09T17:00:24.665Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:00:34.203Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:00:34.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:01:24.662Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T17:01:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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-03-09T17:01:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:01:24.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T17:01:24.664Z||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-03-09T17:01:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:01:34.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:01:34.202Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:02:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T17:02:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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-03-09T17:02:24.664Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:02:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T17:02:24.664Z||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-03-09T17:02:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:02:34.200Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:02:34.200Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T17:03:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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-03-09T17:03:24.663Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|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 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:24.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T17:03:24.664Z||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-03-09T17:03:24.664Z||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 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:24.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:24.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845368399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "clamp",
"timestamp": 1646845371317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "aai-ml",
"timestamp": 1646845367521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "cds",
"timestamp": 1646845366869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646845366436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "policy-id",
"timestamp": 1646845365974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "clamp",
"timestamp": 1646845371317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845368399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "aai-ml",
"timestamp": 1646845367521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "cds",
"timestamp": 1646845366869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646845366436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "policy-id",
"timestamp": 1646845365974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845368399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "clamp",
"timestamp": 1646845371317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "aai-ml",
"timestamp": 1646845367521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "cds",
"timestamp": 1646845366869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646845366436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "policy-id",
"timestamp": 1646845365974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "clamp",
"timestamp": 1646845371317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845368399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "cds",
"timestamp": 1646845366869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "aai-ml",
"timestamp": 1646845367521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646845366436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "policy-id",
"timestamp": 1646845365974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "clamp",
"timestamp": 1646845371317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845368399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "aai-ml",
"timestamp": 1646845367521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "cds",
"timestamp": 1646845366869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646845366436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "policy-id",
"timestamp": 1646845365974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "clamp",
"timestamp": 1646845371317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845368399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "cds",
"timestamp": 1646845366869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "aai-ml",
"timestamp": 1646845367521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646845366436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "policy-id",
"timestamp": 1646845365974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "clamp",
"timestamp": 1646845371317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845368399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "cds",
"timestamp": 1646845366869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "aai-ml",
"timestamp": 1646845367521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "ves-openapi-manager",
"timestamp": 1646845366436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "policy-id",
"timestamp": 1646845365974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "aai-ml",
"timestamp": 1646845382496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:24.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "policy-id",
"timestamp": 1646845382488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:24.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845382526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:24.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "cds",
"timestamp": 1646845382641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:24.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "policy-id",
"timestamp": 1646845383492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T17:03:24.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "cds",
"timestamp": 1646845383647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-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-03-09T17:03:24.873Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7a145c4-77be-4801-904e-56538f361cd2
2022-03-09T17:03:24.873Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a145c4-77be-4801-904e-56538f361cd2 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-03-09T17:03:24.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845383828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:24.879Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "policy-id",
"timestamp": 1646845384494,
"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-03-09T17:03:24.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7a145c4-77be-4801-904e-56538f361cd2
2022-03-09T17:03:24.882Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a145c4-77be-4801-904e-56538f361cd2 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-03-09T17:03:24.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "clamp",
"timestamp": 1646845385154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:24.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845385386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:24.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845386415,
"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-03-09T17:03:24.890Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7a145c4-77be-4801-904e-56538f361cd2
2022-03-09T17:03:24.891Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a145c4-77be-4801-904e-56538f361cd2 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-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "clamp",
"timestamp": 1646845386786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T17:03:24.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646845387417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T17:03:24.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "clamp",
"timestamp": 1646845387789,
"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-03-09T17:03:24.898Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f7a145c4-77be-4801-904e-56538f361cd2
2022-03-09T17:03:24.898Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a145c4-77be-4801-904e-56538f361cd2 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-03-09T17:03:24.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "aai-ml",
"timestamp": 1646845388797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-09T17:03:24.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:24.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "aai-ml",
"timestamp": 1646845389802,
"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-03-09T17:03:24.908Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f7a145c4-77be-4801-904e-56538f361cd2
2022-03-09T17:03:24.908Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7a145c4-77be-4801-904e-56538f361cd2 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-03-09T17:03:24.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646845394166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646845394166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646845394166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646845394166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646845394166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646845394166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:24.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646845394166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T17:03:24.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-09T17:03:24.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-09T17:03:24.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646845402056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:24.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T17:03:25.284Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:25.285Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-09T17:03:25.285Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7a145c4-77be-4801-904e-56538f361cd2","serviceName":"vFW 2022-03-09 17-01-02","serviceVersion":"1.0","serviceUUID":"0a26a231-fa71-428c-99f2-a4e7a53ff6a1","serviceDescription":"catalog service description","serviceInvariantUUID":"e658cb20-cf80-475e-8eaa-53420a0f02e6","resources":[{"resourceInstanceName":"vFW ae7db60a-2256 0","resourceName":"vFW ae7db60a-2256","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"151eb836-a877-45ab-bf52-0daf5abb86d1","resourceInvariantUUID":"787e1922-ee44-4360-8f67-d99fc7285f9d","resourceCustomizationUUID":"90bc7a4e-a99f-4c8a-a57b-ed6419a37155","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml","artifactChecksum":"MTlhNjE0Yjc5NzAzNTU5YWEyZTBmNTdhMWEzODhjMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e0912b4-f467-42d5-8e11-c2d5d236dd54","artifactVersion":"1"},{"artifactName":"vfwae7db60a22560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json","artifactChecksum":"MDc5MTE4ODBiMDA2Nzk0ZGY2OWQ4ZDFjMTc0ODZmNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4202117c-bb10-47b0-9924-a9f4de8e8687","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e21fb26-6e66-4e66-b249-7dc77c78df20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml","artifactChecksum":"YWVlMjkxMTdlNWFkZmM0ODA3ZGVlNzEyM2IxYTc4YWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67f4d95b-1337-4800-957f-0a2a441ba85a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e62e3676-6f2c-438f-a6c8-b89738c279ac","artifactVersion":"2","generatedFromUUID":"7e21fb26-6e66-4e66-b249-7dc77c78df20"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309170102-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml","artifactChecksum":"Y2RkMjk3ZWZlYzAxMjQwZjZlYzAxZWIzZTI0NWMxMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"102a835c-34c4-4f45-b1c3-766ad28f4650","artifactVersion":"1"},{"artifactName":"service-Vfw20220309170102-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar","artifactChecksum":"YmQ0YTBhYTQ1NzQyY2MzMzBkM2ZkZTc3ZmVhMTkyMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6657597e-e8c2-4638-ab04-71130632f856","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T17:03:25.287Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T17:03:25.288Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:25.290Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:25.290Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845404662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:25.390Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:25.391Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:25.391Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:25.400Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:25.400Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T17:03:26.291Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T17:03:26.291Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:26.293Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:26.293Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845404662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "NOTIFIED"
}
2022-03-09T17:03:26.393Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:26.394Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:26.394Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:26.402Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:26.403Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-09T17:03:27.293Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T17:03:27.294Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:27.296Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:27.296Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845404662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T17:03:27.396Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:27.396Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:27.396Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:27.405Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:27.405Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T17:03:28.296Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T17:03:28.297Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:28.298Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:28.299Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845404662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:28.399Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:28.399Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:28.399Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:28.408Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:28.409Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-09T17:03:29.299Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T17:03:29.300Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:29.301Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:29.301Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845404662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T17:03:29.401Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:29.402Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:29.402Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:29.546Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:29.546Z||pool-41-thread-1|||||INFO|500||cambria reply ok (145 ms):{"serverTimeMs":0,"count":1}
2022-03-09T17:03:30.302Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T17:03:30.302Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:30.304Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:30.304Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845404662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T17:03:30.404Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:30.404Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:30.405Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:30.413Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:30.413Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T17:03:31.305Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T17:03:31.305Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:31.307Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:31.307Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845404662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T17:03:31.407Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:31.408Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:31.408Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:31.418Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:31.418Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-09T17:03:32.308Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"serviceName": "vFW 2022-03-09 17-01-02",
"serviceVersion": "1.0",
"serviceUUID": "0a26a231-fa71-428c-99f2-a4e7a53ff6a1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e658cb20-cf80-475e-8eaa-53420a0f02e6",
"resources": [
{
"resourceInstanceName": "vFW ae7db60a-2256 0",
"resourceCustomizationUUID": "90bc7a4e-a99f-4c8a-a57b-ed6419a37155",
"resourceName": "vFW ae7db60a-2256",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "151eb836-a877-45ab-bf52-0daf5abb86d1",
"resourceInvariantUUID": "787e1922-ee44-4360-8f67-d99fc7285f9d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwae7db60a22560_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"artifactChecksum": "MDc5MTE4ODBiMDA2Nzk0ZGY2OWQ4ZDFjMTc0ODZmNjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4202117c-bb10-47b0-9924-a9f4de8e8687",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7e21fb26-6e66-4e66-b249-7dc77c78df20",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e62e3676-6f2c-438f-a6c8-b89738c279ac",
"generatedFromUUID": "7e21fb26-6e66-4e66-b249-7dc77c78df20"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e62e3676-6f2c-438f-a6c8-b89738c279ac",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220309170102-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"artifactChecksum": "YmQ0YTBhYTQ1NzQyY2MzMzBkM2ZkZTc3ZmVhMTkyMGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6657597e-e8c2-4638-ab04-71130632f856"
}
],
"workloadContext": "Production"
}
2022-03-09T17:03:32.309Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T17:03:32.309Z|dbc14810-c80a-4f4b-96d6-ec8312aa0ac2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a26a231-fa71-428c-99f2-a4e7a53ff6a1 ASDC
2022-03-09T17:03:32.309Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f7a145c4-77be-4801-904e-56538f361cd2
ServiceName:vFW 2022-03-09 17-01-02
ServiceVersion:1.0
ServiceUUID:0a26a231-fa71-428c-99f2-a4e7a53ff6a1
ServiceInvariantUUID:e658cb20-cf80-475e-8eaa-53420a0f02e6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220309170102-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar
ArtifactUUID:6657597e-e8c2-4638-ab04-71130632f856
ArtifactChecksum:YmQ0YTBhYTQ1NzQyY2MzMzBkM2ZkZTc3ZmVhMTkyMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ae7db60a-2256 0
ResourceCustomizationUUID:90bc7a4e-a99f-4c8a-a57b-ed6419a37155
ResourceInvariantUUID:787e1922-ee44-4360-8f67-d99fc7285f9d
ResourceName:vFW ae7db60a-2256
ResourceType:VF
ResourceUUID:151eb836-a877-45ab-bf52-0daf5abb86d1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwae7db60a22560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json
ArtifactUUID:4202117c-bb10-47b0-9924-a9f4de8e8687
ArtifactChecksum:MDc5MTE4ODBiMDA2Nzk0ZGY2OWQ4ZDFjMTc0ODZmNjQ=
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/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml
ArtifactUUID:7e21fb26-6e66-4e66-b249-7dc77c78df20
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/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env
ArtifactUUID:e62e3676-6f2c-438f-a6c8-b89738c279ac
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/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env
ArtifactUUID:e62e3676-6f2c-438f-a6c8-b89738c279ac
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T17:03:32.309Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a26a231-fa71-428c-99f2-a4e7a53ff6a1 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-03-09T17:03:32.328Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T17:03:32.328Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-09T17:03:32.328Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-09T17:03:32.328Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6657597e-e8c2-4638-ab04-71130632f856 from URL: /sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:32.328Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-09T17:03:32.329Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:32.639Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-09T17:03:32.644Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar 6657597e-e8c2-4638-ab04-71130632f856 99001
2022-03-09T17:03:32.644Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar ASDC sendASDCNotification
2022-03-09T17:03:32.644Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:32.644Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T17:03:32.645Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:32.646Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:32.647Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845412644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:32.747Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:32.747Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:32.747Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:32.756Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:32.756Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T17:03:33.647Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T17:03:33.648Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-09T17:03:33.648Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6657597e-e8c2-4638-ab04-71130632f856, URL: /sdc/v1/catalog/services/Vfw20220309170102/1.0/artifacts/service-Vfw20220309170102-csar.csar to file: /app/ASDC/1/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:33.649Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309170102-csar.csar
2022-03-09T17:03:33.649Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:33.649Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:33.799Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14407966052341877193/Definitions/service-Vfw20220309170102-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-03-09T17:03:35.217Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T17:03:35.217Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ae7db60a-2256 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-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.218Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||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-Vfw20220309170102-csar.csar
2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T17:03:35.219Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.220Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.221Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:35.222Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.223Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T17:03:35.224Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=90921f6c-a275-490c-9e50-30dfde2ca5a6
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T17:03:35.225Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b61ffd2-7c06-489d-a367-3f7181e91114
2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria
2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T17:03:35.226Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fc9ccd1b-0829-40f0-ada9-7d4d17dc5f52
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.227Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:35.228Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-09 17-01-02
Description:catalog service description
Model UUID:0a26a231-fa71-428c-99f2-a4e7a53ff6a1
Model Version:NULL
Model InvariantUuid:e658cb20-cf80-475e-8eaa-53420a0f02e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ae7db60a-2256
Model UUID:43418cdf-4646-4f81-b71b-fd1ffaacf8cc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:787e1922-ee44-4360-8f67-d99fc7285f9d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:90bc7a4e-a99f-4c8a-a57b-ed6419a37155
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7ce0073c-0e17-43dd-aaff-49900c6a78b8
ModelName:VfwAe7db60a2256..base_vfw..module-0
ModelUuid:fb1817fc-8f3e-4bdc-9d8a-49c1e777f75d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:90921f6c-a275-490c-9e50-30dfde2ca5a6
ModelInvariantUuid:49d6fbef-4b74-474b-ada0-41e4c855001f
ModelName:vFW ae7db60a-2256-nodes.vfwCvfc
ModelUuid:600fa34e-166d-4966-be1d-78e020884092
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e9961d71-fdff-4158-930e-eb5c002f9729
ModelInvariantUuid:53f5ac1f-8eab-4d17-9fbf-9cd911f7d5a0
ModelName:VfwAe7db60a2256.compute.nodes.heat.vfw
ModelUuid:45e7ec9a-8b05-4cd1-95bc-d5bf849b8009
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0b61ffd2-7c06-489d-a367-3f7181e91114
ModelInvariantUuid:3dcab659-d281-491b-861b-b7c72275b5de
ModelName:vFW ae7db60a-2256-nodes.vsnCvfc
ModelUuid:a0b5baef-2f44-4a3e-a3af-22b9ac0133cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6cb5fc48-f4e7-496a-b9fe-2db21fe91db5
ModelInvariantUuid:9855e941-1955-4cbc-b13e-7824cf555573
ModelName:VfwAe7db60a2256.compute.nodes.heat.vsn
ModelUuid:1ddd05f7-906c-4c4a-89bc-814311db494a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fc9ccd1b-0829-40f0-ada9-7d4d17dc5f52
ModelInvariantUuid:7fa6d477-13b8-44bc-9f3b-07c5a75c8ad6
ModelName:vFW ae7db60a-2256-nodes.vpgCvfc
ModelUuid:1499a698-1996-4241-b41b-466e5efd0e7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7af618db-035f-4c46-b376-6762470a1f7a
ModelInvariantUuid:901a7bbf-ccf6-455f-ad20-b7dfba4249fa
ModelName:VfwAe7db60a2256.compute.nodes.heat.vpg
ModelUuid:a3f3ba00-cb16-4b7b-83a3-70c1b68ef506
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-03-09T17:03:35.236Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 151eb836-a877-45ab-bf52-0daf5abb86d1
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-03-09T17:03:35.246Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||vFW ae7db60a-2256 0
2022-03-09T17:03:35.252Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 151eb836-a877-45ab-bf52-0daf5abb86d1
2022-03-09T17:03:35.252Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4202117c-bb10-47b0-9924-a9f4de8e8687 from URL: /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json
2022-03-09T17:03:35.252Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-09T17:03:35.252Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json
2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json 4202117c-bb10-47b0-9924-a9f4de8e8687 785
2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json ASDC sendASDCNotification
2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json
2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T17:03:35.492Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:35.494Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:35.494Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845415492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/vfwae7db60a22560_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:35.594Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:35.594Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:35.595Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:35.866Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:35.867Z||pool-45-thread-1|||||INFO|500||cambria reply ok (273 ms):{"serverTimeMs":0,"count":1}
2022-03-09T17:03:36.495Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAe7db60a2256..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7ce0073c-0e17-43dd-aaff-49900c6a78b8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb1817fc-8f3e-4bdc-9d8a-49c1e777f75d",
"vfModuleModelCustomizationUUID": "ab84c850-63d5-41c2-9e25-45a39196ba3c",
"isBase": true,
"artifacts": [
"7e21fb26-6e66-4e66-b249-7dc77c78df20",
"e62e3676-6f2c-438f-a6c8-b89738c279ac"
],
"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-03-09T17:03:36.508Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAe7db60a2256..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb1817fc-8f3e-4bdc-9d8a-49c1e777f75d
VfModuleModelInvariantUUID:7ce0073c-0e17-43dd-aaff-49900c6a78b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e21fb26-6e66-4e66-b249-7dc77c78df20
,
e62e3676-6f2c-438f-a6c8-b89738c279ac
}
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-03-09T17:03:36.510Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAe7db60a2256..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7ce0073c-0e17-43dd-aaff-49900c6a78b8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fb1817fc-8f3e-4bdc-9d8a-49c1e777f75d",
"vfModuleModelCustomizationUUID": "ab84c850-63d5-41c2-9e25-45a39196ba3c",
"isBase": true,
"artifacts": [
"7e21fb26-6e66-4e66-b249-7dc77c78df20",
"e62e3676-6f2c-438f-a6c8-b89738c279ac"
],
"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-03-09T17:03:36.510Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAe7db60a2256..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb1817fc-8f3e-4bdc-9d8a-49c1e777f75d
VfModuleModelInvariantUUID:7ce0073c-0e17-43dd-aaff-49900c6a78b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e21fb26-6e66-4e66-b249-7dc77c78df20
,
e62e3676-6f2c-438f-a6c8-b89738c279ac
}
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-03-09T17:03:36.510Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7e21fb26-6e66-4e66-b249-7dc77c78df20 from URL: /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml
2022-03-09T17:03:36.510Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-09T17:03:36.510Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml
2022-03-09T17:03:36.610Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-09T17:03:36.610Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml 7e21fb26-6e66-4e66-b249-7dc77c78df20 20368
2022-03-09T17:03:36.610Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T17:03:36.611Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml
2022-03-09T17:03:36.611Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T17:03:36.611Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:36.612Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:36.612Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845416610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:36.712Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:36.713Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:36.713Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:36.721Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:36.721Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T17:03:37.613Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e62e3676-6f2c-438f-a6c8-b89738c279ac from URL: /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env
2022-03-09T17:03:37.613Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-09T17:03:37.613Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env
2022-03-09T17:03:37.669Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-09T17:03:37.670Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env e62e3676-6f2c-438f-a6c8-b89738c279ac 2098
2022-03-09T17:03:37.670Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T17:03:37.670Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env
2022-03-09T17:03:37.670Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T17:03:37.670Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-09T17:03:37.672Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T17:03:37.672Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f7a145c4-77be-4801-904e-56538f361cd2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646845417670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309170102/1.0/resourceInstances/vfwae7db60a22560/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T17:03:37.772Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T17:03:37.773Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-09T17:03:37.773Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8dLzO8h4XzEqkpVO) ...
2022-03-09T17:03:37.781Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T17:03:37.781Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-09T17:03:38.673Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0a26a231-fa71-428c-99f2-a4e7a53ff6a1
2022-03-09T17:03:38.673Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ae7db60a-2256 0 151eb836-a877-45ab-bf52-0daf5abb86d1 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-03-09T17:03:38.697Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d6e6234, org.onap.sdc.toscaparser.api.parameters.Input@7008d114, org.onap.sdc.toscaparser.api.parameters.Input@7a9cfd6, org.onap.sdc.toscaparser.api.parameters.Input@5573cfc8, org.onap.sdc.toscaparser.api.parameters.Input@1b426890]
2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 90bc7a4e-a99f-4c8a-a57b-ed6419a37155
2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90bc7a4e-a99f-4c8a-a57b-ed6419a37155 matches Tosca VF Customization UUID: 90bc7a4e-a99f-4c8a-a57b-ed6419a37155
2022-03-09T17:03:38.700Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 90bc7a4e-a99f-4c8a-a57b-ed6419a37155 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-03-09T17:03:38.705Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.705Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:38.706Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 90bc7a4e-a99f-4c8a-a57b-ed6419a37155: {\"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-03-09T17:03:38.706Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32252a2c
2022-03-09T17:03:38.706Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.706Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T17:03:38.706Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab84c850-63d5-41c2-9e25-45a39196ba3c
2022-03-09T17:03:38.707Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab84c850-63d5-41c2-9e25-45a39196ba3c
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-03-09T17:03:38.711Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.711Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:38.711Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria
2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T17:03:38.712Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T17:03:38.713Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=90921f6c-a275-490c-9e50-30dfde2ca5a6
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-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria
2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T17:03:38.718Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T17:03:38.719Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b61ffd2-7c06-489d-a367-3f7181e91114
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-03-09T17:03:38.721Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.721Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:38.721Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is not matching search criteria
2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T17:03:38.723Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T17:03:38.724Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fc9ccd1b-0829-40f0-ada9-7d4d17dc5f52
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-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Node template vFW ae7db60a-2256 0 is matching search criteria
2022-03-09T17:03:38.726Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ae7db60a-2256 0] matching following query criteria: sdcType=VF, customizationUUID=90bc7a4e-a99f-4c8a-a57b-ed6419a37155
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-03-09T17:03:38.727Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0a26a231-fa71-428c-99f2-a4e7a53ff6a1: vFW ae7db60a-2256
2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-09 17-01-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T17:03:38.728Z|f7a145c4-77be-4801-904e-56538f361cd2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive