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-05-31T02:32:53.561Z||main|||||INFO|500||The following profiles are active: basic
2022-05-31T02:33:02.789Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-31T02:33:02.790Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-31T02:33:02.866Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-31T02:33:05.214Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-31T02:33:05.369Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-31T02:33:05.698Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-31T02:33:05.712Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-31T02:33:05.786Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-31T02:33:05.911Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-31T02:33:06.300Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-31T02:33:07.173Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-31T02:33:09.085Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-31T02:33:09.136Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-31T02:33:09.718Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-31T02:33:09.943Z||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-05-31T02:33:11.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-31T02:33:11.979Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-31T02:33:11.997Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$8b4e7d66.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-31T02:33:11.998Z||main|||||WARN|500||The sdc end point is not alive
2022-05-31T02:33:14.545Z||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-05-31T02:33:17.268Z||main|||||WARN|500||---
2022-05-31T02:33:17.269Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-31T02:33:17.269Z||main|||||WARN|500||---
2022-05-31T02:33:17.682Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-31T02:33:21.887Z||main|||||INFO|500||Started Application in 32.431 seconds (JVM running for 33.496)
2022-05-31T02:33:21.910Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-31T02:33:21.912Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-31T02:33:21.923Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-31T02:33:21.949Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-31T02:33:22.033Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e366fa15-9b2e-4ff9-a3a6-dc4667f9c70e url= /sdc/v1/artifactTypes
2022-05-31T02:33:22.034Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-31T02:33:23.129Z||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.26.184] 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$$fca5bef9.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-05-31T02:33:23.133Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3893a516
2022-05-31T02:33:23.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-05-31T02:33:23.147Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-05-31T02:33:23.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-05-31T02:33:23.151Z||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$$fca5bef9.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-05-31T02:34:11.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-31T02:34:11.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-31T02:34:11.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-31T02:34:11.885Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-31T02:34:11.892Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 98d30933-dfd4-4305-ab15-3023a9087bc5 url= /sdc/v1/artifactTypes
2022-05-31T02:34:11.892Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-31T02:34:12.921Z||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.26.184] 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$$fca5bef9.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-05-31T02:34:12.922Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@89c9dc5
2022-05-31T02:34:12.922Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-05-31T02:34:12.923Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-05-31T02:34:12.923Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-05-31T02:34:12.923Z||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$$fca5bef9.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-05-31T02:35:01.882Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-31T02:35:01.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-31T02:35:01.883Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-31T02:35:01.887Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-31T02:35:01.892Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 59d16010-c908-4d04-b003-afa17792ef7a url= /sdc/v1/artifactTypes
2022-05-31T02:35:01.892Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-31T02:35:02.106Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-31T02:35:02.113Z||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-05-31T02:35:02.133Z||scheduling-1|||||DEBUG|500||create keys
2022-05-31T02:35:02.139Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-31T02:35:02.164Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:35:02.177Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6940ee28-2876-4d7d-8b84-378ae576e2e7 url= /sdc/v1/registerForDistribution
2022-05-31T02:35:02.271Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6940ee28-2876-4d7d-8b84-378ae576e2e7 url= /sdc/v1/registerForDistribution
2022-05-31T02:35:02.272Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-31T02:35:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:35:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:35:02.283Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T02:35:02.283Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T02:35:02.283Z||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-05-31T02:35:02.283Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-31T02:35:02.283Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:35:12.549Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:35:12.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:36:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:36:02.278Z||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-05-31T02:36:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:36:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:36:02.279Z||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-05-31T02:36:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:36:11.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:36:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:37:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:37:02.278Z||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-05-31T02:37:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:37:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:37:02.279Z||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-05-31T02:37:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:37:11.820Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:37:11.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:38:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:38:02.278Z||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-05-31T02:38:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:38:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:38:02.279Z||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-05-31T02:38:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:38:11.821Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:38:11.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:39:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:39:02.278Z||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-05-31T02:39:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:39:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:39:02.279Z||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-05-31T02:39:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:39:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:39:11.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:40:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:40:02.278Z||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-05-31T02:40:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:40:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:40:02.280Z||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-05-31T02:40:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:40:11.822Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:40:11.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:41:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:41:02.278Z||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-05-31T02:41:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:41:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:41:02.279Z||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-05-31T02:41:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:41:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:41:11.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:42:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:42:02.278Z||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-05-31T02:42:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:42:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:42:02.280Z||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-05-31T02:42:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:42:11.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:42:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:43:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:43:02.278Z||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-05-31T02:43:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:43:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:43:02.279Z||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-05-31T02:43:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:43:07.666Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-31T02:43:11.819Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:43:11.821Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:44:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:44:02.278Z||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-05-31T02:44:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:44:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:44:02.279Z||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-05-31T02:44:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:44:11.823Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:44:11.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:45:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:45:02.278Z||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-05-31T02:45:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:45:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:45:02.279Z||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-05-31T02:45:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:45:11.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:45:11.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:46:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:46:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:46:02.279Z||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-05-31T02:46:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:46:02.279Z||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-05-31T02:46:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:46:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:46:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:47:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:47:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:47:02.280Z||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-05-31T02:47:02.280Z||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-05-31T02:47:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:47:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:47:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:47:11.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:48:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:48:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:48:02.282Z||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-05-31T02:48:02.282Z||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-05-31T02:48:02.282Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:48:02.282Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:48:11.821Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:48:11.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:49:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:49:02.278Z||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-05-31T02:49:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:49:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:49:02.279Z||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-05-31T02:49:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:49:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:49:11.819Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:50:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:50:02.278Z||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-05-31T02:50:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:50:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:50:02.279Z||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-05-31T02:50:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:50:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:50:11.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:51:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:51:02.278Z||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-05-31T02:51:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:51:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:51:02.279Z||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-05-31T02:51:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:51:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:51:11.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:52:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:52:02.278Z||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-05-31T02:52:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:52:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:52:02.280Z||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-05-31T02:52:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:52:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:52:11.820Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:53:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:53:02.278Z||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-05-31T02:53:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:53:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:53:02.279Z||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-05-31T02:53:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:53:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:53:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:54:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:54:02.278Z||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-05-31T02:54:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:54:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:54:02.279Z||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-05-31T02:54:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:54:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:54:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:55:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:55:02.278Z||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-05-31T02:55:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:55:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:55:02.279Z||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-05-31T02:55:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:55:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:55:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:56:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:56:02.278Z||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-05-31T02:56:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:56:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:56:02.279Z||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-05-31T02:56:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:56:11.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:56:11.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:57:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:57:02.278Z||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-05-31T02:57:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:57:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:57:02.279Z||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-05-31T02:57:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:57:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:57:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:58:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:58:02.278Z||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-05-31T02:58:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:58:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:58:02.279Z||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-05-31T02:58:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:58:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:58:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:59:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:59:02.278Z||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-05-31T02:59:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:59:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T02:59:02.279Z||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-05-31T02:59:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T02:59:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T02:59:11.818Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:00:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:00:02.278Z||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-05-31T03:00:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:00:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:00:02.279Z||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-05-31T03:00:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:00:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:00:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:01:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:01:02.278Z||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-05-31T03:01:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:01:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:01:02.279Z||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-05-31T03:01:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:01:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:01:11.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:02:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:02:02.278Z||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-05-31T03:02:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:02:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:02:02.279Z||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-05-31T03:02:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:02:11.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:02:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:03:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:03:02.278Z||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-05-31T03:03:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:03:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:03:02.279Z||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-05-31T03:03:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:03:11.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:03:11.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:04:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:04:02.278Z||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-05-31T03:04:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:04:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:04:02.279Z||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-05-31T03:04:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:04:11.822Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:04:11.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:05:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:05:02.278Z||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-05-31T03:05:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:05:02.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:05:02.279Z||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-05-31T03:05:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:05:11.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:05:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:06:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:06:02.278Z||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-05-31T03:06:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:06:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:06:02.280Z||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-05-31T03:06:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:06:11.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:06:11.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:07:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:07:02.278Z||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-05-31T03:07:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:07:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:07:02.279Z||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-05-31T03:07:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:07:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:07:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:08:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:08:02.278Z||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-05-31T03:08:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:08:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:08:02.279Z||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-05-31T03:08:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:08:11.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:08:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:09:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:09:02.278Z||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-05-31T03:09:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:09:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:09:02.279Z||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-05-31T03:09:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:09:11.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:09:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:10:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:10:02.278Z||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-05-31T03:10:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:10:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:10:02.279Z||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-05-31T03:10:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:10:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:10:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:11:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:11:02.278Z||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-05-31T03:11:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:11:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:11:02.279Z||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-05-31T03:11:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:11:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:11:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:12:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:12:02.278Z||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-05-31T03:12:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:12:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:12:02.279Z||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-05-31T03:12:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:12:11.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:12:11.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:13:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:13:02.278Z||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-05-31T03:13:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:13:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:13:02.279Z||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-05-31T03:13:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:13:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:13:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:14:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:14:02.278Z||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-05-31T03:14:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:14:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:14:02.279Z||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-05-31T03:14:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:14:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:14:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:15:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:15:02.278Z||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-05-31T03:15:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:15:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:15:02.279Z||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-05-31T03:15:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:15:11.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:15:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:16:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:16:02.278Z||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-05-31T03:16:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:16:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:16:02.279Z||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-05-31T03:16:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:16:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:16:11.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:17:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:17:02.278Z||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-05-31T03:17:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:17:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:17:02.279Z||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-05-31T03:17:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:17:11.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:17:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:18:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:18:02.278Z||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-05-31T03:18:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:18:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:18:02.279Z||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-05-31T03:18:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:18:11.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:18:11.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:19:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:19:02.278Z||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-05-31T03:19:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:19:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:19:02.279Z||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-05-31T03:19:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:19:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:19:11.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:20:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:20:02.278Z||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-05-31T03:20:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:20:02.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:20:02.279Z||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-05-31T03:20:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:20:11.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:20:11.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:21:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:21:02.278Z||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-05-31T03:21:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:21:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:21:02.279Z||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-05-31T03:21:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:21:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:21:11.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:22:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:22:02.278Z||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-05-31T03:22:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:22:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:22:02.280Z||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-05-31T03:22:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:22:11.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:22:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:23:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:23:02.278Z||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-05-31T03:23:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:23:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:23:02.279Z||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-05-31T03:23:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:23:11.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:23:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:24:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:24:02.278Z||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-05-31T03:24:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:24:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:24:02.279Z||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-05-31T03:24:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:24:11.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:24:11.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:25:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:25:02.278Z||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-05-31T03:25:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:25:02.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:25:02.279Z||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-05-31T03:25:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:25:11.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:25:11.818Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:26:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:26:02.278Z||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-05-31T03:26:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:26:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:26:02.279Z||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-05-31T03:26:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:26:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:26:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:27:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:27:02.278Z||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-05-31T03:27:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:27:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:27:02.279Z||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-05-31T03:27:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:27:11.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:27:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:28:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:28:02.278Z||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-05-31T03:28:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:28:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:28:02.279Z||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-05-31T03:28:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:28:11.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:28:11.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:29:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:29:02.278Z||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-05-31T03:29:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:29:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:29:02.279Z||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-05-31T03:29:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:29:11.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:29:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:30:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:30:02.278Z||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-05-31T03:30:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:30:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:30:02.279Z||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-05-31T03:30:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:30:11.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:30:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:31:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:31:02.278Z||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-05-31T03:31:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:31:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:31:02.279Z||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-05-31T03:31:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:31:11.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:31:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:32:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:32:02.278Z||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-05-31T03:32:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:32:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:32:02.279Z||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-05-31T03:32:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:32:11.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:32:11.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:33:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:33:02.278Z||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-05-31T03:33:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:33:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:33:02.279Z||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-05-31T03:33:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:33:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:33:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:34:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:34:02.278Z||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-05-31T03:34:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:34:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:34:02.279Z||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-05-31T03:34:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:34:11.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:34:11.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:35:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:35:02.278Z||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-05-31T03:35:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:35:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:35:02.279Z||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-05-31T03:35:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:35:11.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:35:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:36:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:36:02.278Z||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-05-31T03:36:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:36:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:36:02.279Z||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-05-31T03:36:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:36:11.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:36:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:37:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:37:02.278Z||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-05-31T03:37:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:37:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:37:02.280Z||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-05-31T03:37:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:37:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:37:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:38:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:38:02.278Z||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-05-31T03:38:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:38:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:38:02.279Z||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-05-31T03:38:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:38:11.822Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:38:11.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:39:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:39:02.278Z||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-05-31T03:39:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:39:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:39:02.279Z||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-05-31T03:39:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:39:11.811Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:39:11.812Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:40:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:40:02.278Z||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-05-31T03:40:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:40:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:40:02.279Z||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-05-31T03:40:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:40:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:40:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:41:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:41:02.278Z||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-05-31T03:41:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:41:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:41:02.279Z||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-05-31T03:41:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:41:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:41:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:42:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:42:02.278Z||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-05-31T03:42:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:42:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:42:02.279Z||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-05-31T03:42:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:42:11.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:42:11.818Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:43:02.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:43:02.278Z||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-05-31T03:43:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:43:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:43:02.279Z||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-05-31T03:43:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:43:11.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:43:11.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:44:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:44:02.278Z||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-05-31T03:44:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:44:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:44:02.280Z||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-05-31T03:44:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:44:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:44:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:45:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:45:02.278Z||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-05-31T03:45:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:45:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:45:02.279Z||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-05-31T03:45:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:45:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:45:11.819Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:46:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:46:02.278Z||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-05-31T03:46:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:46:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:46:02.279Z||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-05-31T03:46:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:46:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:46:11.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:47:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:47:02.278Z||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-05-31T03:47:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:47:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:47:02.280Z||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-05-31T03:47:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:47:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:47:11.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:48:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:48:02.278Z||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-05-31T03:48:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:48:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:48:02.279Z||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-05-31T03:48:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:48:11.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:48:11.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:49:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:49:02.278Z||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-05-31T03:49:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:49:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:49:02.279Z||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-05-31T03:49:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:49:11.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:49:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:50:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:50:02.278Z||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-05-31T03:50:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:50:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:50:02.279Z||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-05-31T03:50:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:50:11.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:50:11.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:51:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:51:02.278Z||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-05-31T03:51:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:51:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:51:02.279Z||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-05-31T03:51:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:51:11.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:51:11.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:52:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:52:02.278Z||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-05-31T03:52:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:52:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:52:02.279Z||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-05-31T03:52:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:52:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:52:11.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:53:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:53:02.278Z||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-05-31T03:53:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:53:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:53:02.279Z||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-05-31T03:53:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:53:11.818Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:53:11.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:54:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:54:02.277Z||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-05-31T03:54:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:54:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:54:02.279Z||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-05-31T03:54:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:54:11.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:54:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:55:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:55:02.278Z||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-05-31T03:55:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:55:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:55:02.279Z||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-05-31T03:55:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:55:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:55:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:56:02.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:56:02.278Z||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-05-31T03:56:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:56:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:56:02.279Z||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-05-31T03:56:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:56:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:56:11.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:57:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:57:02.278Z||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-05-31T03:57:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:57:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:57:02.279Z||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-05-31T03:57:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:57:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:57:11.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:58:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:58:02.278Z||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-05-31T03:58:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:58:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:58:02.279Z||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-05-31T03:58:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:58:11.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:58:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:59:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:59:02.278Z||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-05-31T03:59:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:59:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T03:59:02.279Z||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-05-31T03:59:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T03:59:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T03:59:11.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:00:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:00:02.278Z||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-05-31T04:00:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:00:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:00:02.279Z||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-05-31T04:00:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:00:11.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:00:11.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:01:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:01:02.278Z||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-05-31T04:01:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:01:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:01:02.279Z||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-05-31T04:01:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:01:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:01:11.824Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:02:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:02:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:02:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:02:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:02:02.279Z||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-05-31T04:02:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:02:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:02:11.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:03:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:03:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:03:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:03:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:03:02.279Z||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-05-31T04:03:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:03:11.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:03:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:04:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:04:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:04:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:04:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:04:02.279Z||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-05-31T04:04:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:04:11.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:04:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:05:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:05:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:05:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:05:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:05:02.279Z||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-05-31T04:05:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:05:11.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:05:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:06:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:06:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:06:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:06:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:06:02.279Z||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-05-31T04:06:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:06:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:06:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:07:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:07:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:07:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:07:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:07:02.279Z||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-05-31T04:07:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:07:11.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:07:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:08:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:08:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:08:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:08:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:08:02.279Z||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-05-31T04:08:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:08:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:08:11.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:09:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:09:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:09:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:09:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:09:02.279Z||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-05-31T04:09:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:09:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:09:11.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:10:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:10:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:10:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:10:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:10:02.279Z||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-05-31T04:10:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:10:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:10:11.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:11:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:11:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:11:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:11:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:11:02.279Z||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-05-31T04:11:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:11:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:11:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:12:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:12:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:12:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:12:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:12:02.279Z||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-05-31T04:12:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:12:11.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:12:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:13:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:13:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:13:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:13:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:13:02.279Z||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-05-31T04:13:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:13:11.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:13:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:14:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:14:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:14:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:14:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:14:02.279Z||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-05-31T04:14:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:14:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:14:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:15:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:15:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:15:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:15:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:15:02.279Z||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-05-31T04:15:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:15:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:15:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:16:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:16:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:16:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:16:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:16:02.279Z||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-05-31T04:16:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:16:11.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:16:11.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:17:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:17:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:17:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:17:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:17:02.279Z||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-05-31T04:17:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:17:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:17:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:18:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:18:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:18:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:18:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:18:02.279Z||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-05-31T04:18:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:18:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:18:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:19:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:19:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:19:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:19:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:19:02.279Z||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-05-31T04:19:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:19:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:19:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:20:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:20:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:20:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:20:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:20:02.279Z||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-05-31T04:20:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:20:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:20:11.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:21:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:21:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T04:21:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T04:21:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:21:02.279Z||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-05-31T04:21:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:21:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:21:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:22:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:22:02.278Z||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-05-31T04:22:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:22:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:22:02.279Z||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-05-31T04:22:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:22:11.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:22:11.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:23:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:23:02.278Z||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-05-31T04:23:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:23:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:23:02.280Z||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-05-31T04:23:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:23:11.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:23:11.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:24:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:24:02.277Z||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-05-31T04:24:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:24:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:24:02.279Z||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-05-31T04:24:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:24:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:24:11.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:25:02.278Z||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-05-31T04:25:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:25:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:25:02.279Z||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-05-31T04:25:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:25:11.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:25:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:26:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:26:02.278Z||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-05-31T04:26:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:26:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:26:02.279Z||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-05-31T04:26:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:26:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:26:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:27:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:27:02.278Z||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-05-31T04:27:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:27:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:27:02.279Z||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-05-31T04:27:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:27:11.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:27:11.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:28:02.277Z||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-05-31T04:28:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:28:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:28:02.279Z||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-05-31T04:28:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:28:11.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:28:11.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:29:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:29:02.278Z||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-05-31T04:29:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:29:02.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:29:02.280Z||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-05-31T04:29:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:29:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:29:11.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:30:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:30:02.278Z||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-05-31T04:30:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:30:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:30:02.279Z||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-05-31T04:30:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:30:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:30:11.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:31:02.278Z||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-05-31T04:31:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:31:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:31:02.279Z||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-05-31T04:31:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:31:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:31:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:32:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:32:02.278Z||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-05-31T04:32:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:32:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:32:02.279Z||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-05-31T04:32:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:32:11.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:32:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:33:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:33:02.278Z||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-05-31T04:33:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:33:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:33:02.279Z||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-05-31T04:33:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:33:11.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:33:11.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:34:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:34:02.278Z||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-05-31T04:34:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:34:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:34:02.279Z||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-05-31T04:34:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:34:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:34:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:35:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:35:02.278Z||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-05-31T04:35:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:35:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:35:02.279Z||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-05-31T04:35:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:35:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:35:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:36:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:36:02.278Z||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-05-31T04:36:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:36:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:36:02.279Z||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-05-31T04:36:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:36:11.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:36:11.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:37:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:37:02.278Z||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-05-31T04:37:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:37:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:37:02.279Z||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-05-31T04:37:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:37:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:37:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:38:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:38:02.278Z||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-05-31T04:38:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:38:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:38:02.279Z||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-05-31T04:38:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:38:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:38:11.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:39:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:39:02.278Z||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-05-31T04:39:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:39:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:39:02.279Z||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-05-31T04:39:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:39:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:39:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:40:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:40:02.278Z||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-05-31T04:40:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:40:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:40:02.279Z||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-05-31T04:40:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:40:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:40:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:41:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:41:02.278Z||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-05-31T04:41:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:41:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:41:02.279Z||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-05-31T04:41:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:41:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:41:11.816Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:42:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:42:02.278Z||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-05-31T04:42:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:42:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:42:02.279Z||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-05-31T04:42:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:42:11.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:42:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:43:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:43:02.278Z||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-05-31T04:43:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:43:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:43:02.279Z||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-05-31T04:43:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:43:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:43:11.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:44:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:44:02.278Z||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-05-31T04:44:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:44:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:44:02.279Z||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-05-31T04:44:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:44:11.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:44:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:45:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:45:02.277Z||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-05-31T04:45:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:45:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:45:02.279Z||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-05-31T04:45:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:45:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:45:11.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:46:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:46:02.278Z||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-05-31T04:46:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:46:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:46:02.279Z||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-05-31T04:46:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:46:11.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:46:11.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:47:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:47:02.277Z||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-05-31T04:47:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:47:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:47:02.279Z||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-05-31T04:47:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:47:11.818Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:47:11.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:48:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:48:02.278Z||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-05-31T04:48:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:48:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:48:02.279Z||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-05-31T04:48:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:48:11.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:48:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:49:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:49:02.278Z||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-05-31T04:49:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:49:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:49:02.279Z||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-05-31T04:49:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:49:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:49:11.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:50:02.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:50:02.278Z||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-05-31T04:50:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:50:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:50:02.279Z||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-05-31T04:50:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:50:11.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:50:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:51:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:51:02.278Z||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-05-31T04:51:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:51:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:51:02.279Z||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-05-31T04:51:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:51:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:51:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:52:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:52:02.278Z||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-05-31T04:52:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:52:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:52:02.279Z||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-05-31T04:52:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:52:11.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:52:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:53:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:53:02.278Z||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-05-31T04:53:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:53:02.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:53:02.279Z||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-05-31T04:53:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:53:11.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:53:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:54:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:54:02.277Z||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-05-31T04:54:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:54:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:54:02.279Z||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-05-31T04:54:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:54:11.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:54:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:55:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:55:02.278Z||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-05-31T04:55:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:55:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:55:02.279Z||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-05-31T04:55:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:55:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:55:11.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:56:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:56:02.278Z||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-05-31T04:56:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:56:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:56:02.279Z||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-05-31T04:56:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:56:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:56:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:57:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:57:02.278Z||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-05-31T04:57:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:57:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:57:02.279Z||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-05-31T04:57:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:57:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:57:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:58:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:58:02.278Z||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-05-31T04:58:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:58:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:58:02.279Z||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-05-31T04:58:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:58:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:58:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:59:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:59:02.278Z||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-05-31T04:59:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:59:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T04:59:02.279Z||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-05-31T04:59:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T04:59:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T04:59:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:00:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:00:02.277Z||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-05-31T05:00:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:00:02.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:00:02.279Z||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-05-31T05:00:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:00:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:00:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:01:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:01:02.278Z||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-05-31T05:01:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:01:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:01:02.279Z||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-05-31T05:01:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:01:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:01:11.817Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:02:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:02:02.278Z||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-05-31T05:02:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:02:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:02:02.280Z||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-05-31T05:02:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:02:11.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:02:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:03:02.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:03:02.278Z||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-05-31T05:03:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:03:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:03:02.279Z||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-05-31T05:03:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:03:11.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:03:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:04:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:04:02.278Z||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-05-31T05:04:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:04:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:04:02.279Z||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-05-31T05:04:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:04:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:04:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:05:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:05:02.278Z||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-05-31T05:05:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:05:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:05:02.279Z||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-05-31T05:05:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:05:11.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:05:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:06:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:06:02.277Z||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-05-31T05:06:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:06:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:06:02.279Z||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-05-31T05:06:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:06:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:06:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:07:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:07:02.278Z||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-05-31T05:07:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:07:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:07:02.279Z||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-05-31T05:07:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:07:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:07:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:08:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:08:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:08:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:08:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:08:02.279Z||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-05-31T05:08:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:08:11.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:08:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:09:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:09:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:09:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:09:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:09:02.279Z||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-05-31T05:09:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:09:11.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:09:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:10:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:10:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:10:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:10:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:10:02.279Z||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-05-31T05:10:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:10:11.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:10:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:11:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:11:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:11:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:11:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:11:02.279Z||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-05-31T05:11:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:11:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:11:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:12:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:12:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:12:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:12:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:12:02.279Z||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-05-31T05:12:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:12:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:12:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:13:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:13:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:13:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:13:02.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:13:02.279Z||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-05-31T05:13:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:13:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:13:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:14:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:14:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:14:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:14:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:14:02.279Z||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-05-31T05:14:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:14:11.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:14:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:15:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:15:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:15:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:15:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:15:02.279Z||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-05-31T05:15:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:15:11.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:15:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:16:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:16:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:16:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:16:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:16:02.279Z||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-05-31T05:16:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:16:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:16:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:17:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:17:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:17:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:17:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:17:02.279Z||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-05-31T05:17:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:17:11.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:17:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:18:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:18:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:18:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:18:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:18:02.279Z||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-05-31T05:18:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:18:11.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:18:11.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:19:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:19:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:19:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:19:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:19:02.279Z||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-05-31T05:19:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:19:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:19:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:20:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:20:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:20:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:20:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:20:02.279Z||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-05-31T05:20:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:20:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:20:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:21:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:21:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:21:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:21:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:21:02.279Z||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-05-31T05:21:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:21:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:21:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:22:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:22:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:22:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:22:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:22:02.279Z||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-05-31T05:22:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:22:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:22:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:23:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:23:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:23:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:23:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:23:02.279Z||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-05-31T05:23:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:23:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:23:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:24:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:24:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:24:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:24:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:24:02.279Z||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-05-31T05:24:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:24:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:24:11.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:25:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:25:02.277Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:25:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:25:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:25:02.279Z||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-05-31T05:25:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:25:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:25:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:26:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:26:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:26:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:26:02.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:26:02.279Z||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-05-31T05:26:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:26:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:26:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:27:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:27:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:27:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:27:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:27:02.279Z||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-05-31T05:27:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:27:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:27:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:28:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:28:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:28:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:28:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:28:02.279Z||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-05-31T05:28:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:28:11.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:28:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:29:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:29:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:29:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:29:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:29:02.279Z||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-05-31T05:29:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:29:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:29:11.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:30:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:30:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:30:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:30:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:30:02.279Z||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-05-31T05:30:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:30:11.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:30:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:31:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:31:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:31:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:31:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:31:02.279Z||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-05-31T05:31:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:31:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:31:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:32:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:32:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:32:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:32:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:32:02.279Z||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-05-31T05:32:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:32:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:32:11.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:33:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:33:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:33:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:33:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:33:02.279Z||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-05-31T05:33:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:33:11.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:33:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:34:02.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:34:02.278Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T05:34:02.278Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T05:34:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:34:02.279Z||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-05-31T05:34:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:34:11.813Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:34:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:35:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:35:02.278Z||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-05-31T05:35:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:35:02.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:35:02.279Z||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-05-31T05:35:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:35:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:35:11.818Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:36:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:36:02.278Z||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-05-31T05:36:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:36:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:36:02.279Z||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-05-31T05:36:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:36:11.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:36:11.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:37:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:37:02.278Z||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-05-31T05:37:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:37:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:37:02.279Z||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-05-31T05:37:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:37:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:37:11.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:38:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:38:02.278Z||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-05-31T05:38:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:38:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:38:02.279Z||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-05-31T05:38:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:38:11.812Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:38:11.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:39:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:39:02.277Z||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-05-31T05:39:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:39:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:39:02.279Z||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-05-31T05:39:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:39:11.825Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:39:11.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:40:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:40:02.278Z||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-05-31T05:40:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:40:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:40:02.279Z||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-05-31T05:40:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:40:11.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:40:11.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:41:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:41:02.278Z||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-05-31T05:41:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:41:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:41:02.279Z||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-05-31T05:41:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:41:11.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:41:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:42:02.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:42:02.278Z||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-05-31T05:42:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:42:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:42:02.279Z||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-05-31T05:42:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:42:11.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:42:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:43:02.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:43:02.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:43:02.283Z||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-05-31T05:43:02.283Z||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-05-31T05:43:02.283Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:43:02.283Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:43:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:43:11.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:44:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:44:02.277Z||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-05-31T05:44:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:44:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:44:02.279Z||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-05-31T05:44:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:44:11.820Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:44:11.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:45:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:45:02.277Z||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-05-31T05:45:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:45:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:45:02.279Z||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-05-31T05:45:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:45:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:45:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:46:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:46:02.277Z||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-05-31T05:46:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:46:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:46:02.279Z||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-05-31T05:46:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:46:11.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:46:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:47:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:47:02.278Z||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-05-31T05:47:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:47:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:47:02.279Z||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-05-31T05:47:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:47:11.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:47:11.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:48:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:48:02.278Z||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-05-31T05:48:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:48:02.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:48:02.279Z||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-05-31T05:48:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:48:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:48:11.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:49:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:49:02.277Z||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-05-31T05:49:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:49:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:49:02.279Z||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-05-31T05:49:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:49:11.814Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:49:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:50:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:50:02.278Z||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-05-31T05:50:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:50:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:50:02.279Z||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-05-31T05:50:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:50:11.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:50:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:51:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:51:02.278Z||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-05-31T05:51:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:51:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:51:02.279Z||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-05-31T05:51:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:51:11.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:51:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:52:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:52:02.278Z||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-05-31T05:52:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:52:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:52:02.279Z||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-05-31T05:52:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:52:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:52:11.817Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:53:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:53:02.278Z||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-05-31T05:53:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:53:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:53:02.279Z||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-05-31T05:53:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:53:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:53:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:54:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:54:02.277Z||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-05-31T05:54:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:54:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:54:02.279Z||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-05-31T05:54:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:54:11.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:54:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:55:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:55:02.278Z||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-05-31T05:55:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:55:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:55:02.279Z||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-05-31T05:55:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:55:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:55:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:56:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:56:02.278Z||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-05-31T05:56:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:56:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:56:02.279Z||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-05-31T05:56:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:56:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:56:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:57:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:57:02.278Z||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-05-31T05:57:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:57:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:57:02.279Z||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-05-31T05:57:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:57:11.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:57:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:58:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:58:02.278Z||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-05-31T05:58:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:58:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:58:02.279Z||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-05-31T05:58:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:58:11.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:58:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:59:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:59:02.278Z||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-05-31T05:59:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:59:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T05:59:02.279Z||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-05-31T05:59:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T05:59:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T05:59:11.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:00:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:00:02.277Z||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-05-31T06:00:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:00:02.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:00:02.279Z||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-05-31T06:00:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:00:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:00:11.815Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:01:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:01:02.278Z||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-05-31T06:01:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:01:02.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:01:02.279Z||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-05-31T06:01:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:01:11.819Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:01:11.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:02:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:02:02.278Z||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-05-31T06:02:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:02:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:02:02.279Z||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-05-31T06:02:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:02:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:02:11.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:03:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:03:02.278Z||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-05-31T06:03:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:03:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:03:02.279Z||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-05-31T06:03:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:03:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:03:11.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:04:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:04:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:04:02.280Z||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-05-31T06:04:02.280Z||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-05-31T06:04:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:04:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:04:11.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:04:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:05:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:05:02.278Z||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-05-31T06:05:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:05:02.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:05:02.279Z||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-05-31T06:05:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:05:11.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:05:11.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:06:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:06:02.277Z||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-05-31T06:06:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:06:02.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:06:02.279Z||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-05-31T06:06:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:06:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:06:11.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:07:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:07:02.278Z||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-05-31T06:07:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:07:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:07:02.279Z||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-05-31T06:07:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:07:11.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:07:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:08:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:08:02.278Z||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-05-31T06:08:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:08:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:08:02.279Z||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-05-31T06:08:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:08:11.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:08:11.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:09:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:09:02.278Z||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-05-31T06:09:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:09:02.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:09:02.279Z||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-05-31T06:09:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:09:11.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:09:11.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:10:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:10:02.278Z||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-05-31T06:10:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:10:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:10:02.279Z||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-05-31T06:10:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:10:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:10:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:11:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:11:02.278Z||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-05-31T06:11:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:11:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:11:02.279Z||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-05-31T06:11:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:11:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:11:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:12:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:12:02.278Z||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-05-31T06:12:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:12:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:12:02.279Z||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-05-31T06:12:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:12:11.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:12:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:13:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:13:02.278Z||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-05-31T06:13:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:13:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:13:02.279Z||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-05-31T06:13:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:13:11.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:13:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:14:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:14:02.278Z||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-05-31T06:14:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:14:02.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:14:02.279Z||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-05-31T06:14:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:14:11.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:14:11.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:15:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:15:02.277Z||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-05-31T06:15:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:15:02.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:15:02.279Z||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-05-31T06:15:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:15:11.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:15:11.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:16:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:16:02.278Z||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-05-31T06:16:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:16:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:16:02.279Z||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-05-31T06:16:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:16:11.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:16:11.818Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:17:02.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:17:02.278Z||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-05-31T06:17:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:17:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:17:02.279Z||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-05-31T06:17:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:17:11.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:17:11.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:18:02.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:18:02.277Z||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-05-31T06:18:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:18:02.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:18:02.279Z||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-05-31T06:18:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:18:11.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:18:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:19:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:19:02.278Z||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-05-31T06:19:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:19:02.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:19:02.279Z||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-05-31T06:19:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:19:11.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:19:11.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:20:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:20:02.277Z||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-05-31T06:20:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:20:02.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:20:02.279Z||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-05-31T06:20:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:20:11.811Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:20:11.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:21:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:21:02.278Z||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-05-31T06:21:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:21:02.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:21:02.279Z||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-05-31T06:21:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:21:11.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:21:11.818Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:22:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:22:02.278Z||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-05-31T06:22:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:22:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:22:02.279Z||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-05-31T06:22:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:22:11.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:22:11.815Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:02.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:23:02.278Z||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-05-31T06:23:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:02.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:23:02.279Z||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-05-31T06:23:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:02.902Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:02.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:02.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0dfff6f-ec5e-4631-9589-bfe2e405d746","serviceName":"basic_onboard_yzknBF","serviceVersion":"1.0","serviceUUID":"9153ba0b-9a8f-4501-ad5d-4977e7c7152d","serviceDescription":"service","serviceInvariantUUID":"f157df2f-411f-42c3-9127-fefe191630c2","resources":[{"resourceInstanceName":"basic_onboard_yzknBF 0","resourceName":"basic_onboard_yzknBF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b7a500dc-4562-48e7-b61d-29ea7b184bbb","resourceInvariantUUID":"1b101faa-c8c1-4c98-939d-110f407e5530","resourceCustomizationUUID":"0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml","artifactChecksum":"OWE5ZWUwZTcxMzVjOGRiZjZhZGIyZTNhY2UwNmI4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa59e605-56d4-45f6-a167-00f2d27fac10","artifactVersion":"1"},{"artifactName":"basic_onboard_yzknbf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json","artifactChecksum":"YzlmM2QxYmI4M2NmNThiZTVhYTZmNzlmNTBlMTY3ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"39daab56-18d5-4643-a53e-2fb10ee62cc5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8a2fadb-1681-44c4-bae4-c35280aeb421","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f1d8054-9db5-431e-b14a-b21a70275242","artifactVersion":"2","generatedFromUUID":"e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYzknbf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml","artifactChecksum":"YjEyOWI0OGUyOGM2YjUzM2ZlMTFhNWY4OTNkMGY5NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aba2dabf-311c-43dc-b09e-eb38b01c818d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYzknbf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar","artifactChecksum":"YTEyYTMxNDc5YWZhMWZlYTNjYzc4NThmMGI0NjMxNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a03e11-b751-4fd3-9b60-5e22881d7372","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-31T06:23:02.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978155908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.910Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:23:02.916Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:02.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.924Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:02.924Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "aai-ml",
"timestamp": 1653978155411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "cds",
"timestamp": 1653978149522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "policy-id",
"timestamp": 1653978151638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978158708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978155908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "aai-ml",
"timestamp": 1653978155411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "cds",
"timestamp": 1653978149522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "policy-id",
"timestamp": 1653978151638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978158708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:23:02.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978155908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "aai-ml",
"timestamp": 1653978155411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "cds",
"timestamp": 1653978149522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "policy-id",
"timestamp": 1653978151638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978158708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978155908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "aai-ml",
"timestamp": 1653978155411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "cds",
"timestamp": 1653978149522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "policy-id",
"timestamp": 1653978151638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978158708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978155908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "aai-ml",
"timestamp": 1653978155411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "cds",
"timestamp": 1653978149522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "policy-id",
"timestamp": 1653978151638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978158708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978155908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "aai-ml",
"timestamp": 1653978155411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "cds",
"timestamp": 1653978149522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "policy-id",
"timestamp": 1653978151638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978158708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978155908,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "aai-ml",
"timestamp": 1653978155411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "cds",
"timestamp": 1653978149522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "policy-id",
"timestamp": 1653978151638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978158708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.933Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "cds",
"timestamp": 1653978166067,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "aai-ml",
"timestamp": 1653978166077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "policy-id",
"timestamp": 1653978166066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978166847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:23:02.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:02.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "cds",
"timestamp": 1653978167077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-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-05-31T06:23:03.024Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-31T06:23:03.028Z||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-05-31T06:23:03.028Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:03.038Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:03.039Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T06:23:03.117Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746
2022-05-31T06:23:03.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:23:03.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "policy-id",
"timestamp": 1653978167074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:23:03.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:23:03.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "policy-id",
"timestamp": 1653978168077,
"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-05-31T06:23:03.174Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746
2022-05-31T06:23:03.175Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:23:03.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978168218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:03.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978169520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:03.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "clamp",
"timestamp": 1653978169634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978170634,
"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-05-31T06:23:03.187Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746
2022-05-31T06:23:03.187Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:23:03.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "clamp",
"timestamp": 1653978169634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:23:03.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978171637,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T06:23:03.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "clamp",
"timestamp": 1653978169634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "clamp",
"timestamp": 1653978169634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "clamp",
"timestamp": 1653978169634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "aai-ml",
"timestamp": 1653978174440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978174042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "clamp",
"timestamp": 1653978169634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "aai-ml",
"timestamp": 1653978175444,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T06:23:03.202Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746
2022-05-31T06:23:03.202Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:23:03.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978174042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "clamp",
"timestamp": 1653978169634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:23:03.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978174042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978174042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978174042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978174042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:03.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978174042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:23:03.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:23:03.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:23:03.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978181827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:03.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:23:03.929Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:23:03.929Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:03.931Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:03.931Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:23:04.031Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:04.031Z||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-05-31T06:23:04.032Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:04.047Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:04.048Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:04.931Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:23:04.932Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:04.933Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:04.934Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:23:05.034Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:05.035Z||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-05-31T06:23:05.035Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:05.055Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:05.056Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:05.934Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:23:05.935Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:05.936Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:05.937Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:06.037Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:06.037Z||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-05-31T06:23:06.037Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:06.045Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:06.045Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:06.937Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:23:06.938Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:06.940Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:06.940Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-31T06:23:07.040Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:07.041Z||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-05-31T06:23:07.041Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:07.050Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:07.051Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:07.940Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:23:07.941Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:07.942Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:07.943Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:23:08.043Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:08.043Z||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-05-31T06:23:08.043Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:08.053Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:08.053Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:08.943Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:23:08.944Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:08.945Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:08.945Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:23:09.045Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:09.046Z||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-05-31T06:23:09.046Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:09.055Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:09.055Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:09.947Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"serviceName": "basic_onboard_yzknBF",
"serviceVersion": "1.0",
"serviceUUID": "9153ba0b-9a8f-4501-ad5d-4977e7c7152d",
"serviceDescription": "service",
"serviceInvariantUUID": "f157df2f-411f-42c3-9127-fefe191630c2",
"resources": [
{
"resourceInstanceName": "basic_onboard_yzknBF 0",
"resourceCustomizationUUID": "0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1",
"resourceName": "basic_onboard_yzknBF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b7a500dc-4562-48e7-b61d-29ea7b184bbb",
"resourceInvariantUUID": "1b101faa-c8c1-4c98-939d-110f407e5530",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yzknbf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"artifactChecksum": "YzlmM2QxYmI4M2NmNThiZTVhYTZmNzlmNTBlMTY3ZmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "39daab56-18d5-4643-a53e-2fb10ee62cc5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8f1d8054-9db5-431e-b14a-b21a70275242",
"generatedFromUUID": "e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8f1d8054-9db5-431e-b14a-b21a70275242",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYzknbf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"artifactChecksum": "YTEyYTMxNDc5YWZhMWZlYTNjYzc4NThmMGI0NjMxNzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "92a03e11-b751-4fd3-9b60-5e22881d7372"
}
],
"workloadContext": "Production"
}
2022-05-31T06:23:09.947Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-31T06:23:09.948Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9153ba0b-9a8f-4501-ad5d-4977e7c7152d ASDC
2022-05-31T06:23:10.039Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b0dfff6f-ec5e-4631-9589-bfe2e405d746
ServiceName:basic_onboard_yzknBF
ServiceVersion:1.0
ServiceUUID:9153ba0b-9a8f-4501-ad5d-4977e7c7152d
ServiceInvariantUUID:f157df2f-411f-42c3-9127-fefe191630c2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYzknbf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar
ArtifactUUID:92a03e11-b751-4fd3-9b60-5e22881d7372
ArtifactChecksum:YTEyYTMxNDc5YWZhMWZlYTNjYzc4NThmMGI0NjMxNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yzknBF 0
ResourceCustomizationUUID:0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1
ResourceInvariantUUID:1b101faa-c8c1-4c98-939d-110f407e5530
ResourceName:basic_onboard_yzknBF
ResourceType:VF
ResourceUUID:b7a500dc-4562-48e7-b61d-29ea7b184bbb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yzknbf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json
ArtifactUUID:39daab56-18d5-4643-a53e-2fb10ee62cc5
ArtifactChecksum:YzlmM2QxYmI4M2NmNThiZTVhYTZmNzlmNTBlMTY3ZmI=
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/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638
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/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env
ArtifactUUID:8f1d8054-9db5-431e-b14a-b21a70275242
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/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env
ArtifactUUID:8f1d8054-9db5-431e-b14a-b21a70275242
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-31T06:23:10.039Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9153ba0b-9a8f-4501-ad5d-4977e7c7152d 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-05-31T06:23:10.083Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T06:23:10.083Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-31T06:23:10.084Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-31T06:23:10.084Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 92a03e11-b751-4fd3-9b60-5e22881d7372 from URL: /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:10.084Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-31T06:23:10.085Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:10.407Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-31T06:23:10.422Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar 92a03e11-b751-4fd3-9b60-5e22881d7372 71576
2022-05-31T06:23:10.423Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar ASDC sendASDCNotification
2022-05-31T06:23:10.423Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:10.424Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:23:10.424Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:10.426Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:10.426Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978190422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:10.526Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:10.526Z||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-05-31T06:23:10.527Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:10.535Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:10.536Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-31T06:23:11.426Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T06:23:11.427Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-31T06:23:11.428Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 92a03e11-b751-4fd3-9b60-5e22881d7372, URL: /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar to file: /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:11.428Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:11.501Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:11.501Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:12.074Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4444293961060741017/Definitions/service-BasicOnboardYzknbf-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-05-31T06:23:13.541Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-31T06:23:13.545Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-31T06:23:13.545Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||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-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yzknBF 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-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:13.546Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-31T06:23:13.552Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.553Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:13.556Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria
2022-05-31T06:23:13.556Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-31T06:23:13.557Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T06:23:13.558Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria
2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.559Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:13.562Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.562Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is not matching search criteria
2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.563Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T06:23:13.564Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.564Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria
2022-05-31T06:23:13.564Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria
2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria
2022-05-31T06:23:13.565Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is not matching search criteria
2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f8b5124-0711-4a0b-8723-b3627a598e86
2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.566Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:13.567Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.567Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:13.567Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:13.567Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:13.567Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_yzknBF
Description:service
Model UUID:9153ba0b-9a8f-4501-ad5d-4977e7c7152d
Model Version:NULL
Model InvariantUuid:f157df2f-411f-42c3-9127-fefe191630c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_yzknBF
Model UUID:69cda1d2-9587-4cd7-b9f9-ea3fd482f023
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b101faa-c8c1-4c98-939d-110f407e5530
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7e213307-f6f4-44c0-95d5-6aa769d1ac1d
ModelName:BasicOnboardYzknbf..base_ubuntu18..module-0
ModelUuid:dc81ac77-d38b-470d-849a-3fe2f2a9b566
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6f8b5124-0711-4a0b-8723-b3627a598e86
ModelInvariantUuid:7051a86f-caf0-45d2-b4b7-13cde8b3fc65
ModelName:basic_onboard_yzknBF-nodes.ubuntu18Cvfc
ModelUuid:75bc7263-f9be-46f5-af53-bf24462310c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:9c0fd977-bbaa-473c-8518-f71af5099241
ModelInvariantUuid:f6eea399-74e2-42cd-af06-ddd06aebe6a4
ModelName:BasicOnboardYzknbf.compute.nodes.heat.ubuntu18
ModelUuid:0b6cdf58-4531-46e2-941e-afa596a8d818
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-05-31T06:23:13.581Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b7a500dc-4562-48e7-b61d-29ea7b184bbb
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-05-31T06:23:13.657Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||basic_onboard_yzknBF 0
2022-05-31T06:23:13.663Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b7a500dc-4562-48e7-b61d-29ea7b184bbb
2022-05-31T06:23:13.663Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 39daab56-18d5-4643-a53e-2fb10ee62cc5 from URL: /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json
2022-05-31T06:23:13.663Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-31T06:23:13.663Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json
2022-05-31T06:23:13.959Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-31T06:23:13.960Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json 39daab56-18d5-4643-a53e-2fb10ee62cc5 798
2022-05-31T06:23:13.960Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json ASDC sendASDCNotification
2022-05-31T06:23:13.960Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json
2022-05-31T06:23:13.960Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:23:13.960Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:13.962Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:13.962Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978193960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:14.062Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:14.063Z||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-05-31T06:23:14.063Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:14.071Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:14.071Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:14.963Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYzknbf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e213307-f6f4-44c0-95d5-6aa769d1ac1d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dc81ac77-d38b-470d-849a-3fe2f2a9b566",
"vfModuleModelCustomizationUUID": "e6179628-a7ac-4af5-bd6a-14610521a186",
"isBase": true,
"artifacts": [
"e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638",
"8f1d8054-9db5-431e-b14a-b21a70275242"
],
"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-05-31T06:23:14.979Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzknbf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc81ac77-d38b-470d-849a-3fe2f2a9b566
VfModuleModelInvariantUUID:7e213307-f6f4-44c0-95d5-6aa769d1ac1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638
,
8f1d8054-9db5-431e-b14a-b21a70275242
}
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-05-31T06:23:14.983Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYzknbf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7e213307-f6f4-44c0-95d5-6aa769d1ac1d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dc81ac77-d38b-470d-849a-3fe2f2a9b566",
"vfModuleModelCustomizationUUID": "e6179628-a7ac-4af5-bd6a-14610521a186",
"isBase": true,
"artifacts": [
"e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638",
"8f1d8054-9db5-431e-b14a-b21a70275242"
],
"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-05-31T06:23:14.983Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzknbf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc81ac77-d38b-470d-849a-3fe2f2a9b566
VfModuleModelInvariantUUID:7e213307-f6f4-44c0-95d5-6aa769d1ac1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638
,
8f1d8054-9db5-431e-b14a-b21a70275242
}
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-05-31T06:23:14.983Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638 from URL: /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml
2022-05-31T06:23:14.983Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-31T06:23:14.984Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml
2022-05-31T06:23:15.146Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-31T06:23:15.146Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml e20ee6cd-b45e-4ac8-b4f4-0dbb5248f638 5033
2022-05-31T06:23:15.147Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-31T06:23:15.147Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml
2022-05-31T06:23:15.147Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:23:15.147Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:15.149Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:15.149Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978195146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:15.249Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:15.249Z||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-05-31T06:23:15.250Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:15.259Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:15.259Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:16.150Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8f1d8054-9db5-431e-b14a-b21a70275242 from URL: /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env
2022-05-31T06:23:16.150Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-31T06:23:16.150Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env
2022-05-31T06:23:16.743Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-31T06:23:16.743Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env 8f1d8054-9db5-431e-b14a-b21a70275242 909
2022-05-31T06:23:16.744Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-31T06:23:16.744Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env
2022-05-31T06:23:16.744Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:23:16.744Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:16.746Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:16.746Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978196744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:23:16.846Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:16.847Z||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-05-31T06:23:16.847Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:16.853Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:16.854Z||pool-13-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:17.746Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9153ba0b-9a8f-4501-ad5d-4977e7c7152d
2022-05-31T06:23:17.747Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yzknBF 0 b7a500dc-4562-48e7-b61d-29ea7b184bbb 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-05-31T06:23:17.778Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44f816fd, org.onap.sdc.toscaparser.api.parameters.Input@239f4f15, org.onap.sdc.toscaparser.api.parameters.Input@26fa09ff, org.onap.sdc.toscaparser.api.parameters.Input@48a6737c, org.onap.sdc.toscaparser.api.parameters.Input@4c6ddb6b]
2022-05-31T06:23:17.781Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.782Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:17.782Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-31T06:23:17.782Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1
2022-05-31T06:23:17.782Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1 matches Tosca VF Customization UUID: 0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1
2022-05-31T06:23:17.782Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1 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-05-31T06:23:17.788Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.788Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:17.789Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1: {\"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-05-31T06:23:17.789Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78cf8a9f
2022-05-31T06:23:17.789Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.789Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T06:23:17.789Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6179628-a7ac-4af5-bd6a-14610521a186
2022-05-31T06:23:17.790Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6179628-a7ac-4af5-bd6a-14610521a186
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-05-31T06:23:17.795Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.795Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria
2022-05-31T06:23:17.795Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria
2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is not matching search criteria
2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-31T06:23:17.796Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-31T06:23:17.797Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6f8b5124-0711-4a0b-8723-b3627a598e86
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-05-31T06:23:17.807Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.807Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria
2022-05-31T06:23:17.808Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:23:17.808Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.808Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yzknBF 0 is matching search criteria
2022-05-31T06:23:17.808Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yzknBF 0] matching following query criteria: sdcType=VF, customizationUUID=0ca80e8e-1e7d-42d4-8d2e-3906441cd7b1
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-05-31T06:23:17.810Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.810Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:17.811Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9153ba0b-9a8f-4501-ad5d-4977e7c7152d: basic_onboard_yzknBF
2022-05-31T06:23:17.811Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.811Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:17.811Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:17.812Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:23:17.813Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yzknBF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:23:17.813Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_yzknBF
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-05-31T06:23:17.969Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yzknBF b7a500dc-4562-48e7-b61d-29ea7b184bbb 1 ASDC deployResourceStructure
2022-05-31T06:23:17.970Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json ASDC sendASDCNotification
2022-05-31T06:23:17.970Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json
2022-05-31T06:23:17.970Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T06:23:17.970Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:17.971Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:17.972Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978197970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T06:23:18.072Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:18.073Z||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-05-31T06:23:18.073Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:18.082Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:18.082Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:18.972Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-31T06:23:18.973Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml
2022-05-31T06:23:18.973Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T06:23:18.973Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:18.974Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:18.974Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978198972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T06:23:19.075Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:19.075Z||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-05-31T06:23:19.076Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:19.085Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:19.086Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:19.975Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-31T06:23:19.976Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env
2022-05-31T06:23:19.976Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T06:23:19.976Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:19.978Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:19.978Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978199975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-31T06:23:20.078Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:20.078Z||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-05-31T06:23:20.078Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:20.090Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:20.090Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:20.979Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar ASDC sendASDCNotification
2022-05-31T06:23:20.979Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar
2022-05-31T06:23:20.979Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T06:23:20.979Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:23:20.981Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:23:20.982Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978200979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:23:21.082Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:23:21.082Z||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-05-31T06:23:21.083Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:23:21.092Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:23:21.092Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:23:21.983Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746
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-05-31T06:23:21.999Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746
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-05-31T06:23:22.001Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T06:23:22.001Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-31T06:23:22.001Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T06:23:22.001Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T06:23:52.001Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746
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-05-31T06:23:52.013Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746
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-05-31T06:23:52.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T06:23:52.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-31T06:23:52.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T06:23:52.022Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T06:24:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:24:02.280Z||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-05-31T06:24:02.280Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:24:02.398Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:24:02.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:24:02.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:24:02.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:24:22.022Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746
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-05-31T06:24:22.034Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746
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-05-31T06:24:22.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T06:24:22.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-31T06:24:22.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T06:24:22.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T06:24:52.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746
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-05-31T06:24:52.049Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746
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-05-31T06:24:52.051Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T06:24:52.052Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-31T06:24:52.052Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T06:24:52.052Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T06:25:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:25:02.279Z||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-05-31T06:25:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:25:02.301Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:25:02.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:25:02.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:25:02.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:25:02.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:25:02.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978185883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:25:02.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:02.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:25:02.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:25:02.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978186887,
"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-05-31T06:25:02.313Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746
2022-05-31T06:25:02.313Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:25:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978182277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978190422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "clamp",
"timestamp": 1653978190777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:25:02.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:02.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "clamp",
"timestamp": 1653978192789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:25:02.323Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:02.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "clamp",
"timestamp": 1653978193793,
"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-05-31T06:25:02.328Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b0dfff6f-ec5e-4631-9589-bfe2e405d746
2022-05-31T06:25:02.328Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:25:02.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978193960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:25:02.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:02.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978195146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:25:02.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:02.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978196744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978197970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/basic_onboard_yzknbf0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978198972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978199975,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/resourceInstances/basic_onboard_yzknbf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978200979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzknbf/1.0/artifacts/service-BasicOnboardYzknbf-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:25:02.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:25:22.052Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746
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-05-31T06:25:22.064Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746
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-05-31T06:25:22.067Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T06:25:22.067Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-31T06:25:22.068Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-31T06:25:22.068Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-31T06:25:22.068Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-05-31T06:25:22.068Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T06:25:22.074Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-31T06:25:52.074Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 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-05-31T06:25:52.083Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0dfff6f-ec5e-4631-9589-bfe2e405d746 and serviceModelVersionId: 9153ba0b-9a8f-4501-ad5d-4977e7c7152d
2022-05-31T06:25:52.083Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f157df2f-411f-42c3-9127-fefe191630c2
2022-05-31T06:26:02.295Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:26:02.296Z||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-05-31T06:26:02.296Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:02.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:02.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978278708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "cds",
"timestamp": 1653978284522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978278708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "cds",
"timestamp": 1653978284522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "clamp",
"timestamp": 1653978289634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978278708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "cds",
"timestamp": 1653978284522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "clamp",
"timestamp": 1653978289634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978278708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "cds",
"timestamp": 1653978284522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "clamp",
"timestamp": 1653978289634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "policy-id",
"timestamp": 1653978291638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978278708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T06:26:02.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "cds",
"timestamp": 1653978284522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "clamp",
"timestamp": 1653978289634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "policy-id",
"timestamp": 1653978291638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978278708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "cds",
"timestamp": 1653978284522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "clamp",
"timestamp": 1653978289634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "policy-id",
"timestamp": 1653978291638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978278708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "cds",
"timestamp": 1653978284522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978294042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "clamp",
"timestamp": 1653978289634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "policy-id",
"timestamp": 1653978291638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978295478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:26:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "cds",
"timestamp": 1653978295507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:02.327Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978294042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "clamp",
"timestamp": 1653978289634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:26:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "policy-id",
"timestamp": 1653978291638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "cds",
"timestamp": 1653978296514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-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-05-31T06:26:02.345Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1
2022-05-31T06:26:02.346Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:26:02.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978295908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978296540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:02.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:26:02.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978294042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "policy-id",
"timestamp": 1653978291638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978295908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978297598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:02.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:26:02.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978294042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "policy-id",
"timestamp": 1653978291638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:26:02.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978295908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978298618,
"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-05-31T06:26:02.363Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1
2022-05-31T06:26:02.363Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:26:02.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978294042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "policy-id",
"timestamp": 1653978299362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:02.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:26:02.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978295908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978299620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T06:26:02.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:26:02.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978294042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "policy-id",
"timestamp": 1653978300367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:26:02.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:26:02.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978295908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978294042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:26:02.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "policy-id",
"timestamp": 1653978301370,
"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-05-31T06:26:02.382Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1
2022-05-31T06:26:02.382Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:26:02.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978295908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:02.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:26:02.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "clamp",
"timestamp": 1653978301783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:02.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:26:02.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:26:02.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978301792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:02.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:26:03.722Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0
2022-05-31T06:26:03.824Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-31T06:26:04.358Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?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-05-31T06:26:04.362Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Invoke
2022-05-31T06:26:06.065Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?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-05-31T06:26:06.066Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Invoke
2022-05-31T06:26:07.602Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?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-05-31T06:26:07.603Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Invoke
2022-05-31T06:26:08.637Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T06:26:08.637Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-05-31T06:26:08.638Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T06:26:08.639Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T06:26:08.643Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-31T06:26:08.650Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0dfff6f-ec5e-4631-9589-bfe2e405d746 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T06:26:08.651Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-05-31T06:26:08.651Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:08.653Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:08.653Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978368650,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-05-31T06:26:08.753Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:08.754Z||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-05-31T06:26:08.755Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:08.764Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:08.765Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-31T06:26:09.666Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:26:09.666Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:26:09.667Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:14.016Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:14.017Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||received message from topic
2022-05-31T06:26:14.017Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"baefc085-6333-4e0d-a678-ac2c7b6b67c1","serviceName":"vFW 2022-05-31 06-23-03","serviceVersion":"1.0","serviceUUID":"2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f","serviceDescription":"catalog service description","serviceInvariantUUID":"4d3221ec-10fe-42e6-ba94-7e8f2a607069","resources":[{"resourceInstanceName":"vFW 940179e0-1a1c 0","resourceName":"vFW 940179e0-1a1c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"349f188b-7b31-4d5b-9add-b79f898a2477","resourceInvariantUUID":"9eee5eca-beb8-486b-9942-d20e2d7ebac6","resourceCustomizationUUID":"fd150036-9c41-4a53-90a6-b5997b2b4458","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml","artifactChecksum":"OWE1MTBmYzY3MzI5ZGM4NGE5ZTZjZGYwZmMwYjMzZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"71de9392-47e3-4e19-bff2-3cf009d75211","artifactVersion":"1"},{"artifactName":"vfw940179e01a1c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json","artifactChecksum":"ZmViOWViYmMxNjM2ZGI1MzJlYzc1OWVhOGM5YTZjYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57b00bd7-4767-4ef7-a793-52e5ccc3fb6b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"20964c5c-56a0-418d-867e-085343f73fb4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml","artifactChecksum":"OGVmZDExNjdlNTllODk3NWQ0MjIzNjlmNjNjYzlhZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e4eb684-add4-40f6-bd37-bc53b65258d4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dadd449c-0a2c-464b-94a2-a898220ef5f1","artifactVersion":"2","generatedFromUUID":"20964c5c-56a0-418d-867e-085343f73fb4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531062303-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml","artifactChecksum":"ZWZjZDNiY2E4NTJiYTNmZjUwYzQzNGZmY2QyZmMyNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b690e63-5321-442c-a930-9f76d5d2a4f1","artifactVersion":"1"},{"artifactName":"service-Vfw20220531062303-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar","artifactChecksum":"NTI1ZGZhODdiMmMyZWFiZmM5N2U1OGEwNDFkY2JkYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1297bc3d-4c43-4820-9321-cbdb139e6c24","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-31T06:26:14.019Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:26:14.019Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:14.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:14.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:14.121Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:14.122Z||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-05-31T06:26:14.122Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:14.133Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:14.134Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:15.021Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:26:15.022Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:15.024Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:15.024Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:26:15.124Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T06:26:15.125Z||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-05-31T06:26:15.125Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:15.134Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:15.134Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:16.025Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:26:16.026Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:16.028Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:16.028Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:26:16.128Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:16.128Z||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-05-31T06:26:16.128Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:16.136Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:16.137Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:17.028Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:26:17.029Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:17.031Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:17.031Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:17.131Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:17.133Z||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-05-31T06:26:17.133Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:17.157Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:17.157Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-31T06:26:18.032Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:26:18.032Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:18.034Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:18.034Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T06:26:18.134Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:18.134Z||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-05-31T06:26:18.134Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:18.144Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:18.145Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:19.034Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:26:19.035Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:19.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:19.037Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:26:19.137Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:19.138Z||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-05-31T06:26:19.138Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:19.147Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:19.147Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:20.038Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:26:20.039Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:20.040Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:20.040Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:26:20.140Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:20.141Z||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-05-31T06:26:20.141Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:20.151Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:20.152Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:21.042Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||sending notification to client: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"serviceName": "vFW 2022-05-31 06-23-03",
"serviceVersion": "1.0",
"serviceUUID": "2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4d3221ec-10fe-42e6-ba94-7e8f2a607069",
"resources": [
{
"resourceInstanceName": "vFW 940179e0-1a1c 0",
"resourceCustomizationUUID": "fd150036-9c41-4a53-90a6-b5997b2b4458",
"resourceName": "vFW 940179e0-1a1c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "349f188b-7b31-4d5b-9add-b79f898a2477",
"resourceInvariantUUID": "9eee5eca-beb8-486b-9942-d20e2d7ebac6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw940179e01a1c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"artifactChecksum": "ZmViOWViYmMxNjM2ZGI1MzJlYzc1OWVhOGM5YTZjYzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "57b00bd7-4767-4ef7-a793-52e5ccc3fb6b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "20964c5c-56a0-418d-867e-085343f73fb4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dadd449c-0a2c-464b-94a2-a898220ef5f1",
"generatedFromUUID": "20964c5c-56a0-418d-867e-085343f73fb4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dadd449c-0a2c-464b-94a2-a898220ef5f1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220531062303-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"artifactChecksum": "NTI1ZGZhODdiMmMyZWFiZmM5N2U1OGEwNDFkY2JkYzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1297bc3d-4c43-4820-9321-cbdb139e6c24"
}
],
"workloadContext": "Production"
}
2022-05-31T06:26:21.042Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-31T06:26:21.042Z|b0dfff6f-ec5e-4631-9589-bfe2e405d746|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f ASDC
2022-05-31T06:26:21.042Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:baefc085-6333-4e0d-a678-ac2c7b6b67c1
ServiceName:vFW 2022-05-31 06-23-03
ServiceVersion:1.0
ServiceUUID:2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f
ServiceInvariantUUID:4d3221ec-10fe-42e6-ba94-7e8f2a607069
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220531062303-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar
ArtifactUUID:1297bc3d-4c43-4820-9321-cbdb139e6c24
ArtifactChecksum:NTI1ZGZhODdiMmMyZWFiZmM5N2U1OGEwNDFkY2JkYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 940179e0-1a1c 0
ResourceCustomizationUUID:fd150036-9c41-4a53-90a6-b5997b2b4458
ResourceInvariantUUID:9eee5eca-beb8-486b-9942-d20e2d7ebac6
ResourceName:vFW 940179e0-1a1c
ResourceType:VF
ResourceUUID:349f188b-7b31-4d5b-9add-b79f898a2477
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw940179e01a1c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json
ArtifactUUID:57b00bd7-4767-4ef7-a793-52e5ccc3fb6b
ArtifactChecksum:ZmViOWViYmMxNjM2ZGI1MzJlYzc1OWVhOGM5YTZjYzA=
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/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml
ArtifactUUID:20964c5c-56a0-418d-867e-085343f73fb4
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/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env
ArtifactUUID:dadd449c-0a2c-464b-94a2-a898220ef5f1
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/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env
ArtifactUUID:dadd449c-0a2c-464b-94a2-a898220ef5f1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-31T06:26:21.042Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f 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-05-31T06:26:21.079Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T06:26:21.079Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||MSO config path is: /app
2022-05-31T06:26:21.079Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||MSO config path is: /app
2022-05-31T06:26:21.079Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Trying to download the artifact UUID: 1297bc3d-4c43-4820-9321-cbdb139e6c24 from URL: /sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:21.079Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - download
2022-05-31T06:26:21.080Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:21.209Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T06:26:21.214Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar 1297bc3d-4c43-4820-9321-cbdb139e6c24 99038
2022-05-31T06:26:21.215Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar ASDC sendASDCNotification
2022-05-31T06:26:21.215Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:21.215Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:26:21.215Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:21.217Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:21.218Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978381215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:21.317Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-31T06:26:21.318Z||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-05-31T06:26:21.318Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:21.328Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:21.329Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:22.218Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T06:26:22.219Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||MSO config path is: /app
2022-05-31T06:26:22.219Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Trying to write artifact UUID: 1297bc3d-4c43-4820-9321-cbdb139e6c24, URL: /sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar to file: /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:22.219Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531062303-csar.csar
2022-05-31T06:26:22.220Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:22.220Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:22.553Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15378695530484237351/Definitions/service-Vfw20220531062303-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-31T06:26:24.567Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-05-31T06:26:24.568Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||####################################################################################################
2022-05-31T06:26:24.568Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.568Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-31T06:26:24.568Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.568Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 940179e0-1a1c 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-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.569Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|WARN|500||####################################################################################################
2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:24.570Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:24.571Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Search for entities recursively
2022-05-31T06:26:24.571Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T06:26:24.571Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.571Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:24.571Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:24.572Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Search for entities recursively
2022-05-31T06:26:24.572Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T06:26:24.572Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.572Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria
2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T06:26:24.573Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.574Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-31T06:26:24.575Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.576Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T06:26:24.576Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.576Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:24.576Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:26:24.576Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:26:24.577Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria
2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T06:26:24.578Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.579Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=893bef22-25cd-450e-bcd4-8b4ec91aea2c
2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria
2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.580Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T06:26:24.581Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0d13c385-5619-45bf-a594-06d761164348
2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria
2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T06:26:24.582Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:26:24.583Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0c30a4b1-523a-4fd7-9112-fa44d48936e3
2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.584Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:24.585Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.585Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:24.585Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:24.585Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:24.585Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-31 06-23-03
Description:catalog service description
Model UUID:2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f
Model Version:NULL
Model InvariantUuid:4d3221ec-10fe-42e6-ba94-7e8f2a607069
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 940179e0-1a1c
Model UUID:79a91d68-2db3-4124-ad9a-b56c53205e66
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9eee5eca-beb8-486b-9942-d20e2d7ebac6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fd150036-9c41-4a53-90a6-b5997b2b4458
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6c56b260-9469-44f9-adae-f469ee0a4558
ModelName:Vfw940179e01a1c..base_vfw..module-0
ModelUuid:2caa4b79-7b98-4b5d-9ad5-582e657a8ab0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:893bef22-25cd-450e-bcd4-8b4ec91aea2c
ModelInvariantUuid:f374247c-2aae-4d81-be4d-f06a3c4ba9aa
ModelName:vFW 940179e0-1a1c-nodes.vfwCvfc
ModelUuid:4eac1e3b-c6d5-4b20-b054-1c383b7ab576
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9b7dcf19-0b11-4f01-b64e-4762109f808e
ModelInvariantUuid:4ec414a8-ea77-432c-8bd3-710e57ef8dda
ModelName:Vfw940179e01a1c.compute.nodes.heat.vfw
ModelUuid:c06a8220-3913-4f4e-adf7-da50692e9ee2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0d13c385-5619-45bf-a594-06d761164348
ModelInvariantUuid:b6177434-f61e-4e02-ab1e-5aa455fde95d
ModelName:vFW 940179e0-1a1c-nodes.vsnCvfc
ModelUuid:634d5f1e-df3e-438d-bda0-14aab3a9cb3b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d09b9b4e-a027-4178-a373-a856a6b0a708
ModelInvariantUuid:2f3940ce-0b70-4f95-b555-dd961782bacd
ModelName:Vfw940179e01a1c.compute.nodes.heat.vsn
ModelUuid:b45ac05b-5ac1-43b4-8b7d-f38a2a575d61
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0c30a4b1-523a-4fd7-9112-fa44d48936e3
ModelInvariantUuid:21b0c09d-6a00-4599-b869-21141f783ab4
ModelName:vFW 940179e0-1a1c-nodes.vpgCvfc
ModelUuid:4be7c0d2-fcec-4788-827e-0c43e4f4ca4e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:65721fbf-ee45-44b6-ae8c-01305e432e06
ModelInvariantUuid:a7cb78f0-af41-49e9-96a3-1dbc63446ce2
ModelName:Vfw940179e01a1c.compute.nodes.heat.vpg
ModelUuid:bf83ed04-1c71-4f4d-a6f6-3045d6a392af
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-05-31T06:26:24.593Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 349f188b-7b31-4d5b-9add-b79f898a2477
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-05-31T06:26:24.595Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||vFW 940179e0-1a1c 0
2022-05-31T06:26:24.596Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 349f188b-7b31-4d5b-9add-b79f898a2477
2022-05-31T06:26:24.596Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Trying to download the artifact UUID: 57b00bd7-4767-4ef7-a793-52e5ccc3fb6b from URL: /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json
2022-05-31T06:26:24.596Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - download
2022-05-31T06:26:24.596Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json
2022-05-31T06:26:24.645Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T06:26:24.645Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json 57b00bd7-4767-4ef7-a793-52e5ccc3fb6b 785
2022-05-31T06:26:24.645Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json ASDC sendASDCNotification
2022-05-31T06:26:24.646Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json
2022-05-31T06:26:24.646Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:26:24.646Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:24.648Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:24.648Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978384645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:24.748Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:24.748Z||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-05-31T06:26:24.748Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:24.758Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:24.758Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:25.648Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw940179e01a1c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6c56b260-9469-44f9-adae-f469ee0a4558",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2caa4b79-7b98-4b5d-9ad5-582e657a8ab0",
"vfModuleModelCustomizationUUID": "3292c9c4-d6c6-4fa5-8266-a482f511a946",
"isBase": true,
"artifacts": [
"20964c5c-56a0-418d-867e-085343f73fb4",
"dadd449c-0a2c-464b-94a2-a898220ef5f1"
],
"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-05-31T06:26:25.652Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw940179e01a1c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2caa4b79-7b98-4b5d-9ad5-582e657a8ab0
VfModuleModelInvariantUUID:6c56b260-9469-44f9-adae-f469ee0a4558
VfModuleModelDescription:NULL
Artifacts UUID List:{
20964c5c-56a0-418d-867e-085343f73fb4
,
dadd449c-0a2c-464b-94a2-a898220ef5f1
}
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-05-31T06:26:25.653Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw940179e01a1c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6c56b260-9469-44f9-adae-f469ee0a4558",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2caa4b79-7b98-4b5d-9ad5-582e657a8ab0",
"vfModuleModelCustomizationUUID": "3292c9c4-d6c6-4fa5-8266-a482f511a946",
"isBase": true,
"artifacts": [
"20964c5c-56a0-418d-867e-085343f73fb4",
"dadd449c-0a2c-464b-94a2-a898220ef5f1"
],
"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-05-31T06:26:25.653Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw940179e01a1c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2caa4b79-7b98-4b5d-9ad5-582e657a8ab0
VfModuleModelInvariantUUID:6c56b260-9469-44f9-adae-f469ee0a4558
VfModuleModelDescription:NULL
Artifacts UUID List:{
20964c5c-56a0-418d-867e-085343f73fb4
,
dadd449c-0a2c-464b-94a2-a898220ef5f1
}
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-05-31T06:26:25.654Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Trying to download the artifact UUID: 20964c5c-56a0-418d-867e-085343f73fb4 from URL: /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml
2022-05-31T06:26:25.654Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - download
2022-05-31T06:26:25.654Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml
2022-05-31T06:26:25.699Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T06:26:25.700Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml 20964c5c-56a0-418d-867e-085343f73fb4 20368
2022-05-31T06:26:25.700Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-31T06:26:25.700Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml
2022-05-31T06:26:25.700Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:26:25.701Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:25.702Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:25.702Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978385700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:25.802Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:25.803Z||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-05-31T06:26:25.803Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:25.812Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:25.812Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:26.703Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Trying to download the artifact UUID: dadd449c-0a2c-464b-94a2-a898220ef5f1 from URL: /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env
2022-05-31T06:26:26.703Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - download
2022-05-31T06:26:26.703Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env
2022-05-31T06:26:26.755Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||GET Response Status 200
2022-05-31T06:26:26.756Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env dadd449c-0a2c-464b-94a2-a898220ef5f1 2098
2022-05-31T06:26:26.756Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-31T06:26:26.756Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env
2022-05-31T06:26:26.756Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:26:26.756Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:26.757Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:26.757Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978386756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:26:26.858Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:26.858Z||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-05-31T06:26:26.858Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:26.868Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:26.868Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:27.758Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Preparing to deploy Service: 2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f
2022-05-31T06:26:27.759Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 940179e0-1a1c 0 349f188b-7b31-4d5b-9add-b79f898a2477 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-05-31T06:26:27.778Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@587df345, org.onap.sdc.toscaparser.api.parameters.Input@24faf270, org.onap.sdc.toscaparser.api.parameters.Input@44afb54a, org.onap.sdc.toscaparser.api.parameters.Input@6d8ac145, org.onap.sdc.toscaparser.api.parameters.Input@5adaf06a]
2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VF Category is: Generic
2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||VFCustomizationUUID= fd150036-9c41-4a53-90a6-b5997b2b4458
2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fd150036-9c41-4a53-90a6-b5997b2b4458 matches Tosca VF Customization UUID: fd150036-9c41-4a53-90a6-b5997b2b4458
2022-05-31T06:26:27.779Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||vfCustomizationUUID: fd150036-9c41-4a53-90a6-b5997b2b4458 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-05-31T06:26:27.782Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.782Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:27.782Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||resource request for resource customization id fd150036-9c41-4a53-90a6-b5997b2b4458: {\"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-05-31T06:26:27.782Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2bc76e07
2022-05-31T06:26:27.783Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.783Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T06:26:27.783Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3292c9c4-d6c6-4fa5-8266-a482f511a946
2022-05-31T06:26:27.783Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3292c9c4-d6c6-4fa5-8266-a482f511a946
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-05-31T06:26:27.785Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.785Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:27.785Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria
2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T06:26:27.786Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:26:27.787Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=893bef22-25cd-450e-bcd4-8b4ec91aea2c
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-05-31T06:26:27.789Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria
2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:26:27.790Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T06:26:27.791Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:26:27.792Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0d13c385-5619-45bf-a594-06d761164348
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-05-31T06:26:27.793Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.794Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:27.794Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is not matching search criteria
2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T06:26:27.796Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-31T06:26:27.797Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0c30a4b1-523a-4fd7-9112-fa44d48936e3
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-05-31T06:26:27.799Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.799Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:27.800Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:26:27.800Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.800Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Node template vFW 940179e0-1a1c 0 is matching search criteria
2022-05-31T06:26:27.800Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found topology templates [vFW 940179e0-1a1c 0] matching following query criteria: sdcType=VF, customizationUUID=fd150036-9c41-4a53-90a6-b5997b2b4458
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-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500|| resourceSeq for service uuid 2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f: vFW 940179e0-1a1c
2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.802Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:27.803Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.803Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:27.803Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:26:27.803Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Service vFW 2022-05-31 06-23-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:26:27.803Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||Saving Service: vFW 2022-05-31 06-23-03
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-05-31T06:26:27.954Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 940179e0-1a1c 349f188b-7b31-4d5b-9add-b79f898a2477 1 ASDC deployResourceStructure
2022-05-31T06:26:27.954Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json ASDC sendASDCNotification
2022-05-31T06:26:27.954Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json
2022-05-31T06:26:27.954Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T06:26:27.954Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:27.956Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:27.956Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978387954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T06:26:28.056Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:28.057Z||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-05-31T06:26:28.057Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:28.066Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:28.066Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:28.957Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-31T06:26:28.957Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml
2022-05-31T06:26:28.957Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T06:26:28.957Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:28.959Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:28.959Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978388956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T06:26:29.059Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:29.059Z||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-05-31T06:26:29.060Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:29.068Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:29.069Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:29.959Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-31T06:26:29.960Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env
2022-05-31T06:26:29.960Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T06:26:29.960Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:29.962Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:29.962Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978389959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-31T06:26:30.062Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:30.062Z||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-05-31T06:26:30.063Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:30.073Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:30.073Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:30.963Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar ASDC sendASDCNotification
2022-05-31T06:26:30.963Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar
2022-05-31T06:26:30.963Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-05-31T06:26:30.963Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:26:30.965Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:26:30.965Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978390962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:26:31.065Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:26:31.066Z||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-05-31T06:26:31.066Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:26:31.075Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:26:31.075Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:26:31.966Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1
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-05-31T06:26:31.977Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1
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-05-31T06:26:31.980Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T06:26:31.980Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T06:26:31.980Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T06:27:01.980Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1
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-05-31T06:27:01.991Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1
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-05-31T06:27:01.992Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T06:27:01.992Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T06:27:01.993Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T06:27:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:27:02.279Z||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-05-31T06:27:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:27:02.299Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:27:02.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:27:02.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978295908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:27:02.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:27:31.993Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1
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-05-31T06:27:32.003Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1
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-05-31T06:27:32.006Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T06:27:32.006Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T06:27:32.006Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T06:28:02.006Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1
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-05-31T06:28:02.016Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1
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-05-31T06:28:02.018Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T06:28:02.018Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-31T06:28:02.018Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-31T06:28:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:28:02.279Z||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-05-31T06:28:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:28:02.299Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:28:02.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "clamp",
"timestamp": 1653978304784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:28:02.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:28:02.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978305481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:28:02.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:28:02.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "clamp",
"timestamp": 1653978305787,
"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-05-31T06:28:02.306Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1
2022-05-31T06:28:02.307Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:28:02.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "aai-ml",
"timestamp": 1653978305411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:28:02.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:28:02.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978306484,
"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-05-31T06:28:02.319Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1
2022-05-31T06:28:02.319Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:28:02.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "aai-ml",
"timestamp": 1653978305411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "aai-ml",
"timestamp": 1653978305411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "aai-ml",
"timestamp": 1653978305411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "aai-ml",
"timestamp": 1653978305411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "aai-ml",
"timestamp": 1653978305411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "aai-ml",
"timestamp": 1653978305411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "aai-ml",
"timestamp": 1653978313352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "aai-ml",
"timestamp": 1653978321066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:28:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "aai-ml",
"timestamp": 1653978322070,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T06:28:02.333Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of baefc085-6333-4e0d-a678-ac2c7b6b67c1
2022-05-31T06:28:02.333Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:28:32.019Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1
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-05-31T06:28:32.029Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1
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-05-31T06:28:32.031Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-31T06:28:32.032Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-31T06:28:32.032Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-31T06:28:32.032Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-31T06:28:32.032Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-05-31T06:28:32.032Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T06:28:32.036Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-31T06:29:02.036Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 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-05-31T06:29:02.043Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: baefc085-6333-4e0d-a678-ac2c7b6b67c1 and serviceModelVersionId: 2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f
2022-05-31T06:29:02.043Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d3221ec-10fe-42e6-ba94-7e8f2a607069
2022-05-31T06:29:02.044Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0
2022-05-31T06:29:02.047Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-05-31T06:29:02.080Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f157df2f-411f-42c3-9127-fefe191630c2/model-vers/model-ver/9153ba0b-9a8f-4501-ad5d-4977e7c7152d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?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-05-31T06:29:02.081Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||Invoke
2022-05-31T06:29:02.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:29:02.279Z||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-05-31T06:29:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:29:02.799Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:29:02.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0dfff6f-ec5e-4631-9589-bfe2e405d746",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978368650,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-05-31T06:29:02.800Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:29:02.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:29:02.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:29:02.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:29:02.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978369666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978381215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978384645,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978385700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978386756,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:29:02.802Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978387954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/vfw940179e01a1c0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978388956,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978389959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/resourceInstances/vfw940179e01a1c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978390962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531062303/1.0/artifacts/service-Vfw20220531062303-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:29:02.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:29:03.602Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?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-05-31T06:29:03.603Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||Invoke
2022-05-31T06:29:05.138Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?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-05-31T06:29:05.139Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||Invoke
2022-05-31T06:29:06.169Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T06:29:06.169Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
at org.onap.so.client.RestRequest.get(RestRequest.java:58)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
at java.base/java.io.FilterOutputStream.write(Unknown Source)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
... 31 common frames omitted
2022-05-31T06:29:06.170Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T06:29:06.170Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-31T06:29:06.176Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-31T06:29:06.176Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID baefc085-6333-4e0d-a678-ac2c7b6b67c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-05-31T06:29:06.177Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-05-31T06:29:06.177Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||DistributionClient - sendStatus
2022-05-31T06:29:06.179Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:29:06.179Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|DEBUG|500||try to send status {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978546176,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-05-31T06:29:06.279Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:29:06.280Z||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-05-31T06:29:06.280Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:29:06.289Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:29:06.289Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-31T06:29:07.196Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:29:07.197Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:29:07.197Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:29:17.432Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:29:17.432Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:29:17.433Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:29:17.433Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:29:26.967Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:29:26.967Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:29:26.968Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:29:26.968Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:29:36.499Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:29:36.499Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:29:36.499Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:29:36.499Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:29:46.028Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:29:46.029Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:29:46.029Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:29:46.029Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:29:55.566Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:30:02.277Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:30:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-31T06:30:02.278Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:30:02.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:30:02.279Z||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-05-31T06:30:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:30:02.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:30:02.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-31T06:30:02.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "baefc085-6333-4e0d-a678-ac2c7b6b67c1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978546176,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-05-31T06:30:02.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:30:11.811Z|baefc085-6333-4e0d-a678-ac2c7b6b67c1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d3221ec-10fe-42e6-ba94-7e8f2a607069/model-vers/model-ver/2eff4b6f-0294-4ca2-8c6c-cafbe6a0ba4f?depth=0|INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:31:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:31:02.278Z||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-05-31T06:31:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:31:02.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:31:02.279Z||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-05-31T06:31:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:31:11.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:31:11.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:32:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:32:02.278Z||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-05-31T06:32:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:32:02.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:32:02.279Z||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-05-31T06:32:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:32:11.816Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:32:11.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:02.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:33:02.278Z||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-05-31T06:33:02.278Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:02.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-31T06:33:02.279Z||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-05-31T06:33:02.279Z||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 cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:02.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:02.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b50dc17-cba9-4d42-be8f-1fd16a13ac28","serviceName":"vFW 2022-05-31 06-30-52","serviceVersion":"1.0","serviceUUID":"ab7173e7-5e65-4bc2-bb87-559033702fa5","serviceDescription":"catalog service description","serviceInvariantUUID":"f177d4d8-3f97-4640-834a-fcaa1311a321","resources":[{"resourceInstanceName":"vFW bd5e0ca7-48d4 0","resourceName":"vFW bd5e0ca7-48d4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ae6e2ec-18d0-4e65-b979-4cd21af66db9","resourceInvariantUUID":"eade08bc-2f34-4c67-bd3a-3fd722e8d73c","resourceCustomizationUUID":"28c3d911-6ac6-4b3a-b716-72d57e39b0fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml","artifactChecksum":"ZDYxNzQ4MTkwNGU3ZGE2M2M4ODFjMGE0OWM4OGViMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2433e6f1-e980-455f-b6d5-616074e4ff5b","artifactVersion":"1"},{"artifactName":"vfwbd5e0ca748d40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json","artifactChecksum":"NThkZmU5MWUyNTg5ODIzYjNlMjNjOWM4ZGJjMWNkNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f721311d-6f2b-41c8-a43c-6ad5bb5fe5cf","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml","artifactChecksum":"YTFhNmJlOTQ2ZWJiOGM4ODljOWU5NGZkMTQ4MTVmZmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6eebeb72-9eb5-4235-b1e5-6e9761e21448","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0d6b310-da03-4eb1-be9c-4aee65a2eb34","artifactVersion":"2","generatedFromUUID":"b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220531063052-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml","artifactChecksum":"YzE3NWMwNjdiNzZjYTI2MmE1YmQyOWI0MjcwM2JiMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"551a2b4a-1bcc-407a-9f6a-69445a7e984c","artifactVersion":"1"},{"artifactName":"service-Vfw20220531063052-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar","artifactChecksum":"YTJjMGE1NmY4ZWM0YTllMDNkMjZhNjAzYzY0ZDA3Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac4a16d9-5497-4334-8e30-191ab68b9aee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-31T06:33:02.903Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:33:02.903Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:02.905Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:02.905Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978782277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:02.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978735908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978738708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "clamp",
"timestamp": 1653978739634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "cds",
"timestamp": 1653978734522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978744042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978735908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "cds",
"timestamp": 1653978734522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978738708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "clamp",
"timestamp": 1653978739634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978744042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978735908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978738708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "cds",
"timestamp": 1653978734522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "clamp",
"timestamp": 1653978739634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978744042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978735908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978738708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "cds",
"timestamp": 1653978734522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "clamp",
"timestamp": 1653978739634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978744042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978735908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978738708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "cds",
"timestamp": 1653978734522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "clamp",
"timestamp": 1653978739634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978744042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.916Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978735908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978738708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "cds",
"timestamp": 1653978734522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "clamp",
"timestamp": 1653978739634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978744042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978735908,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978738708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "cds",
"timestamp": 1653978734522,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "clamp",
"timestamp": 1653978739634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978744042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978751054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:02.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "cds",
"timestamp": 1653978751069,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:02.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978751786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:02.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:02.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "cds",
"timestamp": 1653978752075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-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-05-31T06:33:02.936Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28
2022-05-31T06:33:02.936Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:02.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978752115,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "policy-id",
"timestamp": 1653978751638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "policy-id",
"timestamp": 1653978751638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978753401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "policy-id",
"timestamp": 1653978751638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978754423,
"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-05-31T06:33:02.951Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28
2022-05-31T06:33:02.951Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978755135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:33:02.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "policy-id",
"timestamp": 1653978751638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978755426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "DEPLOY_OK"
}
2022-05-31T06:33:02.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:02.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "aai-ml",
"timestamp": 1653978755411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978756138,
"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-05-31T06:33:02.965Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28
2022-05-31T06:33:02.965Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:02.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "policy-id",
"timestamp": 1653978751638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "aai-ml",
"timestamp": 1653978755411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "policy-id",
"timestamp": 1653978751638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "aai-ml",
"timestamp": 1653978755411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978755908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "cds",
"timestamp": 1653978753080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "policy-id",
"timestamp": 1653978751638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "aai-ml",
"timestamp": 1653978755411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "ves-openapi-manager",
"timestamp": 1653978755908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "cds",
"timestamp": 1653978753080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978758708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "policy-id",
"timestamp": 1653978759652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:02.976Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:02.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "aai-ml",
"timestamp": 1653978755411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653978758708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:02.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "policy-id",
"timestamp": 1653978760724,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:33:02.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:02.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "cds",
"timestamp": 1653978760944,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:02.977Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:02.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "aai-ml",
"timestamp": 1653978755411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:02.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:02.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "policy-id",
"timestamp": 1653978761727,
"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-05-31T06:33:02.983Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28
2022-05-31T06:33:02.983Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:02.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:02.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "cds",
"timestamp": 1653978761951,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-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-05-31T06:33:03.000Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb676752-1d03-4d37-8534-13a1f95a6109
2022-05-31T06:33:03.000Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:33:03.005Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:03.005Z||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-05-31T06:33:03.005Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "aai-ml",
"timestamp": 1653978755411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:03.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "aai-ml",
"timestamp": 1653978763261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:03.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "clamp",
"timestamp": 1653978763855,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:03.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:03.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "clamp",
"timestamp": 1653978765865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:33:03.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:03.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "clamp",
"timestamp": 1653978766869,
"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-05-31T06:33:03.014Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28
2022-05-31T06:33:03.014Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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=?
2022-05-31T06:33:03.016Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:03.017Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "clamp",
"timestamp": 1653978769634,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:03.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "aai-ml",
"timestamp": 1653978770569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-05-31T06:33:03.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "clamp",
"timestamp": 1653978769634,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:03.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:03.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "aai-ml",
"timestamp": 1653978771572,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-31T06:33:03.028Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9b50dc17-cba9-4d42-be8f-1fd16a13ac28
2022-05-31T06:33:03.028Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b50dc17-cba9-4d42-be8f-1fd16a13ac28 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-05-31T06:33:03.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "policy-id",
"timestamp": 1653978771638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:03.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:03.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "policy-id",
"timestamp": 1653978771638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:03.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "policy-id",
"timestamp": 1653978774318,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:03.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978774042,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:03.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "policy-id",
"timestamp": 1653978775335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:33:03.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:03.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978774042,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:03.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-31T06:33:03.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "policy-id",
"timestamp": 1653978776338,
"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-05-31T06:33:03.041Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb676752-1d03-4d37-8534-13a1f95a6109
2022-05-31T06:33:03.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:33:03.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978776730,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:03.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:03.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978778182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-31T06:33:03.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-31T06:33:03.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-31T06:33:03.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb676752-1d03-4d37-8534-13a1f95a6109",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653978779186,
"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-05-31T06:33:03.052Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb676752-1d03-4d37-8534-13a1f95a6109
2022-05-31T06:33:03.052Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb676752-1d03-4d37-8534-13a1f95a6109 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-05-31T06:33:03.906Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:33:03.906Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:03.908Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:03.908Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978782277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "NOTIFIED"
}
2022-05-31T06:33:04.008Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:04.009Z||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-05-31T06:33:04.009Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:04.018Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:04.018Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:33:04.908Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:33:04.909Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:04.911Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:04.911Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978782277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-31T06:33:05.011Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:05.012Z||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-05-31T06:33:05.012Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:05.022Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:05.022Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:33:05.911Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:33:05.912Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:05.913Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:05.913Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978782277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:06.014Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:06.014Z||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-05-31T06:33:06.014Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:06.023Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:06.023Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:33:06.914Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:33:06.915Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:06.917Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:06.917Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978782277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-31T06:33:07.017Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:07.018Z||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-05-31T06:33:07.018Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:07.028Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:07.028Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:33:07.918Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:33:07.918Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:07.920Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:07.920Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978782277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-31T06:33:08.020Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:08.021Z||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-05-31T06:33:08.021Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:08.031Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:08.031Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:33:08.921Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-31T06:33:08.921Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:08.923Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:08.923Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978782277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "NOTIFIED"
}
2022-05-31T06:33:09.023Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:09.024Z||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-05-31T06:33:09.024Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:09.033Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:09.033Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:33:09.924Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"serviceName": "vFW 2022-05-31 06-30-52",
"serviceVersion": "1.0",
"serviceUUID": "ab7173e7-5e65-4bc2-bb87-559033702fa5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f177d4d8-3f97-4640-834a-fcaa1311a321",
"resources": [
{
"resourceInstanceName": "vFW bd5e0ca7-48d4 0",
"resourceCustomizationUUID": "28c3d911-6ac6-4b3a-b716-72d57e39b0fb",
"resourceName": "vFW bd5e0ca7-48d4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6ae6e2ec-18d0-4e65-b979-4cd21af66db9",
"resourceInvariantUUID": "eade08bc-2f34-4c67-bd3a-3fd722e8d73c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbd5e0ca748d40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"artifactChecksum": "NThkZmU5MWUyNTg5ODIzYjNlMjNjOWM4ZGJjMWNkNGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f721311d-6f2b-41c8-a43c-6ad5bb5fe5cf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f0d6b310-da03-4eb1-be9c-4aee65a2eb34",
"generatedFromUUID": "b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f0d6b310-da03-4eb1-be9c-4aee65a2eb34",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220531063052-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"artifactChecksum": "YTJjMGE1NmY4ZWM0YTllMDNkMjZhNjAzYzY0ZDA3Mzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ac4a16d9-5497-4334-8e30-191ab68b9aee"
}
],
"workloadContext": "Production"
}
2022-05-31T06:33:09.924Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-31T06:33:09.924Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab7173e7-5e65-4bc2-bb87-559033702fa5 ASDC
2022-05-31T06:33:09.924Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9b50dc17-cba9-4d42-be8f-1fd16a13ac28
ServiceName:vFW 2022-05-31 06-30-52
ServiceVersion:1.0
ServiceUUID:ab7173e7-5e65-4bc2-bb87-559033702fa5
ServiceInvariantUUID:f177d4d8-3f97-4640-834a-fcaa1311a321
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220531063052-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar
ArtifactUUID:ac4a16d9-5497-4334-8e30-191ab68b9aee
ArtifactChecksum:YTJjMGE1NmY4ZWM0YTllMDNkMjZhNjAzYzY0ZDA3Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bd5e0ca7-48d4 0
ResourceCustomizationUUID:28c3d911-6ac6-4b3a-b716-72d57e39b0fb
ResourceInvariantUUID:eade08bc-2f34-4c67-bd3a-3fd722e8d73c
ResourceName:vFW bd5e0ca7-48d4
ResourceType:VF
ResourceUUID:6ae6e2ec-18d0-4e65-b979-4cd21af66db9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbd5e0ca748d40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json
ArtifactUUID:f721311d-6f2b-41c8-a43c-6ad5bb5fe5cf
ArtifactChecksum:NThkZmU5MWUyNTg5ODIzYjNlMjNjOWM4ZGJjMWNkNGM=
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/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml
ArtifactUUID:b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4
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/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env
ArtifactUUID:f0d6b310-da03-4eb1-be9c-4aee65a2eb34
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/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env
ArtifactUUID:f0d6b310-da03-4eb1-be9c-4aee65a2eb34
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-31T06:33:09.924Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab7173e7-5e65-4bc2-bb87-559033702fa5 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-05-31T06:33:09.953Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T06:33:09.954Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-31T06:33:09.954Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-31T06:33:09.954Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ac4a16d9-5497-4334-8e30-191ab68b9aee from URL: /sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:09.954Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-31T06:33:09.954Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:10.506Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-31T06:33:10.510Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar ac4a16d9-5497-4334-8e30-191ab68b9aee 98991
2022-05-31T06:33:10.510Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar ASDC sendASDCNotification
2022-05-31T06:33:10.510Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:10.510Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:33:10.511Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:10.512Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:10.512Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978790510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:10.612Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:10.613Z||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-05-31T06:33:10.613Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:10.623Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:10.623Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:33:11.513Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-31T06:33:11.514Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-31T06:33:11.514Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ac4a16d9-5497-4334-8e30-191ab68b9aee, URL: /sdc/v1/catalog/services/Vfw20220531063052/1.0/artifacts/service-Vfw20220531063052-csar.csar to file: /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:11.514Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220531063052-csar.csar
2022-05-31T06:33:11.515Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:11.515Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:11.686Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8762102689091093976/Definitions/service-Vfw20220531063052-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-05-31T06:33:13.268Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-31T06:33:13.268Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-31T06:33:13.268Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.268Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd5e0ca7-48d4 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-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220531063052-csar.csar
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria
2022-05-31T06:33:13.269Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria
2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.270Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T06:33:13.271Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is matching search criteria
2022-05-31T06:33:13.272Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW bd5e0ca7-48d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1b2e729d-04d8-4e8b-b450-d90a9f1f1019
2022-05-31T06:33:13.273Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.274Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e5f22538-1db4-405a-aa29-4af7d3166b71
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vFW bd5e0ca7-48d4 0 is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-31T06:33:13.275Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b184c200-f45f-4936-8474-8c83b312a8ed
2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:33:13.276Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-31 06-30-52
Description:catalog service description
Model UUID:ab7173e7-5e65-4bc2-bb87-559033702fa5
Model Version:NULL
Model InvariantUuid:f177d4d8-3f97-4640-834a-fcaa1311a321
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bd5e0ca7-48d4
Model UUID:1d7a093a-8d19-4fa9-add2-c4938a9c624b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eade08bc-2f34-4c67-bd3a-3fd722e8d73c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:28c3d911-6ac6-4b3a-b716-72d57e39b0fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b46843ce-bf99-4a04-af3a-0523d8951a84
ModelName:VfwBd5e0ca748d4..base_vfw..module-0
ModelUuid:943701ff-2e94-4f42-884b-489201058153
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1b2e729d-04d8-4e8b-b450-d90a9f1f1019
ModelInvariantUuid:bf8db4f2-2083-4872-b035-6722a105e7ad
ModelName:vFW bd5e0ca7-48d4-nodes.vfwCvfc
ModelUuid:5a1d8da2-936e-4d81-92c9-11fdfd4c86c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0aeab340-9ef5-450e-a047-965c449ac442
ModelInvariantUuid:bfb0f30c-1e72-4519-ac6c-8332ab23ebae
ModelName:VfwBd5e0ca748d4.compute.nodes.heat.vfw
ModelUuid:ce931769-edcd-4309-ac86-a5678e471a3d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e5f22538-1db4-405a-aa29-4af7d3166b71
ModelInvariantUuid:285340d1-d7b3-4c7d-bf50-297354b7dcae
ModelName:vFW bd5e0ca7-48d4-nodes.vsnCvfc
ModelUuid:8a0d7532-8bab-4dc2-9136-e3a4f4b10a82
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7e7f42a5-1cc6-4250-a8e4-7f3d09ff4500
ModelInvariantUuid:b0f1ec28-7f33-4fdc-8231-eb522cb6ea59
ModelName:VfwBd5e0ca748d4.compute.nodes.heat.vsn
ModelUuid:1dd0c10c-08b1-4b6b-a0d4-5ce14540af6f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b184c200-f45f-4936-8474-8c83b312a8ed
ModelInvariantUuid:5b8e50aa-690f-431e-a2fd-a906aa225afe
ModelName:vFW bd5e0ca7-48d4-nodes.vpgCvfc
ModelUuid:35911100-c801-434a-b647-42ab1addf6d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a29dde93-2117-4194-b068-34f9e0fc0cb3
ModelInvariantUuid:c20c833d-83b1-4aee-aaab-f75e5852f636
ModelName:VfwBd5e0ca748d4.compute.nodes.heat.vpg
ModelUuid:2c4b4890-ab23-41ab-88c6-729dd69fe218
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-05-31T06:33:13.283Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ae6e2ec-18d0-4e65-b979-4cd21af66db9
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-05-31T06:33:13.285Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||vFW bd5e0ca7-48d4 0
2022-05-31T06:33:13.285Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ae6e2ec-18d0-4e65-b979-4cd21af66db9
2022-05-31T06:33:13.285Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f721311d-6f2b-41c8-a43c-6ad5bb5fe5cf from URL: /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json
2022-05-31T06:33:13.285Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-31T06:33:13.285Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json
2022-05-31T06:33:13.547Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-31T06:33:13.547Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json f721311d-6f2b-41c8-a43c-6ad5bb5fe5cf 785
2022-05-31T06:33:13.547Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json ASDC sendASDCNotification
2022-05-31T06:33:13.547Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json
2022-05-31T06:33:13.547Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:33:13.548Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:13.549Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:13.549Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978793547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/vfwbd5e0ca748d40_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:13.649Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:13.650Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T06:33:13.650Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:13.659Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:13.659Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:33:14.550Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBd5e0ca748d4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b46843ce-bf99-4a04-af3a-0523d8951a84",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "943701ff-2e94-4f42-884b-489201058153",
"vfModuleModelCustomizationUUID": "b8bf7c4f-e703-448a-a415-d1294d811baf",
"isBase": true,
"artifacts": [
"b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4",
"f0d6b310-da03-4eb1-be9c-4aee65a2eb34"
],
"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-05-31T06:33:14.553Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBd5e0ca748d4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:943701ff-2e94-4f42-884b-489201058153
VfModuleModelInvariantUUID:b46843ce-bf99-4a04-af3a-0523d8951a84
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4
,
f0d6b310-da03-4eb1-be9c-4aee65a2eb34
}
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-05-31T06:33:14.554Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBd5e0ca748d4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b46843ce-bf99-4a04-af3a-0523d8951a84",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "943701ff-2e94-4f42-884b-489201058153",
"vfModuleModelCustomizationUUID": "b8bf7c4f-e703-448a-a415-d1294d811baf",
"isBase": true,
"artifacts": [
"b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4",
"f0d6b310-da03-4eb1-be9c-4aee65a2eb34"
],
"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-05-31T06:33:14.554Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBd5e0ca748d4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:943701ff-2e94-4f42-884b-489201058153
VfModuleModelInvariantUUID:b46843ce-bf99-4a04-af3a-0523d8951a84
VfModuleModelDescription:NULL
Artifacts UUID List:{
b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4
,
f0d6b310-da03-4eb1-be9c-4aee65a2eb34
}
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-05-31T06:33:14.555Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4 from URL: /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml
2022-05-31T06:33:14.555Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-31T06:33:14.555Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml
2022-05-31T06:33:14.850Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-31T06:33:14.850Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml b5307d2f-8e93-4e2e-88f8-8ce1e3709ba4 20368
2022-05-31T06:33:14.851Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-31T06:33:14.851Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml
2022-05-31T06:33:14.851Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:33:14.851Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:14.852Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:14.852Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978794851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:14.953Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:14.953Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T06:33:14.953Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:14.963Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:14.963Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-31T06:33:15.853Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0d6b310-da03-4eb1-be9c-4aee65a2eb34 from URL: /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env
2022-05-31T06:33:15.854Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-31T06:33:15.854Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env
2022-05-31T06:33:16.047Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-31T06:33:16.047Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env f0d6b310-da03-4eb1-be9c-4aee65a2eb34 2098
2022-05-31T06:33:16.047Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-31T06:33:16.048Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env
2022-05-31T06:33:16.048Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-31T06:33:16.048Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-31T06:33:16.050Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-31T06:33:16.050Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "9b50dc17-cba9-4d42-be8f-1fd16a13ac28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653978796047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220531063052/1.0/resourceInstances/vfwbd5e0ca748d40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-31T06:33:16.150Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-31T06:33:16.151Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-31T06:33:16.151Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cOgZ38svBrRFlD4z) ...
2022-05-31T06:33:16.162Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-31T06:33:16.162Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-31T06:33:17.050Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ab7173e7-5e65-4bc2-bb87-559033702fa5
2022-05-31T06:33:17.051Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bd5e0ca7-48d4 0 6ae6e2ec-18d0-4e65-b979-4cd21af66db9 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-05-31T06:33:17.064Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78c21dfd, org.onap.sdc.toscaparser.api.parameters.Input@2534b945, org.onap.sdc.toscaparser.api.parameters.Input@6cbb6be0, org.onap.sdc.toscaparser.api.parameters.Input@148c0053, org.onap.sdc.toscaparser.api.parameters.Input@7c49daca]
2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 28c3d911-6ac6-4b3a-b716-72d57e39b0fb
2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 28c3d911-6ac6-4b3a-b716-72d57e39b0fb matches Tosca VF Customization UUID: 28c3d911-6ac6-4b3a-b716-72d57e39b0fb
2022-05-31T06:33:17.066Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 28c3d911-6ac6-4b3a-b716-72d57e39b0fb 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-05-31T06:33:17.068Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:17.068Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 28c3d911-6ac6-4b3a-b716-72d57e39b0fb: {\"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-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f9e352d
2022-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-31 06-30-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b8bf7c4f-e703-448a-a415-d1294d811baf
2022-05-31T06:33:17.069Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b8bf7c4f-e703-448a-a415-d1294d811baf
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-05-31T06:33:17.071Z|9b50dc17-cba9-4d42-be8f-1fd16a13ac28|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive