By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-01-14T03:29:17.400Z||main|||||INFO|500||The following profiles are active: basic
2022-01-14T03:29:26.849Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-14T03:29:26.850Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-14T03:29:26.955Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-14T03:29:29.405Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-14T03:29:29.584Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-14T03:29:29.968Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-14T03:29:29.975Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-14T03:29:30.058Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-14T03:29:30.191Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-14T03:29:30.560Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-14T03:29:31.334Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-14T03:29:33.231Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-14T03:29:33.279Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-14T03:29:33.840Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-14T03:29:34.055Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-01-14T03:29:35.201Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-14T03:29:36.201Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-01-14T03:29:36.216Z||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$$d192f0e0.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-01-14T03:29:36.216Z||main|||||WARN|500||The sdc end point is not alive
2022-01-14T03:29:39.301Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-01-14T03:29:41.852Z||main|||||WARN|500||---
2022-01-14T03:29:41.853Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-14T03:29:41.853Z||main|||||WARN|500||---
2022-01-14T03:29:42.248Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-14T03:29:46.378Z||main|||||INFO|500||Started Application in 33.431 seconds (JVM running for 34.572)
2022-01-14T03:29:46.401Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:29:46.403Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:29:46.442Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:29:46.469Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:29:46.545Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c4016e7-34f2-4aaa-ae92-9f7ea2f8f399 url= /sdc/v1/artifactTypes
2022-01-14T03:29:46.546Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:29:47.628Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-01-14T03:29:47.632Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b33b478
2022-01-14T03:29:47.633Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:29:47.647Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:29:47.649Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:29:47.652Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-01-14T03:30:36.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:30:36.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:30:36.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:30:36.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:30:36.382Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5836ba32-303e-40ef-9eaa-0e5782d48ab7 url= /sdc/v1/artifactTypes
2022-01-14T03:30:36.382Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:30:37.420Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-01-14T03:30:37.421Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e6dc289
2022-01-14T03:30:37.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:30:37.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:30:37.422Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:30:37.422Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-01-14T03:31:26.375Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:31:26.376Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:31:26.377Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:31:26.379Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:31:26.385Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29d38f86-af1d-418f-81ae-21a104917def url= /sdc/v1/artifactTypes
2022-01-14T03:31:26.386Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:31:27.435Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-01-14T03:31:27.436Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ac50fed
2022-01-14T03:31:27.436Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:31:27.436Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:31:27.437Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:31:27.438Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-01-14T03:32:16.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:32:16.374Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:32:16.375Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:32:16.381Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:32:16.392Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78d990b5-a7ad-493e-919c-cb83cedd4701 url= /sdc/v1/artifactTypes
2022-01-14T03:32:16.392Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:32:17.420Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:32:17.421Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b9c7515
2022-01-14T03:32:17.422Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:32:17.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:32:17.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:32:17.424Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:33:06.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:33:06.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:33:06.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:33:06.375Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:33:06.382Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3655dfe7-f95f-4a31-a096-37e7b4a948a5 url= /sdc/v1/artifactTypes
2022-01-14T03:33:06.382Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:33:07.404Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:33:07.405Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17e8ae9d
2022-01-14T03:33:07.406Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:33:07.406Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:33:07.406Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:33:07.407Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:33:56.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:33:56.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:33:56.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:33:56.377Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:33:56.381Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9736ab66-856f-409a-ae40-9b26a76ce47a url= /sdc/v1/artifactTypes
2022-01-14T03:33:56.382Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:33:57.419Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:33:57.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47aa7315
2022-01-14T03:33:57.420Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:33:57.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:33:57.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:33:57.427Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:34:46.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:34:46.375Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:34:46.376Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:34:46.379Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:34:46.386Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 885ca5bf-3d43-4055-a58e-f697627178f6 url= /sdc/v1/artifactTypes
2022-01-14T03:34:46.387Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:34:47.404Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:34:47.405Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c1882a
2022-01-14T03:34:47.405Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:34:47.406Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:34:47.406Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:34:47.407Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:35:36.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:35:36.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:35:36.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:35:36.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:35:36.381Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 331a7423-132d-4a5f-8851-f0391259661c url= /sdc/v1/artifactTypes
2022-01-14T03:35:36.381Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:35:37.420Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:35:37.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7257a5a8
2022-01-14T03:35:37.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:35:37.421Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:35:37.421Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:35:37.422Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:36:26.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:36:26.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:36:26.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:36:26.377Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:36:26.385Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 12248ca1-0ca1-4382-9421-a51263f801ed url= /sdc/v1/artifactTypes
2022-01-14T03:36:26.386Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:36:27.436Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:36:27.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68c97084
2022-01-14T03:36:27.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:36:27.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:36:27.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:36:27.438Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:37:16.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:37:16.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:37:16.372Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:37:16.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:37:16.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 289f927f-109d-4e3f-bae1-c94e667307bd url= /sdc/v1/artifactTypes
2022-01-14T03:37:16.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:37:17.422Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:37:17.423Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@421aaae1
2022-01-14T03:37:17.423Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:37:17.423Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:37:17.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:37:17.423Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:38:06.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:38:06.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:38:06.372Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:38:06.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:38:06.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c52eb0e-aa8f-4780-8e49-4d792ec137a3 url= /sdc/v1/artifactTypes
2022-01-14T03:38:06.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:38:07.404Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:38:07.404Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3eeba5d6
2022-01-14T03:38:07.405Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:38:07.405Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:38:07.405Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:38:07.406Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:38:56.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:38:56.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:38:56.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:38:56.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:38:56.383Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4e41f128-8652-46da-85a4-48a8899b63a0 url= /sdc/v1/artifactTypes
2022-01-14T03:38:56.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:38:57.420Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:38:57.421Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@387929a2
2022-01-14T03:38:57.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:38:57.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:38:57.422Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:38:57.423Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:39:19.327Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-14T03:39:46.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:39:46.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:39:46.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:39:46.375Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:39:46.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30967ae8-460d-483f-8953-2ef01e5bdaa8 url= /sdc/v1/artifactTypes
2022-01-14T03:39:46.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:39:47.404Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:39:47.404Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46872471
2022-01-14T03:39:47.405Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:39:47.405Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:39:47.405Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:39:47.406Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:40:36.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:40:36.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:40:36.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:40:36.378Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:40:36.384Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 001f5e45-1312-4885-9f62-c0941e6df734 url= /sdc/v1/artifactTypes
2022-01-14T03:40:36.384Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:40:37.420Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:40:37.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44f4deba
2022-01-14T03:40:37.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:40:37.421Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:40:37.421Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:40:37.422Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:41:26.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:41:26.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:41:26.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:41:26.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:41:26.383Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8603bdd9-7245-4752-bb3b-3c7ae3e5b075 url= /sdc/v1/artifactTypes
2022-01-14T03:41:26.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:41:27.405Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:41:27.406Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49d4ce8e
2022-01-14T03:41:27.406Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:41:27.406Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:41:27.406Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:41:27.407Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:42:16.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:42:16.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:42:16.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:42:16.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:42:16.383Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df452a23-8ef0-4b3e-ae0e-0f3c39eee53a url= /sdc/v1/artifactTypes
2022-01-14T03:42:16.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:42:17.418Z||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.18.60] 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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-01-14T03:42:17.419Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31cb9f4e
2022-01-14T03:42:17.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-14T03:42:17.419Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-14T03:42:17.419Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-14T03:42:17.420Z||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$$d5cd78b8.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-01-14T03:43:06.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-14T03:43:06.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-14T03:43:06.373Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-14T03:43:06.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-14T03:43:06.382Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90611a40-57c2-44fd-91e9-d80723e32903 url= /sdc/v1/artifactTypes
2022-01-14T03:43:06.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-14T03:43:06.844Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-14T03:43:06.850Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-01-14T03:43:06.869Z||scheduling-1|||||DEBUG|500||create keys
2022-01-14T03:43:06.874Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-14T03:43:06.921Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:43:06.935Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 81ca1744-d5f0-4234-bd94-0e4f7179d908 url= /sdc/v1/registerForDistribution
2022-01-14T03:43:07.521Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 81ca1744-d5f0-4234-bd94-0e4f7179d908 url= /sdc/v1/registerForDistribution
2022-01-14T03:43:07.522Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-14T03:43:07.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:43:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:43:07.535Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:43:07.535Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:43:07.535Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:43:07.535Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-14T03:43:07.535Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:43:18.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:43:18.348Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:44:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:44:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:44:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:44:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:44:07.533Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:44:07.533Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:44:17.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:44:17.090Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:45:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:45:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:45:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:45:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:45:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:45:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:45:17.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:45:17.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:46:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:46:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:46:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:46:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:46:07.533Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:46:07.533Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:46:17.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:46:17.086Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:47:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:47:07.530Z||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-01-14T03:47:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:47:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:47:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:47:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:47:17.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:47:17.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:48:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:48:07.530Z||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-01-14T03:48:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:48:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:48:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:48:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:48:17.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:48:17.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:49:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:49:07.530Z||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-01-14T03:49:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:49:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:49:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:49:07.533Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:49:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:49:17.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:50:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:50:07.530Z||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-01-14T03:50:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:50:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:50:07.532Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:50:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:50:17.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:50:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:51:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:51:07.530Z||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-01-14T03:51:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:51:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:51:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:51:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:51:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:51:17.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:52:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:52:07.529Z||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-01-14T03:52:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:52:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:52:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:52:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:52:17.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:52:17.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:53:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:53:07.530Z||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-01-14T03:53:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:53:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:53:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:53:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:53:17.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:53:17.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:54:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:54:07.529Z||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-01-14T03:54:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:54:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:54:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:54:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:54:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:54:17.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:55:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:55:07.529Z||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-01-14T03:55:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:55:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:55:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:55:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:55:17.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:55:17.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:56:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:56:07.529Z||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-01-14T03:56:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:56:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:56:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:56:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:56:17.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:56:17.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:57:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:57:07.530Z||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-01-14T03:57:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:57:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:57:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:57:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:57:17.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:57:17.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:58:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:58:07.530Z||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-01-14T03:58:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:58:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:58:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:58:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:58:17.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:58:17.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:59:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:59:07.530Z||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-01-14T03:59:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:59:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T03:59:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T03:59:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T03:59:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T03:59:17.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:00:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:00:07.529Z||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-01-14T04:00:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:00:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:00:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:00:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:00:17.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:00:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:01:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:01:07.530Z||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-01-14T04:01:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:01:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:01:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:01:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:01:17.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:01:17.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:02:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:02:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:02:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:02:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:02:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:02:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:02:17.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:02:17.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:03:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:03:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:03:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:03:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:03:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:03:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:03:17.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:03:17.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:04:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:04:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:04:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:04:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:04:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:04:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:04:17.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:04:17.096Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:05:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:05:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:05:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:05:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:05:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:05:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:05:17.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:05:17.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:06:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:06:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:06:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:06:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:06:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:06:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:06:17.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:06:17.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:07:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:07:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:07:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:07:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:07:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:07:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:07:17.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:07:17.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:08:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:08:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:08:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:08:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:08:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:08:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:08:17.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:08:17.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:09:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:09:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:09:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:09:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:09:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:09:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:09:17.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:09:17.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:10:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:10:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:10:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:10:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:10:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:10:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:10:17.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:10:17.083Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:11:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:11:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:11:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:11:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:11:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:11:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:11:17.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:11:17.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:12:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:12:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:12:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:12:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:12:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:12:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:12:17.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:12:17.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:13:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:13:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:13:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:13:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:13:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:13:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:13:17.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:13:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:14:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:14:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:14:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:14:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:14:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:14:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:14:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:14:17.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:15:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:15:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:15:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:15:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:15:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:15:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:15:17.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:15:17.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:16:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:16:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:16:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:16:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:16:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:16:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:16:17.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:16:17.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:17:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:17:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:17:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:17:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:17:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:17:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:17:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:17:17.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:18:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:18:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:18:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:18:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:18:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:18:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:18:17.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:18:17.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:19:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:19:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:19:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:19:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:19:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:19:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:19:17.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:19:17.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:20:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:20:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:20:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:20:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:20:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:20:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:20:17.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:20:17.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:21:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:21:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:21:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:21:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:21:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:21:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:21:17.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:21:17.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:22:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:22:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:22:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:22:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:22:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:22:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:22:17.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:22:17.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:23:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:23:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:23:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:23:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:23:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:23:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:23:17.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:23:17.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:24:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:24:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:24:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:24:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:24:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:24:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:24:17.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:24:17.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:25:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:25:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:25:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:25:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:25:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:25:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:25:17.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:25:17.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:26:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:26:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:26:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:26:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:26:07.532Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:26:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:26:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:26:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:27:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:27:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:27:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:27:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:27:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:27:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:27:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:27:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:28:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:28:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:28:07.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:28:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:28:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:28:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:28:17.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:28:17.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:29:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:29:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:29:07.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:29:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:29:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:29:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:29:17.094Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:29:17.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:30:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:30:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:30:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:30:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:30:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:30:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:30:17.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:30:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:31:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:31:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:31:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:31:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:31:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:31:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:31:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:31:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:32:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:32:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:32:07.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:32:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:32:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:32:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:32:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:32:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:33:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:33:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:33:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:33:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:33:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:33:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:33:17.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:33:17.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:34:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:34:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:34:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:34:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:34:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:34:07.533Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:34:17.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:34:17.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:35:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:35:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:35:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:35:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:35:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:35:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:35:17.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:35:17.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:36:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:36:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:36:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:36:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:36:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:36:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:36:17.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:36:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:37:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:37:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:37:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:37:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:37:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:37:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:37:17.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:37:17.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:38:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:38:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:38:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:38:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:38:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:38:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:38:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:38:17.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:39:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:39:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:39:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:39:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:39:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:39:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:39:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:39:17.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:40:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:40:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:40:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:40:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:40:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:40:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:40:17.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:40:17.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:41:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:41:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:41:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:41:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:41:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:41:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:41:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:41:17.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:42:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:42:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:42:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:42:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:42:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:42:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:42:17.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:42:17.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:43:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:43:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:43:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:43:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:43:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:43:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:43:17.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:43:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:44:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:44:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:44:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T04:44:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:44:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:44:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:44:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:44:17.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:45:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:45:07.530Z||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-01-14T04:45:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:45:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:45:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:45:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:45:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:45:17.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:46:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:46:07.529Z||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-01-14T04:46:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:46:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:46:07.532Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:46:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:46:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:46:17.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:47:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:47:07.529Z||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-01-14T04:47:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:47:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:47:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:47:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:47:17.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:47:17.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:48:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:48:07.529Z||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-01-14T04:48:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:48:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:48:07.532Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:48:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:48:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:48:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:49:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:49:07.529Z||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-01-14T04:49:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:49:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:49:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:49:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:49:17.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:49:17.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:50:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:50:07.529Z||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-01-14T04:50:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:50:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:50:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:50:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:50:17.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:50:17.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:51:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:51:07.529Z||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-01-14T04:51:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:51:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:51:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:51:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:51:17.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:51:17.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:52:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:52:07.529Z||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-01-14T04:52:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:52:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:52:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:52:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:52:17.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:52:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:53:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:53:07.529Z||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-01-14T04:53:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:53:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:53:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:53:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:53:17.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:53:17.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:54:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:54:07.530Z||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-01-14T04:54:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:54:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:54:07.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:54:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:54:17.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:54:17.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:55:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:55:07.529Z||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-01-14T04:55:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:55:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:55:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:55:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:55:17.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:55:17.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:56:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:56:07.529Z||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-01-14T04:56:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:56:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:56:07.532Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:56:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:56:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:56:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:57:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:57:07.530Z||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-01-14T04:57:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:57:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:57:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:57:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:57:17.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:57:17.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:58:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:58:07.529Z||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-01-14T04:58:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:58:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:58:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:58:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:58:17.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:58:17.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:59:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:59:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:59:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:59:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T04:59:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T04:59:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T04:59:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T04:59:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:00:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:00:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:00:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:00:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:00:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:00:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:00:17.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:00:17.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:01:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:01:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:01:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:01:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:01:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:01:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:01:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:01:17.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:02:07.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:02:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:02:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:02:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:02:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:02:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:02:17.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:02:17.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:03:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:03:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:03:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:03:07.578Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:03:07.579Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:03:07.579Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:03:17.122Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:03:17.126Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:04:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:04:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:04:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:04:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:04:07.532Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:04:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:04:17.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:04:17.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:05:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:05:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:05:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:05:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:05:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:05:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:05:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:05:17.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:06:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:06:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:06:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:06:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:06:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:06:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:06:17.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:06:17.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:07:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:07:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:07:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:07:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:07:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:07:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:07:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:07:17.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:08:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:08:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:08:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:08:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:08:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:08:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:08:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:08:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:09:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:09:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:09:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:09:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:09:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:09:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:09:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:09:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:10:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:10:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:10:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:10:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:10:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:10:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:10:17.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:10:17.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:11:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:11:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:11:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:11:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:11:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:11:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:11:17.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:11:17.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:12:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:12:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:12:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:12:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:12:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:12:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:12:17.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:12:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:13:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:13:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:13:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:13:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:13:07.532Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:13:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:13:17.094Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:13:17.096Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:14:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:14:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:14:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:14:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:14:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:14:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:14:17.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:14:17.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:15:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:15:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:15:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:15:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:15:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:15:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:15:17.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:15:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:16:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:16:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:16:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:16:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:16:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:16:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:16:17.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:16:17.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:17:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:17:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:17:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:17:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:17:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:17:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:17:17.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:17:17.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:18:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:18:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:18:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:18:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:18:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:18:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:18:17.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:18:17.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:19:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:19:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:19:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:19:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:19:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:19:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:19:17.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:19:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:20:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:20:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:20:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:20:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:20:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:20:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:20:17.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:20:17.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:21:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:21:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:21:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:21:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:21:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:21:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:21:17.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:21:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:22:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:22:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:22:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:22:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:22:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:22:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:22:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:22:17.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:23:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:23:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:23:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:23:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:23:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:23:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:23:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:23:17.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:24:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:24:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:24:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:24:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:24:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:24:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:24:17.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:24:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:25:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:25:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:25:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:25:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:25:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:25:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:25:17.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:25:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:26:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:26:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:26:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:26:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:26:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:26:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:26:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:26:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:27:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:27:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:27:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:27:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:27:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:27:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:27:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:27:17.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:28:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:28:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:28:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:28:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:28:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:28:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:28:17.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:28:17.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:29:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:29:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:29:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:29:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:29:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:29:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:29:17.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:29:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:30:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:30:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:30:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:30:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:30:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:30:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:30:17.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:30:17.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:31:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:31:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:31:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:31:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:31:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:31:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:31:17.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:31:17.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:32:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:32:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:32:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:32:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:32:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:32:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:32:17.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:32:17.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:33:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:33:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:33:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:33:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:33:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:33:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:33:17.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:33:17.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:34:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:34:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:34:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:34:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:34:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:34:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:34:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:34:17.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:35:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:35:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:35:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:35:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:35:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:35:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:35:17.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:35:17.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:36:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:36:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:36:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:36:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:36:07.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:36:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:36:17.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:36:17.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:37:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:37:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:37:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:37:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:37:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:37:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:37:17.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:37:17.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:38:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:38:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:38:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:38:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:38:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:38:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:38:17.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:38:17.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:39:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:39:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:39:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:39:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:39:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:39:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:39:17.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:39:17.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:40:07.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:40:07.530Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:40:07.530Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T05:40:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:40:07.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:40:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:40:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:40:17.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:41:07.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:41:07.530Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:41:07.530Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T05:41:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:41:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:41:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:41:17.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:41:17.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:42:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:42:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:42:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:42:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:42:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:42:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:42:17.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:42:17.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:43:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:43:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:43:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:43:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:43:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:43:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:43:17.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:43:17.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:44:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:44:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:44:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:44:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:44:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:44:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:44:17.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:44:17.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:45:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:45:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:45:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:45:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:45:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:45:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:45:17.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:45:17.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:46:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:46:07.529Z||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-01-14T05:46:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:46:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:46:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:46:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:46:17.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:46:17.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:47:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:47:07.529Z||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-01-14T05:47:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:47:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:47:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:47:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:47:17.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:47:17.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:48:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:48:07.530Z||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-01-14T05:48:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:48:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:48:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:48:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:48:17.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:48:17.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:49:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:49:07.530Z||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-01-14T05:49:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:49:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:49:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:49:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:49:17.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:49:17.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:50:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:50:07.530Z||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-01-14T05:50:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:50:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:50:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:50:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:50:17.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:50:17.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:51:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:51:07.530Z||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-01-14T05:51:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:51:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:51:07.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:51:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:51:17.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:51:17.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:52:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:52:07.529Z||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-01-14T05:52:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:52:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:52:07.532Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:52:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:52:17.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:52:17.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:53:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:53:07.530Z||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-01-14T05:53:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:53:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:53:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:53:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:53:17.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:53:17.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:54:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:54:07.529Z||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-01-14T05:54:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:54:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:54:07.532Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:54:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:54:17.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:54:17.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:55:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:55:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:55:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T05:55:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:55:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:55:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:55:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:55:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:56:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:56:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:56:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T05:56:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:56:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:56:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:56:17.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:56:17.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:57:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:57:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:57:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T05:57:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:57:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:57:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:57:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:57:17.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:58:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:58:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:58:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T05:58:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:58:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:58:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:58:17.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:58:17.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:59:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:59:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:59:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T05:59:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T05:59:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T05:59:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T05:59:17.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T05:59:17.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:00:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:00:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:00:07.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:00:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:00:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:00:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:00:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:00:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:01:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:01:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:01:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:01:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:01:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:01:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:01:17.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:01:17.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:02:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:02:07.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:02:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:02:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:02:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:02:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:02:17.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:02:17.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:03:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:03:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:03:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:03:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:03:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:03:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:03:17.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:03:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:04:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:04:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:04:07.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:04:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:04:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:04:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:04:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:04:17.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:05:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:05:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:05:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:05:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:05:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:05:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:05:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:05:17.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:06:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:06:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:06:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:06:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:06:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:06:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:06:17.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:06:17.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:07:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:07:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:07:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:07:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:07:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:07:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:07:17.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:07:17.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:08:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:08:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:08:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:08:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:08:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:08:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:08:17.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:08:17.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:09:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:09:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:09:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:09:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:09:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:09:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:09:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:09:17.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:10:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:10:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:10:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:10:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:10:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:10:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:10:17.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:10:17.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:11:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:11:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:11:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:11:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:11:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:11:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:11:17.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:11:17.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:12:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:12:07.530Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:12:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:12:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:12:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:12:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:12:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:12:17.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:13:07.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:13:07.529Z||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-01-14T06:13:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:13:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:13:07.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:13:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:13:17.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:13:17.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:14:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:14:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:14:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:14:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:14:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:14:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:14:17.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:14:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:15:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:15:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:15:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:15:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:15:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:15:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:15:17.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:15:17.095Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:16:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:16:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:16:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:16:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:16:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:16:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:16:17.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:16:17.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:17:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:17:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:17:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:17:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:17:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:17:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:17:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:17:17.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:18:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:18:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:18:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:18:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:18:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:18:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:18:17.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:18:17.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:19:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:19:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:19:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:19:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:19:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:19:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:19:17.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:19:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:20:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:20:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:20:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:20:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:20:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:20:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:20:17.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:20:17.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:21:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:21:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:21:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:21:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:21:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:21:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:21:17.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:21:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:22:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:22:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:22:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:22:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:22:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:22:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:22:17.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:22:17.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:23:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:23:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:23:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:23:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:23:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:23:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:23:17.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:23:17.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:24:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:24:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:24:07.529Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:24:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:24:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:24:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:24:17.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:24:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:25:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:25:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:25:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:25:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:25:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:25:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:25:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:25:17.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:26:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:26:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:26:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:26:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:26:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:26:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:26:17.128Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:26:17.128Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:27:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:27:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:27:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:27:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:27:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:27:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:27:17.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:27:17.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:28:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:28:07.530Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:28:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:28:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:07.662Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:07.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "cds",
"timestamp": 1642141666251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "clamp",
"timestamp": 1642141674523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "ves-openapi-manager",
"timestamp": 1642141668659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141665918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "dcae-sch",
"timestamp": 1642141673627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "policy-id",
"timestamp": 1642141670915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "cds",
"timestamp": 1642141666251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "ves-openapi-manager",
"timestamp": 1642141668659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "clamp",
"timestamp": 1642141674523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141665918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "dcae-sch",
"timestamp": 1642141673627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "policy-id",
"timestamp": 1642141670915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "cds",
"timestamp": 1642141666251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "ves-openapi-manager",
"timestamp": 1642141668659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "clamp",
"timestamp": 1642141674523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141665918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:28:07.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "dcae-sch",
"timestamp": 1642141673627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "policy-id",
"timestamp": 1642141670915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:28:07.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "aai-ml",
"timestamp": 1642141677013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "cds",
"timestamp": 1642141666251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "ves-openapi-manager",
"timestamp": 1642141668659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "dcae-sch",
"timestamp": 1642141673627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141665918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "clamp",
"timestamp": 1642141674523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "policy-id",
"timestamp": 1642141670915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "aai-ml",
"timestamp": 1642141677013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "cds",
"timestamp": 1642141666251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "ves-openapi-manager",
"timestamp": 1642141668659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "dcae-sch",
"timestamp": 1642141673627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141665918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-14T06:28:07.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "clamp",
"timestamp": 1642141674523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "policy-id",
"timestamp": 1642141670915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "aai-ml",
"timestamp": 1642141677013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "cds",
"timestamp": 1642141666251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "ves-openapi-manager",
"timestamp": 1642141668659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "dcae-sch",
"timestamp": 1642141673627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141665918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "clamp",
"timestamp": 1642141674523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "policy-id",
"timestamp": 1642141670915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "aai-ml",
"timestamp": 1642141677013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "cds",
"timestamp": 1642141666251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "dcae-sch",
"timestamp": 1642141673627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "ves-openapi-manager",
"timestamp": 1642141668659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141665918,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "clamp",
"timestamp": 1642141674523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "policy-id",
"timestamp": 1642141670915,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "aai-ml",
"timestamp": 1642141677013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "cds",
"timestamp": 1642141682685,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141682692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "aai-ml",
"timestamp": 1642141677013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "policy-id",
"timestamp": 1642141682708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "cds",
"timestamp": 1642141683700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:28:07.847Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04
2022-01-14T06:28:07.859Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:28:07.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "aai-ml",
"timestamp": 1642141677013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:28:07.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:07.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "policy-id",
"timestamp": 1642141683716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:28:07.885Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:28:07.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141684069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:28:07.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:28:07.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "policy-id",
"timestamp": 1642141684720,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:28:07.899Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04
2022-01-14T06:28:07.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:28:07.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "aai-ml",
"timestamp": 1642141685220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:28:07.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:28:07.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141685399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:28:07.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:28:07.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141686451,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:28:07.915Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04
2022-01-14T06:28:07.916Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-14T06:28:07.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:28:07.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642141686215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:07.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:28:08.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:08.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:28:08.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d938f9de-85da-4380-b0fd-e08bc0093e04","serviceName":"basic_onboard_yVUKYi","serviceVersion":"1.0","serviceUUID":"385b79c4-025f-4bd1-9432-c02d4e784aa1","serviceDescription":"service","serviceInvariantUUID":"1cbcefed-5a09-4915-8494-f90b33fd13ec","resources":[{"resourceInstanceName":"basic_onboard_yVUKYi 0","resourceName":"basic_onboard_yVUKYi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80","resourceInvariantUUID":"d7f7abe7-aabf-4c2c-95ed-a3a9112aa724","resourceCustomizationUUID":"6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml","artifactChecksum":"OWIwMzlmMDU1NDIzNmE1MTI0NzIwZmQ3NmFkOTJlYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a044a9e-31ad-47d1-b016-83a386e06ae2","artifactVersion":"1"},{"artifactName":"basic_onboard_yvukyi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json","artifactChecksum":"MWNjZjdlODg5NWIzNWFjMWQ4ZDY2MDI0MTRiYWVhY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b7d6544-b1ad-4a6e-8ac3-dfc071da4144","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ed115d95-5f4a-4c90-b227-066c954d57ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d69f5c6-a983-4489-9404-d8ddd75e8147","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"61dfb982-54cc-4308-9613-0de8c4df7e08","artifactVersion":"2","generatedFromUUID":"ed115d95-5f4a-4c90-b227-066c954d57ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYvukyi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml","artifactChecksum":"YmEyNWQ4NTY2NjYzOTE3ZTE0N2IxMWViOTIyNTdkZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6ca0bf0-8758-447b-92ce-9995d7b1dca1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYvukyi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar","artifactChecksum":"MTJkMjAzYjNmOTlhODY2ZDM5YWNhNzUwY2IxMmMwNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"85b024e9-8a9f-4182-9b74-0223a615ac6a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T06:28:08.169Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:28:08.175Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:08.181Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:08.181Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:08.281Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-01-14T06:28:08.285Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:08.285Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:08.299Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:08.300Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:09.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:28:09.186Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:09.187Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:09.188Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:28:09.288Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:09.289Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:09.289Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:09.302Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:09.303Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:10.188Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:28:10.189Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:10.191Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:10.191Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:28:10.292Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T06:28:10.293Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:10.293Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:10.307Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:10.308Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:11.192Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:28:11.193Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:11.194Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:11.194Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:11.295Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T06:28:11.295Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:11.296Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:11.309Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:11.309Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:12.195Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:28:12.196Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:12.198Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:12.198Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-14T06:28:12.298Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:12.299Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:12.299Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:12.311Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:12.311Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:13.199Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:28:13.200Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:13.202Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:13.202Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:28:13.302Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:13.302Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:13.302Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:13.317Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:13.318Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:14.202Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:28:14.203Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:14.206Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:14.206Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:28:14.306Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:14.307Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:14.307Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:14.322Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:14.322Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:15.208Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"serviceName": "basic_onboard_yVUKYi",
"serviceVersion": "1.0",
"serviceUUID": "385b79c4-025f-4bd1-9432-c02d4e784aa1",
"serviceDescription": "service",
"serviceInvariantUUID": "1cbcefed-5a09-4915-8494-f90b33fd13ec",
"resources": [
{
"resourceInstanceName": "basic_onboard_yVUKYi 0",
"resourceCustomizationUUID": "6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b",
"resourceName": "basic_onboard_yVUKYi",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80",
"resourceInvariantUUID": "d7f7abe7-aabf-4c2c-95ed-a3a9112aa724",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yvukyi0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"artifactChecksum": "MWNjZjdlODg5NWIzNWFjMWQ4ZDY2MDI0MTRiYWVhY2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3b7d6544-b1ad-4a6e-8ac3-dfc071da4144",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ed115d95-5f4a-4c90-b227-066c954d57ce",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "61dfb982-54cc-4308-9613-0de8c4df7e08",
"generatedFromUUID": "ed115d95-5f4a-4c90-b227-066c954d57ce"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "61dfb982-54cc-4308-9613-0de8c4df7e08",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYvukyi-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"artifactChecksum": "MTJkMjAzYjNmOTlhODY2ZDM5YWNhNzUwY2IxMmMwNzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "85b024e9-8a9f-4182-9b74-0223a615ac6a"
}
],
"workloadContext": "Production"
}
2022-01-14T06:28:15.208Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T06:28:15.209Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 385b79c4-025f-4bd1-9432-c02d4e784aa1 ASDC
2022-01-14T06:28:15.286Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d938f9de-85da-4380-b0fd-e08bc0093e04
ServiceName:basic_onboard_yVUKYi
ServiceVersion:1.0
ServiceUUID:385b79c4-025f-4bd1-9432-c02d4e784aa1
ServiceInvariantUUID:1cbcefed-5a09-4915-8494-f90b33fd13ec
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYvukyi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar
ArtifactUUID:85b024e9-8a9f-4182-9b74-0223a615ac6a
ArtifactChecksum:MTJkMjAzYjNmOTlhODY2ZDM5YWNhNzUwY2IxMmMwNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yVUKYi 0
ResourceCustomizationUUID:6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b
ResourceInvariantUUID:d7f7abe7-aabf-4c2c-95ed-a3a9112aa724
ResourceName:basic_onboard_yVUKYi
ResourceType:VF
ResourceUUID:d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yvukyi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json
ArtifactUUID:3b7d6544-b1ad-4a6e-8ac3-dfc071da4144
ArtifactChecksum:MWNjZjdlODg5NWIzNWFjMWQ4ZDY2MDI0MTRiYWVhY2Y=
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/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ed115d95-5f4a-4c90-b227-066c954d57ce
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/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env
ArtifactUUID:61dfb982-54cc-4308-9613-0de8c4df7e08
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/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env
ArtifactUUID:61dfb982-54cc-4308-9613-0de8c4df7e08
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-14T06:28:15.287Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 385b79c4-025f-4bd1-9432-c02d4e784aa1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-14T06:28:15.353Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T06:28:15.354Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T06:28:15.355Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T06:28:15.355Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 85b024e9-8a9f-4182-9b74-0223a615ac6a from URL: /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:15.355Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T06:28:15.356Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:15.429Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T06:28:15.439Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar 85b024e9-8a9f-4182-9b74-0223a615ac6a 71575
2022-01-14T06:28:15.440Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar ASDC sendASDCNotification
2022-01-14T06:28:15.440Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:15.441Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T06:28:15.442Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:15.443Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:15.443Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141695440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:28:15.544Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T06:28:15.544Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:15.545Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:15.558Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:15.558Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:16.444Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T06:28:16.445Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-14T06:28:16.446Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 85b024e9-8a9f-4182-9b74-0223a615ac6a, URL: /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar to file: /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:16.446Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:16.501Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:16.501Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:16.902Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9816275886681617757/Definitions/service-BasicOnboardYvukyi-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-01-14T06:28:18.597Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T06:28:18.600Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-14T06:28:18.600Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yVUKYi 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-14T06:28:18.606Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.607Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:18.609Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria
2022-01-14T06:28:18.610Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-14T06:28:18.610Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria
2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is not matching search criteria
2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T06:28:18.616Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.616Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria
2022-01-14T06:28:18.616Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria
2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria
2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is not matching search criteria
2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fdadf0c7-871d-4c27-a6ce-8774117c1583
2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:18.619Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:18.619Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_yVUKYi
Description:service
Model UUID:385b79c4-025f-4bd1-9432-c02d4e784aa1
Model Version:NULL
Model InvariantUuid:1cbcefed-5a09-4915-8494-f90b33fd13ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_yVUKYi
Model UUID:907cb854-450c-4dfe-b3f8-8979a4771845
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d7f7abe7-aabf-4c2c-95ed-a3a9112aa724
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4d874f93-9430-4687-b3af-a4559d72a406
ModelName:BasicOnboardYvukyi..base_ubuntu18..module-0
ModelUuid:edea1178-69eb-4498-a125-9e9ef58a90c9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fdadf0c7-871d-4c27-a6ce-8774117c1583
ModelInvariantUuid:58fe86c9-e567-42ce-9655-bb56a2e85fd6
ModelName:basic_onboard_yVUKYi-nodes.ubuntu18Cvfc
ModelUuid:db1cee91-74a7-444d-bdf8-454061ec43b1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:df8a608f-fb4b-43f2-a796-fe69d1a9d1cc
ModelInvariantUuid:7eb528c2-a78a-4549-a32c-b70a22d81af1
ModelName:BasicOnboardYvukyi.compute.nodes.heat.ubuntu18
ModelUuid:3db57c69-dc02-4783-a181-88ebf1532dc7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-14T06:28:18.637Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T06:28:18.713Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||basic_onboard_yVUKYi 0
2022-01-14T06:28:18.737Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80
2022-01-14T06:28:18.738Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3b7d6544-b1ad-4a6e-8ac3-dfc071da4144 from URL: /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json
2022-01-14T06:28:18.738Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T06:28:18.738Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json
2022-01-14T06:28:18.782Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T06:28:18.782Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json 3b7d6544-b1ad-4a6e-8ac3-dfc071da4144 798
2022-01-14T06:28:18.783Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json ASDC sendASDCNotification
2022-01-14T06:28:18.783Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json
2022-01-14T06:28:18.783Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T06:28:18.783Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:18.785Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:18.785Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141698783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:28:18.885Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:18.886Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:18.886Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:18.898Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:18.899Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:19.787Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYvukyi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4d874f93-9430-4687-b3af-a4559d72a406",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "edea1178-69eb-4498-a125-9e9ef58a90c9",
"vfModuleModelCustomizationUUID": "4fd41e1f-6ea9-4561-85d2-3a1e218480ae",
"isBase": true,
"artifacts": [
"ed115d95-5f4a-4c90-b227-066c954d57ce",
"61dfb982-54cc-4308-9613-0de8c4df7e08"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-14T06:28:19.800Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYvukyi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edea1178-69eb-4498-a125-9e9ef58a90c9
VfModuleModelInvariantUUID:4d874f93-9430-4687-b3af-a4559d72a406
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed115d95-5f4a-4c90-b227-066c954d57ce
,
61dfb982-54cc-4308-9613-0de8c4df7e08
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-14T06:28:19.802Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYvukyi..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4d874f93-9430-4687-b3af-a4559d72a406",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "edea1178-69eb-4498-a125-9e9ef58a90c9",
"vfModuleModelCustomizationUUID": "4fd41e1f-6ea9-4561-85d2-3a1e218480ae",
"isBase": true,
"artifacts": [
"ed115d95-5f4a-4c90-b227-066c954d57ce",
"61dfb982-54cc-4308-9613-0de8c4df7e08"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-14T06:28:19.803Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYvukyi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edea1178-69eb-4498-a125-9e9ef58a90c9
VfModuleModelInvariantUUID:4d874f93-9430-4687-b3af-a4559d72a406
VfModuleModelDescription:NULL
Artifacts UUID List:{
ed115d95-5f4a-4c90-b227-066c954d57ce
,
61dfb982-54cc-4308-9613-0de8c4df7e08
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-14T06:28:19.803Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed115d95-5f4a-4c90-b227-066c954d57ce from URL: /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml
2022-01-14T06:28:19.803Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T06:28:19.803Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml
2022-01-14T06:28:19.841Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T06:28:19.842Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml ed115d95-5f4a-4c90-b227-066c954d57ce 5033
2022-01-14T06:28:19.842Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-14T06:28:19.842Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml
2022-01-14T06:28:19.843Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T06:28:19.843Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:19.845Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:19.845Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141699842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:28:19.946Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:19.951Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:19.951Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:19.964Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:19.965Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:20.846Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 61dfb982-54cc-4308-9613-0de8c4df7e08 from URL: /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env
2022-01-14T06:28:20.847Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-14T06:28:20.847Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env
2022-01-14T06:28:20.888Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-14T06:28:20.889Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env 61dfb982-54cc-4308-9613-0de8c4df7e08 909
2022-01-14T06:28:20.889Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-14T06:28:20.889Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env
2022-01-14T06:28:20.889Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T06:28:20.889Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:20.891Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:20.891Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141700889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:28:20.992Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:20.992Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:20.993Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:21.005Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:21.005Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:21.892Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 385b79c4-025f-4bd1-9432-c02d4e784aa1
2022-01-14T06:28:21.892Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yVUKYi 0 d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T06:28:21.924Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36399f30, org.onap.sdc.toscaparser.api.parameters.Input@6c31233, org.onap.sdc.toscaparser.api.parameters.Input@2a202d2a, org.onap.sdc.toscaparser.api.parameters.Input@4d097066, org.onap.sdc.toscaparser.api.parameters.Input@37b3b6e8]
2022-01-14T06:28:21.926Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.926Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:21.926Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-01-14T06:28:21.926Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b
2022-01-14T06:28:21.926Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b matches Tosca VF Customization UUID: 6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b
2022-01-14T06:28:21.927Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-14T06:28:21.931Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.931Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:21.932Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-01-14T06:28:21.932Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14cb62e3
2022-01-14T06:28:21.932Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.933Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T06:28:21.933Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4fd41e1f-6ea9-4561-85d2-3a1e218480ae
2022-01-14T06:28:21.933Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4fd41e1f-6ea9-4561-85d2-3a1e218480ae
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-14T06:28:21.938Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.938Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria
2022-01-14T06:28:21.938Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:28:21.938Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria
2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is not matching search criteria
2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fdadf0c7-871d-4c27-a6ce-8774117c1583
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-14T06:28:21.944Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.945Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria
2022-01-14T06:28:21.945Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:28:21.945Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.945Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria
2022-01-14T06:28:21.945Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T06:28:21.947Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.947Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:21.947Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 385b79c4-025f-4bd1-9432-c02d4e784aa1: basic_onboard_yVUKYi
2022-01-14T06:28:21.947Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.947Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:28:21.949Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_yVUKYi
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:28:22.160Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yVUKYi d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80 1 ASDC deployResourceStructure
2022-01-14T06:28:22.161Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json ASDC sendASDCNotification
2022-01-14T06:28:22.161Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json
2022-01-14T06:28:22.161Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T06:28:22.161Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:22.163Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:22.163Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141702161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T06:28:22.263Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:22.264Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:22.264Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:22.275Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:22.275Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:23.164Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-14T06:28:23.164Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml
2022-01-14T06:28:23.165Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T06:28:23.165Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:23.167Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:23.167Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141703164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-14T06:28:23.267Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:23.268Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:23.268Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:23.281Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:23.281Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:24.168Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-14T06:28:24.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env
2022-01-14T06:28:24.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T06:28:24.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:24.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:24.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141704168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-14T06:28:24.272Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:24.273Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:24.273Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:24.285Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:24.285Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:25.172Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar ASDC sendASDCNotification
2022-01-14T06:28:25.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar
2022-01-14T06:28:25.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T06:28:25.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:28:25.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:28:25.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141705172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:28:25.276Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:28:25.277Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:28:25.277Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:28:25.292Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:28:25.292Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:28:26.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:28:26.195Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:28:26.199Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:28:26.199Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T06:28:26.199Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T06:28:56.199Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:28:56.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:28:56.214Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:28:56.214Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T06:28:56.214Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T06:29:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:29:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:29:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:29:07.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:29:07.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:29:07.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642141687454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T06:29:07.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:29:26.214Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:29:26.227Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:29:26.231Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:29:26.231Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T06:29:26.231Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T06:29:56.232Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:29:56.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:29:56.247Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:29:56.247Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T06:29:56.247Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T06:30:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:30:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:30:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:30:07.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:30:07.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:30:07.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642141686215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:30:07.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:30:26.248Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:30:26.262Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:30:26.265Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:30:26.265Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T06:30:26.265Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T06:30:56.265Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:30:56.275Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:30:56.278Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:30:56.278Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T06:30:56.278Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T06:31:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:31:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:31:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:31:08.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:31:08.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:31:08.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642141686215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:31:08.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:31:08.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642141686215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:31:08.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:31:08.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642141686215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:31:08.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:31:08.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642141686215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:31:08.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642141686215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "aai-ml",
"timestamp": 1642141693661,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:31:08.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642141693982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:31:08.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141687529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:31:08.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-01-14T06:31:08.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "aai-ml",
"timestamp": 1642141694666,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:31:08.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04
2022-01-14T06:31:08.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:31:08.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141695440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "clamp",
"timestamp": 1642141697274,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642141697821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141698783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:31:08.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642141698825,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:31:08.095Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04
2022-01-14T06:31:08.095Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:31:08.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "clamp",
"timestamp": 1642141699284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:31:08.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141699842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:31:08.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "clamp",
"timestamp": 1642141700289,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:31:08.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04
2022-01-14T06:31:08.111Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:31:08.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141700889,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141702161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141703164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141704168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141705172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:31:08.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:31:26.279Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:31:26.291Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:31:26.295Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:31:26.301Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T06:31:56.302Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-14T06:31:56.313Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d938f9de-85da-4380-b0fd-e08bc0093e04 and serviceModelVersionId: 385b79c4-025f-4bd1-9432-c02d4e784aa1
2022-01-14T06:31:56.313Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cbcefed-5a09-4915-8494-f90b33fd13ec
2022-01-14T06:32:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:32:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:32:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:32:08.056Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0
2022-01-14T06:32:08.163Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T06:32:08.644Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-01-14T06:32:08.649Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0|INFO|500||Invoke
2022-01-14T06:32:08.855Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-14T06:32:09.319Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0|INFO|500||InvokeReturn
2022-01-14T06:32:09.319Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220114-06:32:08:957-2193], vertex-id=[393320], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:32:08 GMT], Content-Type=[application/json]}
2022-01-14T06:32:09.320Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-01-14T06:32:09.322Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T06:32:09.322Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T06:32:09.328Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-14T06:32:09.337Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d938f9de-85da-4380-b0fd-e08bc0093e04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T06:32:09.338Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T06:32:09.338Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:32:09.340Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:32:09.340Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141929337,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T06:32:09.441Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:32:09.442Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:32:09.442Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:32:09.457Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:32:09.457Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-14T06:32:10.067Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:32:10.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-14T06:32:10.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642141929337,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T06:32:10.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-14T06:32:10.361Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:32:10.361Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:32:10.361Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:32:21.246Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:32:21.247Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:32:21.247Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:32:21.247Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:32:30.789Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:32:30.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:32:30.790Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:32:30.790Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:32:40.332Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:32:40.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:32:40.334Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:32:40.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:32:49.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:33:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:33:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:33:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:33:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:33:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:33:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:33:17.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:33:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:34:07.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:34:07.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:34:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:34:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:08.157Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:08.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6dd821e2-4a57-4b01-9e93-d0085d721bcb","serviceName":"vFW 2022-01-14 06-32-17","serviceVersion":"1.0","serviceUUID":"b19dd635-5790-4055-adb4-e889da54de39","serviceDescription":"catalog service description","serviceInvariantUUID":"8fedd427-82da-4ac7-a298-de057b727f79","resources":[{"resourceInstanceName":"vFW c9ccd03e-61b8 0","resourceName":"vFW c9ccd03e-61b8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b407d4f3-c971-469a-8e6c-c7f92c72c461","resourceInvariantUUID":"96a620c5-14ac-454e-b4db-84b265cbd4ce","resourceCustomizationUUID":"bb0a6efc-aed3-4c7c-86a6-1b99280da6a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml","artifactChecksum":"YWQ0ZTdmYjQ5NjU1YjRhNTc0YWQ1M2EwM2Q4ZmMwNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ee16f47-0cef-4cbb-be04-301d02c83df5","artifactVersion":"1"},{"artifactName":"vfwc9ccd03e61b80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json","artifactChecksum":"ZjI5NjkzYjlmOTUxYTU2ODAwZWUyZjIzYjZlYmM3NGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76c0ed8d-599c-4cb3-8ecb-35bf6078b93d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"656c428e-ab6d-424d-939b-d1077e9262f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTNjYzNkNzc2MzY3NWIwNDI0YWFiMzNiYzQ4YTc0Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbafe17b-72c9-4951-9335-355cdd55ddc1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3fd83b65-5960-43b2-8346-07e16c19af4b","artifactVersion":"2","generatedFromUUID":"656c428e-ab6d-424d-939b-d1077e9262f0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220114063217-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml","artifactChecksum":"YjU4Y2UzYmFmZmQwYWE2N2Q1ZTAyYmJhNjc3OTZhZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04b2dab6-b83a-468f-8ffa-766dfdd424d7","artifactVersion":"1"},{"artifactName":"service-Vfw20220114063217-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar","artifactChecksum":"ZmUyOGQxODI3MzM3NjQ1NGE4ZThkYmMyOThjOGRmNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d49703b7-3eaf-42e2-a9bb-c4514cf6af11","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T06:34:08.161Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:34:08.162Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:08.163Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:08.164Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:08.164Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.167Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.167Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142016214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.168Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.168Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "dcae-sch",
"timestamp": 1642142013627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142016214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.170Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.170Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "dcae-sch",
"timestamp": 1642142013627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.170Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.170Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.170Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142016214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "dcae-sch",
"timestamp": 1642142013627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142016214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.172Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.172Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.172Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "dcae-sch",
"timestamp": 1642142013627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.172Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142025918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142016214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "dcae-sch",
"timestamp": 1642142013627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "cds",
"timestamp": 1642142026251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.175Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.175Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.175Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142025918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.175Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.175Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142016214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "dcae-sch",
"timestamp": 1642142013627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "cds",
"timestamp": 1642142026251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142025918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142016214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "dcae-sch",
"timestamp": 1642142013627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "cds",
"timestamp": 1642142026251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142028659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142025918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142029743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "cds",
"timestamp": 1642142026251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142028659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142025918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "cds",
"timestamp": 1642142026251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142028659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142025918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "policy-id",
"timestamp": 1642142030915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "cds",
"timestamp": 1642142026251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142028659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142025918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "policy-id",
"timestamp": 1642142030915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142032639,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "cds",
"timestamp": 1642142026251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142028659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "policy-id",
"timestamp": 1642142030915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142033643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142033643,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:34:08.200Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb
2022-01-14T06:34:08.200Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "cds",
"timestamp": 1642142034025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142028659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "policy-id",
"timestamp": 1642142030915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142034815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:08.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:34:08.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "cds",
"timestamp": 1642142035029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-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-01-14T06:34:08.216Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb
2022-01-14T06:34:08.217Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "clamp",
"timestamp": 1642142034523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142028659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142035926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "policy-id",
"timestamp": 1642142030915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "clamp",
"timestamp": 1642142034523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "policy-id",
"timestamp": 1642142030915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142036948,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:34:08.234Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb
2022-01-14T06:34:08.234Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:34:08.242Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "clamp",
"timestamp": 1642142034523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "aai-ml",
"timestamp": 1642142037013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "policy-id",
"timestamp": 1642142030915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142037952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "clamp",
"timestamp": 1642142034523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "aai-ml",
"timestamp": 1642142037013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "policy-id",
"timestamp": 1642142038645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "clamp",
"timestamp": 1642142034523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "aai-ml",
"timestamp": 1642142037013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "policy-id",
"timestamp": 1642142039650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "clamp",
"timestamp": 1642142034523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "aai-ml",
"timestamp": 1642142037013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.246Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.246Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "policy-id",
"timestamp": 1642142040653,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:34:08.251Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb
2022-01-14T06:34:08.251Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "clamp",
"timestamp": 1642142034523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "aai-ml",
"timestamp": 1642142037013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "aai-ml",
"timestamp": 1642142037013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "aai-ml",
"timestamp": 1642142037013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "aai-ml",
"timestamp": 1642142044917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:34:08.264Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:08.265Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:08.265Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:08.278Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:08.278Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:09.165Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:34:09.166Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:09.168Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:09.168Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:34:09.268Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:09.269Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:09.269Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:09.283Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:09.283Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:10.168Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:34:10.169Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:10.172Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:10.172Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:34:10.272Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:10.273Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:10.273Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:10.286Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:10.286Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-14T06:34:11.172Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:34:11.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:11.175Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:11.175Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:11.276Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T06:34:11.277Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:11.277Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:11.291Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:11.291Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:12.176Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:34:12.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:12.179Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:12.179Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-14T06:34:12.279Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:12.280Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:12.280Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:12.292Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:12.293Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:13.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:34:13.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:13.182Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:13.182Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:34:13.283Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T06:34:13.284Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:13.284Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:13.297Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:13.298Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:14.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:34:14.184Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:14.186Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:14.187Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:34:14.287Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:14.288Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:14.288Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:14.301Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:14.301Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:15.188Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"serviceName": "vFW 2022-01-14 06-32-17",
"serviceVersion": "1.0",
"serviceUUID": "b19dd635-5790-4055-adb4-e889da54de39",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8fedd427-82da-4ac7-a298-de057b727f79",
"resources": [
{
"resourceInstanceName": "vFW c9ccd03e-61b8 0",
"resourceCustomizationUUID": "bb0a6efc-aed3-4c7c-86a6-1b99280da6a1",
"resourceName": "vFW c9ccd03e-61b8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b407d4f3-c971-469a-8e6c-c7f92c72c461",
"resourceInvariantUUID": "96a620c5-14ac-454e-b4db-84b265cbd4ce",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc9ccd03e61b80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"artifactChecksum": "ZjI5NjkzYjlmOTUxYTU2ODAwZWUyZjIzYjZlYmM3NGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76c0ed8d-599c-4cb3-8ecb-35bf6078b93d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "656c428e-ab6d-424d-939b-d1077e9262f0",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3fd83b65-5960-43b2-8346-07e16c19af4b",
"generatedFromUUID": "656c428e-ab6d-424d-939b-d1077e9262f0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3fd83b65-5960-43b2-8346-07e16c19af4b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220114063217-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"artifactChecksum": "ZmUyOGQxODI3MzM3NjQ1NGE4ZThkYmMyOThjOGRmNDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d49703b7-3eaf-42e2-a9bb-c4514cf6af11"
}
],
"workloadContext": "Production"
}
2022-01-14T06:34:15.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T06:34:15.189Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b19dd635-5790-4055-adb4-e889da54de39 ASDC
2022-01-14T06:34:15.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6dd821e2-4a57-4b01-9e93-d0085d721bcb
ServiceName:vFW 2022-01-14 06-32-17
ServiceVersion:1.0
ServiceUUID:b19dd635-5790-4055-adb4-e889da54de39
ServiceInvariantUUID:8fedd427-82da-4ac7-a298-de057b727f79
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220114063217-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar
ArtifactUUID:d49703b7-3eaf-42e2-a9bb-c4514cf6af11
ArtifactChecksum:ZmUyOGQxODI3MzM3NjQ1NGE4ZThkYmMyOThjOGRmNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c9ccd03e-61b8 0
ResourceCustomizationUUID:bb0a6efc-aed3-4c7c-86a6-1b99280da6a1
ResourceInvariantUUID:96a620c5-14ac-454e-b4db-84b265cbd4ce
ResourceName:vFW c9ccd03e-61b8
ResourceType:VF
ResourceUUID:b407d4f3-c971-469a-8e6c-c7f92c72c461
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc9ccd03e61b80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json
ArtifactUUID:76c0ed8d-599c-4cb3-8ecb-35bf6078b93d
ArtifactChecksum:ZjI5NjkzYjlmOTUxYTU2ODAwZWUyZjIzYjZlYmM3NGU=
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/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml
ArtifactUUID:656c428e-ab6d-424d-939b-d1077e9262f0
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/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env
ArtifactUUID:3fd83b65-5960-43b2-8346-07e16c19af4b
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/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env
ArtifactUUID:3fd83b65-5960-43b2-8346-07e16c19af4b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-14T06:34:15.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b19dd635-5790-4055-adb4-e889da54de39 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-14T06:34:15.223Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T06:34:15.224Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-14T06:34:15.224Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-14T06:34:15.225Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d49703b7-3eaf-42e2-a9bb-c4514cf6af11 from URL: /sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:15.225Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-14T06:34:15.225Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:15.283Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-14T06:34:15.288Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar d49703b7-3eaf-42e2-a9bb-c4514cf6af11 98897
2022-01-14T06:34:15.288Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar ASDC sendASDCNotification
2022-01-14T06:34:15.288Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:15.288Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T06:34:15.289Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:15.290Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:15.291Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142055288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:15.391Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:15.392Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:15.392Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:15.405Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:15.405Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:16.291Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T06:34:16.292Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-14T06:34:16.293Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d49703b7-3eaf-42e2-a9bb-c4514cf6af11, URL: /sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar to file: /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:16.293Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220114063217-csar.csar
2022-01-14T06:34:16.294Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:16.294Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:16.493Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18373768023959254441/Definitions/service-Vfw20220114063217-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-01-14T06:34:18.684Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c9ccd03e-61b8 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-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria
2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria
2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b774926-7593-490a-be1c-02756c735bb6
2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria
2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a19dbe6b-97af-4101-ac72-479b63b3990a
2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria
2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a223020c-a828-403f-b973-4f06f91653d2
2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-14 06-32-17
Description:catalog service description
Model UUID:b19dd635-5790-4055-adb4-e889da54de39
Model Version:NULL
Model InvariantUuid:8fedd427-82da-4ac7-a298-de057b727f79
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c9ccd03e-61b8
Model UUID:675db5ad-ac13-46c4-a968-e7b98266de79
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:96a620c5-14ac-454e-b4db-84b265cbd4ce
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bb0a6efc-aed3-4c7c-86a6-1b99280da6a1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1a803be0-083d-43ca-8236-92bd79ebff17
ModelName:VfwC9ccd03e61b8..base_vfw..module-0
ModelUuid:bc360ca8-8a36-447a-ad0e-2e2f253cf177
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8b774926-7593-490a-be1c-02756c735bb6
ModelInvariantUuid:8ce31640-f00e-425c-98f8-8a34dbbbac2b
ModelName:vFW c9ccd03e-61b8-nodes.vfwCvfc
ModelUuid:96b55fdb-070a-42b1-a704-a15dd6cd2b92
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ca75973a-e434-4121-95e5-08cbfea088d0
ModelInvariantUuid:a01ac01c-d4c2-465c-904f-c3a0c428d928
ModelName:VfwC9ccd03e61b8.compute.nodes.heat.vfw
ModelUuid:20dfd9c2-380e-4cc0-b9fe-67b48dadcd6f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a19dbe6b-97af-4101-ac72-479b63b3990a
ModelInvariantUuid:22f3585e-d657-413c-9af3-d712e879a275
ModelName:vFW c9ccd03e-61b8-nodes.vsnCvfc
ModelUuid:8dcb4703-af53-4fd1-87cd-7f43f43b82cf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d8d9ba21-9368-49bd-b88a-9a4fccb8b68d
ModelInvariantUuid:9e735b14-e856-4c69-b48f-6fdbbdd8b20d
ModelName:VfwC9ccd03e61b8.compute.nodes.heat.vsn
ModelUuid:5b5a2680-1480-42a6-bbb0-05ceadfdfb87
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a223020c-a828-403f-b973-4f06f91653d2
ModelInvariantUuid:2455290c-e5c6-47f7-895c-f3c27d6bd447
ModelName:vFW c9ccd03e-61b8-nodes.vpgCvfc
ModelUuid:da66b31b-cdb8-453c-abad-e0fa1c5c9c95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0067cd7b-27c3-46b0-8570-d0636e5f7908
ModelInvariantUuid:0b56d3c6-2ebe-4deb-ba64-954ded7d89db
ModelName:VfwC9ccd03e61b8.compute.nodes.heat.vpg
ModelUuid:230cce86-048c-4d6c-ad2e-f59245263755
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-14T06:34:18.704Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b407d4f3-c971-469a-8e6c-c7f92c72c461
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T06:34:18.707Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||vFW c9ccd03e-61b8 0
2022-01-14T06:34:18.707Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b407d4f3-c971-469a-8e6c-c7f92c72c461
2022-01-14T06:34:18.707Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 76c0ed8d-599c-4cb3-8ecb-35bf6078b93d from URL: /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json
2022-01-14T06:34:18.707Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-14T06:34:18.708Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json
2022-01-14T06:34:18.752Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-14T06:34:18.752Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json 76c0ed8d-599c-4cb3-8ecb-35bf6078b93d 785
2022-01-14T06:34:18.753Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json ASDC sendASDCNotification
2022-01-14T06:34:18.753Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json
2022-01-14T06:34:18.753Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T06:34:18.754Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:18.756Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:18.756Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142058753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:18.856Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:18.857Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:18.857Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:18.870Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:18.870Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-14T06:34:19.756Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC9ccd03e61b8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1a803be0-083d-43ca-8236-92bd79ebff17",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc360ca8-8a36-447a-ad0e-2e2f253cf177",
"vfModuleModelCustomizationUUID": "ad94c3c9-0847-41c2-8fc1-ce7f7dff7ca9",
"isBase": true,
"artifacts": [
"656c428e-ab6d-424d-939b-d1077e9262f0",
"3fd83b65-5960-43b2-8346-07e16c19af4b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-14T06:34:19.761Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9ccd03e61b8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc360ca8-8a36-447a-ad0e-2e2f253cf177
VfModuleModelInvariantUUID:1a803be0-083d-43ca-8236-92bd79ebff17
VfModuleModelDescription:NULL
Artifacts UUID List:{
656c428e-ab6d-424d-939b-d1077e9262f0
,
3fd83b65-5960-43b2-8346-07e16c19af4b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-14T06:34:19.763Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC9ccd03e61b8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1a803be0-083d-43ca-8236-92bd79ebff17",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "bc360ca8-8a36-447a-ad0e-2e2f253cf177",
"vfModuleModelCustomizationUUID": "ad94c3c9-0847-41c2-8fc1-ce7f7dff7ca9",
"isBase": true,
"artifacts": [
"656c428e-ab6d-424d-939b-d1077e9262f0",
"3fd83b65-5960-43b2-8346-07e16c19af4b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-01-14T06:34:19.763Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC9ccd03e61b8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc360ca8-8a36-447a-ad0e-2e2f253cf177
VfModuleModelInvariantUUID:1a803be0-083d-43ca-8236-92bd79ebff17
VfModuleModelDescription:NULL
Artifacts UUID List:{
656c428e-ab6d-424d-939b-d1077e9262f0
,
3fd83b65-5960-43b2-8346-07e16c19af4b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-01-14T06:34:19.763Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 656c428e-ab6d-424d-939b-d1077e9262f0 from URL: /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml
2022-01-14T06:34:19.763Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-14T06:34:19.763Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml
2022-01-14T06:34:19.807Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-14T06:34:19.808Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml 656c428e-ab6d-424d-939b-d1077e9262f0 20368
2022-01-14T06:34:19.809Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-14T06:34:19.809Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml
2022-01-14T06:34:19.809Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T06:34:19.809Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:19.811Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:19.811Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142059809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:19.911Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:19.912Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:19.912Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:19.925Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:19.926Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:20.812Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3fd83b65-5960-43b2-8346-07e16c19af4b from URL: /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env
2022-01-14T06:34:20.813Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-14T06:34:20.814Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env
2022-01-14T06:34:20.861Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-14T06:34:20.862Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env 3fd83b65-5960-43b2-8346-07e16c19af4b 2098
2022-01-14T06:34:20.862Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-14T06:34:20.863Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env
2022-01-14T06:34:20.863Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T06:34:20.864Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:20.866Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:20.867Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142060862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:34:20.967Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:20.968Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-14T06:34:20.968Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:20.983Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:20.984Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:21.867Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b19dd635-5790-4055-adb4-e889da54de39
2022-01-14T06:34:21.868Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c9ccd03e-61b8 0 b407d4f3-c971-469a-8e6c-c7f92c72c461 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T06:34:21.888Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@333a03dc, org.onap.sdc.toscaparser.api.parameters.Input@fc66797, org.onap.sdc.toscaparser.api.parameters.Input@21cecdd6, org.onap.sdc.toscaparser.api.parameters.Input@76926e05, org.onap.sdc.toscaparser.api.parameters.Input@1555b7e8]
2022-01-14T06:34:21.890Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.890Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:21.891Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-01-14T06:34:21.891Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= bb0a6efc-aed3-4c7c-86a6-1b99280da6a1
2022-01-14T06:34:21.891Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb0a6efc-aed3-4c7c-86a6-1b99280da6a1 matches Tosca VF Customization UUID: bb0a6efc-aed3-4c7c-86a6-1b99280da6a1
2022-01-14T06:34:21.891Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: bb0a6efc-aed3-4c7c-86a6-1b99280da6a1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-01-14T06:34:21.894Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.895Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:21.895Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id bb0a6efc-aed3-4c7c-86a6-1b99280da6a1: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-01-14T06:34:21.896Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d0c9015
2022-01-14T06:34:21.896Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.896Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-14T06:34:21.896Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ad94c3c9-0847-41c2-8fc1-ce7f7dff7ca9
2022-01-14T06:34:21.897Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ad94c3c9-0847-41c2-8fc1-ce7f7dff7ca9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-01-14T06:34:21.899Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.899Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria
2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:21.902Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T06:34:21.902Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T06:34:21.902Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b774926-7593-490a-be1c-02756c735bb6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-14T06:34:21.904Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.904Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:21.905Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:34:21.905Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.905Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria
2022-01-14T06:34:21.905Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T06:34:21.907Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-14T06:34:21.907Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-14T06:34:21.907Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:21.907Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-14T06:34:21.907Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T06:34:21.908Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a19dbe6b-97af-4101-ac72-479b63b3990a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-14T06:34:21.910Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.910Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:21.910Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:34:21.912Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria
2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a223020c-a828-403f-b973-4f06f91653d2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-01-14T06:34:21.916Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.916Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:21.917Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-14T06:34:21.917Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.917Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria
2022-01-14T06:34:21.917Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=bb0a6efc-aed3-4c7c-86a6-1b99280da6a1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b19dd635-5790-4055-adb4-e889da54de39: vFW c9ccd03e-61b8
2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-01-14 06-32-17
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:34:22.122Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c9ccd03e-61b8 b407d4f3-c971-469a-8e6c-c7f92c72c461 1 ASDC deployResourceStructure
2022-01-14T06:34:22.122Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json ASDC sendASDCNotification
2022-01-14T06:34:22.122Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json
2022-01-14T06:34:22.123Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T06:34:22.123Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:22.124Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:22.125Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142062122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T06:34:22.225Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:22.226Z||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-01-14T06:34:22.226Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:22.240Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:22.240Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-14T06:34:23.125Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-14T06:34:23.126Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml
2022-01-14T06:34:23.126Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T06:34:23.127Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:23.129Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:23.130Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142063125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-14T06:34:23.230Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:23.231Z||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-01-14T06:34:23.231Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:23.245Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:23.246Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:24.130Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-14T06:34:24.131Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env
2022-01-14T06:34:24.132Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T06:34:24.132Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:24.134Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:24.134Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142064130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-14T06:34:24.235Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:24.236Z||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-01-14T06:34:24.236Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:24.254Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:24.254Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-01-14T06:34:25.135Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar ASDC sendASDCNotification
2022-01-14T06:34:25.136Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar
2022-01-14T06:34:25.136Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-14T06:34:25.137Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:34:25.139Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:34:25.139Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142065135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:34:25.239Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:34:25.240Z||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-01-14T06:34:25.240Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:34:25.253Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:34:25.253Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:34:26.140Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:34:26.152Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:34:26.155Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:34:26.155Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T06:34:26.156Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T06:34:56.156Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:34:56.168Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:34:56.171Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:34:56.172Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T06:34:56.172Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T06:35:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:35:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:35:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:35:07.658Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:35:07.659Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:35:07.659Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:35:07.660Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:35:26.172Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:35:26.186Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:35:26.188Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:35:26.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T06:35:26.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T06:35:56.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:35:56.204Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:35:56.210Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:35:56.210Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-14T06:35:56.210Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-14T06:36:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:36:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:36:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:36:08.058Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:36:08.060Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.060Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:36:08.061Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:36:08.061Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.061Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:36:08.062Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:36:08.062Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.062Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:36:08.062Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:36:08.062Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.063Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-14T06:36:08.063Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:36:08.063Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.063Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "aai-ml",
"timestamp": 1642142053117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:36:08.064Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:08.064Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.064Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:36:08.064Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:36:08.064Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.065Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "aai-ml",
"timestamp": 1642142054121,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:36:08.072Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb
2022-01-14T06:36:08.072Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:36:08.083Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.083Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142047529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:36:08.083Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-01-14T06:36:08.083Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.083Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142055288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "clamp",
"timestamp": 1642142055327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "clamp",
"timestamp": 1642142057338,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "clamp",
"timestamp": 1642142058343,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:36:08.090Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb
2022-01-14T06:36:08.090Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:36:08.100Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.100Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142058753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:36:08.100Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142059809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142060862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142062122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142063125,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142064130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-14T06:36:08.102Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:08.102Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:36:08.102Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142065135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:36:08.102Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:36:26.210Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:36:26.222Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-14T06:36:26.227Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:36:26.232Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-14T06:36:56.232Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-01-14T06:36:56.240Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb and serviceModelVersionId: b19dd635-5790-4055-adb4-e889da54de39
2022-01-14T06:36:56.240Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fedd427-82da-4ac7-a298-de057b727f79
2022-01-14T06:36:56.241Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0
2022-01-14T06:36:56.245Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-14T06:36:56.278Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-01-14T06:36:56.279Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0|INFO|500||Invoke
2022-01-14T06:36:56.305Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-01-14T06:36:56.419Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0|INFO|500||InvokeReturn
2022-01-14T06:36:56.420Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220114-06:36:56:343-51834], vertex-id=[188600], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:36:56 GMT], Content-Type=[application/json]}
2022-01-14T06:36:56.420Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-01-14T06:36:56.420Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-14T06:36:56.420Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-14T06:36:56.425Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-14T06:36:56.425Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dd821e2-4a57-4b01-9e93-d0085d721bcb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-14T06:36:56.425Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-14T06:36:56.426Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:36:56.428Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:36:56.428Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142216425,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T06:36:56.528Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:36:56.529Z||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-01-14T06:36:56.529Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:36:56.546Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:36:56.547Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-01-14T06:36:57.443Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:36:57.443Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:36:57.444Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:37:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:37:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:37:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:37:07.705Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:37:07.705Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:37:07.706Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:37:07.706Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:37:08.156Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:37:08.157Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-14T06:37:08.157Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142216425,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-14T06:37:08.158Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:37:17.249Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:37:17.250Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:37:17.250Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:37:17.250Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:37:26.792Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:38:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:38:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:38:07.530Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:38:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:38:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:38:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:38:17.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:38:17.076Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:39:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:39:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:39:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:39:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:39:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:39:07.532Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:39:17.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:39:17.077Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:40:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:40:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:40:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-14T06:40:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-14T06:40:07.531Z||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 rfDceJTpekhfFnyZ) ...
2022-01-14T06:40:07.975Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:07.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142388659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "cds",
"timestamp": 1642142386251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142385918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "policy-id",
"timestamp": 1642142390915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "cds",
"timestamp": 1642142386251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142388659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142385918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "policy-id",
"timestamp": 1642142390915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142388659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "cds",
"timestamp": 1642142386251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142385918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "policy-id",
"timestamp": 1642142390915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "dcae-sch",
"timestamp": 1642142393627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "cds",
"timestamp": 1642142386251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142388659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142385918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "policy-id",
"timestamp": 1642142390915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "clamp",
"timestamp": 1642142394523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "dcae-sch",
"timestamp": 1642142393627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142388659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "cds",
"timestamp": 1642142386251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142385918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "policy-id",
"timestamp": 1642142390915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "clamp",
"timestamp": 1642142394523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "dcae-sch",
"timestamp": 1642142393627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142388659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "cds",
"timestamp": 1642142386251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142385918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "policy-id",
"timestamp": 1642142390915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "clamp",
"timestamp": 1642142394523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "dcae-sch",
"timestamp": 1642142393627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "aai-ml",
"timestamp": 1642142397013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "cds",
"timestamp": 1642142386251,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "ves-openapi-manager",
"timestamp": 1642142388659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142385918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "policy-id",
"timestamp": 1642142390915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "clamp",
"timestamp": 1642142394523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "dcae-sch",
"timestamp": 1642142393627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "aai-ml",
"timestamp": 1642142397013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142399136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "cds",
"timestamp": 1642142399140,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "clamp",
"timestamp": 1642142394523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "policy-id",
"timestamp": 1642142399145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "dcae-sch",
"timestamp": 1642142393627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "aai-ml",
"timestamp": 1642142397013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:07.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:07.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:07.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "cds",
"timestamp": 1642142400145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:40:08.002Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ffa1d90-fe3f-4643-8315-5d87fb6902a7
2022-01-14T06:40:08.002Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:40:08.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "clamp",
"timestamp": 1642142394523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "policy-id",
"timestamp": 1642142400150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142400195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "dcae-sch",
"timestamp": 1642142393627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "aai-ml",
"timestamp": 1642142397013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "clamp",
"timestamp": 1642142394523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:40:08.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:08.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "policy-id",
"timestamp": 1642142401153,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:40:08.023Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ffa1d90-fe3f-4643-8315-5d87fb6902a7
2022-01-14T06:40:08.023Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-14T06:40:08.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142401290,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:40:08.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:40:08.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "aai-ml",
"timestamp": 1642142397013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:08.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:08.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142402308,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-14T06:40:08.039Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ffa1d90-fe3f-4643-8315-5d87fb6902a7
2022-01-14T06:40:08.040Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-14T06:40:08.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "aai-ml",
"timestamp": 1642142397013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:08.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1642142403313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"status": "DEPLOY_OK"
}
2022-01-14T06:40:08.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "aai-ml",
"timestamp": 1642142397013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:40:08.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "aai-ml",
"timestamp": 1642142404913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:40:08.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-14T06:40:08.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1642142406215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:08.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-14T06:40:08.156Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:08.157Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-14T06:40:08.157Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ffa1d90-fe3f-4643-8315-5d87fb6902a7","serviceName":"vFW 2022-01-14 06-38-39","serviceVersion":"1.0","serviceUUID":"a500b564-1131-4d71-abb5-80a9aea09bbc","serviceDescription":"catalog service description","serviceInvariantUUID":"d7715889-f2a9-4c8b-940b-f625b4597ec4","resources":[{"resourceInstanceName":"vFW 7d690666-87e3 0","resourceName":"vFW 7d690666-87e3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"00138b19-e50f-4168-ab6f-a23961f37db5","resourceInvariantUUID":"0aefb2d9-0cec-4b8d-9504-d7b19b96222c","resourceCustomizationUUID":"944e5688-9153-4dc5-9779-6b9290e7b0a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml","artifactChecksum":"ODg5NWJkNDViOWY3MDlmYzQ1N2Y2MGQ1YWVkNmQyMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b5dcf87-d25f-4a13-ab67-84dca4894478","artifactVersion":"1"},{"artifactName":"vfw7d69066687e30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json","artifactChecksum":"NTM5ZmFmYzkzMmI1MjE5NzNhYjRkYjZkN2Q5MDcwODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb5e7cf8-64b8-4158-a623-a97026e41d07","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"129e0a4b-c306-40e9-8653-ea06f17e28cc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml","artifactChecksum":"MjFjYzZhZTYzOGJjYTBjZTMyNjVlNzU5YmRhZjI2ZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d1986dc6-fbf0-4d2d-9aed-73fe8c1d09ee","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87db5a16-99bb-46f0-93e8-1020732668e0","artifactVersion":"2","generatedFromUUID":"129e0a4b-c306-40e9-8653-ea06f17e28cc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220114063839-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml","artifactChecksum":"MTc5ZTA0MDhkZTliMTUwZDMzZWZjMjdkNmZmNjJhM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"656bbaa4-6da1-4a37-81ff-c9ebbf189a53","artifactVersion":"1"},{"artifactName":"service-Vfw20220114063839-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar","artifactChecksum":"NzA5OWVlNTRhNzBiYjk1ZTEwNjkzYzA5ZjIyZmU2YWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f6a4f45-f232-4b02-9b5e-9c28383b930b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-14T06:40:08.160Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:40:08.160Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:40:08.162Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:40:08.162Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142407529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:08.263Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-14T06:40:08.264Z||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-01-14T06:40:08.264Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:40:08.283Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:08.284Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:40:09.163Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:40:09.164Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:40:09.166Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:40:09.166Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142407529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"status": "NOTIFIED"
}
2022-01-14T06:40:09.267Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-14T06:40:09.267Z||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-01-14T06:40:09.267Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:40:09.281Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:09.282Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:40:10.167Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:40:10.168Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:40:10.170Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:40:10.171Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142407529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-14T06:40:10.271Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:40:10.272Z||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-01-14T06:40:10.272Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:40:10.287Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:10.288Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:40:11.171Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:40:11.173Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:40:11.176Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:40:11.176Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142407529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:11.276Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:40:11.277Z||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-01-14T06:40:11.277Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:40:11.291Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:11.292Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:40:12.177Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:40:12.178Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:40:12.180Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:40:12.180Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142407529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-14T06:40:12.280Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:40:12.281Z||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-01-14T06:40:12.281Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:40:12.293Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:12.294Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:40:13.180Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:40:13.181Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:40:13.184Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:40:13.184Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142407529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-14T06:40:13.284Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:40:13.285Z||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-01-14T06:40:13.285Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:40:13.299Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:13.300Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:40:14.184Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-14T06:40:14.185Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:40:14.187Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:40:14.187Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142407529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "NOTIFIED"
}
2022-01-14T06:40:14.287Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:40:14.288Z||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-01-14T06:40:14.288Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:40:14.301Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:14.302Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:40:15.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"serviceName": "vFW 2022-01-14 06-38-39",
"serviceVersion": "1.0",
"serviceUUID": "a500b564-1131-4d71-abb5-80a9aea09bbc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d7715889-f2a9-4c8b-940b-f625b4597ec4",
"resources": [
{
"resourceInstanceName": "vFW 7d690666-87e3 0",
"resourceCustomizationUUID": "944e5688-9153-4dc5-9779-6b9290e7b0a8",
"resourceName": "vFW 7d690666-87e3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "00138b19-e50f-4168-ab6f-a23961f37db5",
"resourceInvariantUUID": "0aefb2d9-0cec-4b8d-9504-d7b19b96222c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7d69066687e30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json",
"artifactChecksum": "NTM5ZmFmYzkzMmI1MjE5NzNhYjRkYjZkN2Q5MDcwODQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fb5e7cf8-64b8-4158-a623-a97026e41d07",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "129e0a4b-c306-40e9-8653-ea06f17e28cc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87db5a16-99bb-46f0-93e8-1020732668e0",
"generatedFromUUID": "129e0a4b-c306-40e9-8653-ea06f17e28cc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87db5a16-99bb-46f0-93e8-1020732668e0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220114063839-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"artifactChecksum": "NzA5OWVlNTRhNzBiYjk1ZTEwNjkzYzA5ZjIyZmU2YWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3f6a4f45-f232-4b02-9b5e-9c28383b930b"
}
],
"workloadContext": "Production"
}
2022-01-14T06:40:15.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-14T06:40:15.190Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a500b564-1131-4d71-abb5-80a9aea09bbc ASDC
2022-01-14T06:40:15.190Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3ffa1d90-fe3f-4643-8315-5d87fb6902a7
ServiceName:vFW 2022-01-14 06-38-39
ServiceVersion:1.0
ServiceUUID:a500b564-1131-4d71-abb5-80a9aea09bbc
ServiceInvariantUUID:d7715889-f2a9-4c8b-940b-f625b4597ec4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220114063839-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar
ArtifactUUID:3f6a4f45-f232-4b02-9b5e-9c28383b930b
ArtifactChecksum:NzA5OWVlNTRhNzBiYjk1ZTEwNjkzYzA5ZjIyZmU2YWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7d690666-87e3 0
ResourceCustomizationUUID:944e5688-9153-4dc5-9779-6b9290e7b0a8
ResourceInvariantUUID:0aefb2d9-0cec-4b8d-9504-d7b19b96222c
ResourceName:vFW 7d690666-87e3
ResourceType:VF
ResourceUUID:00138b19-e50f-4168-ab6f-a23961f37db5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7d69066687e30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json
ArtifactUUID:fb5e7cf8-64b8-4158-a623-a97026e41d07
ArtifactChecksum:NTM5ZmFmYzkzMmI1MjE5NzNhYjRkYjZkN2Q5MDcwODQ=
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/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml
ArtifactUUID:129e0a4b-c306-40e9-8653-ea06f17e28cc
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/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env
ArtifactUUID:87db5a16-99bb-46f0-93e8-1020732668e0
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/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env
ArtifactUUID:87db5a16-99bb-46f0-93e8-1020732668e0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-14T06:40:15.190Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a500b564-1131-4d71-abb5-80a9aea09bbc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-14T06:40:15.230Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T06:40:15.231Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-14T06:40:15.231Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-14T06:40:15.231Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f6a4f45-f232-4b02-9b5e-9c28383b930b from URL: /sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:15.231Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-14T06:40:15.231Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:15.291Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-14T06:40:15.295Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar 3f6a4f45-f232-4b02-9b5e-9c28383b930b 98935
2022-01-14T06:40:15.296Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar ASDC sendASDCNotification
2022-01-14T06:40:15.296Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:15.296Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-14T06:40:15.296Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-14T06:40:15.298Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-14T06:40:15.298Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1642142415295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-14T06:40:15.398Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-14T06:40:15.399Z||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-01-14T06:40:15.399Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ...
2022-01-14T06:40:15.413Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-14T06:40:15.413Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-14T06:40:16.298Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-14T06:40:16.299Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-14T06:40:16.300Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3f6a4f45-f232-4b02-9b5e-9c28383b930b, URL: /sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar to file: /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:16.300Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220114063839-csar.csar
2022-01-14T06:40:16.301Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:16.301Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:16.699Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1309039058219186448/Definitions/service-Vfw20220114063839-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-01-14T06:40:18.248Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7d690666-87e3 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-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar
2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive