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-06-16T05:25:49.399Z||main|||||INFO|500||The following profiles are active: basic
2022-06-16T05:26:06.019Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-16T05:26:06.020Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-16T05:26:06.154Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-16T05:26:12.245Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-16T05:26:12.761Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-16T05:26:13.418Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-16T05:26:13.428Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-16T05:26:13.563Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-16T05:26:13.877Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-16T05:26:14.740Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-16T05:26:17.537Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-16T05:26:21.192Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-16T05:26:21.302Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-16T05:26:22.073Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-16T05:26:22.374Z||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-06-16T05:26:24.234Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-16T05:26:25.817Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-16T05:26:25.839Z||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$$1cee29c1.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-06-16T05:26:25.841Z||main|||||WARN|500||The sdc end point is not alive
2022-06-16T05:26:29.715Z||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-06-16T05:26:33.474Z||main|||||WARN|500||---
2022-06-16T05:26:33.474Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-16T05:26:33.474Z||main|||||WARN|500||---
2022-06-16T05:26:34.124Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-16T05:26:40.885Z||main|||||INFO|500||Started Application in 55.49 seconds (JVM running for 58.09)
2022-06-16T05:26:40.908Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-16T05:26:40.911Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-16T05:26:40.937Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-16T05:26:40.985Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-16T05:26:41.048Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 379ea9e0-e33b-413d-acc0-1160af3d3c3f url= /sdc/v1/artifactTypes
2022-06-16T05:26:41.049Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-16T05:26:42.150Z||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.22.114] 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$$5d7fd34.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-06-16T05:26:42.155Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18dd9f44
2022-06-16T05:26:42.155Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-16T05:26:42.172Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-16T05:26:42.174Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-16T05:26:42.177Z||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$$5d7fd34.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-06-16T05:27:30.874Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-16T05:27:30.875Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-16T05:27:30.876Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-16T05:27:30.879Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-16T05:27:30.890Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b146cf6b-4d70-4ddb-8d6f-f3939d2c281e url= /sdc/v1/artifactTypes
2022-06-16T05:27:30.891Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-16T05:27:31.911Z||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.22.114] 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$$5d7fd34.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-06-16T05:27:31.912Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1290edcd
2022-06-16T05:27:31.912Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-16T05:27:31.912Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-16T05:27:31.913Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-16T05:27:31.913Z||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$$5d7fd34.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-06-16T05:28:20.876Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-16T05:28:20.879Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-16T05:28:20.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-16T05:28:20.888Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-16T05:28:20.897Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ece6d4e3-705a-4448-ba02-1ed0dcd8d8dc url= /sdc/v1/artifactTypes
2022-06-16T05:28:20.898Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-16T05:28:21.489Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-16T05:28:21.503Z||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-06-16T05:28:21.535Z||scheduling-1|||||DEBUG|500||create keys
2022-06-16T05:28:21.546Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-16T05:28:21.585Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:28:21.609Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b388c170-dbb2-428e-b03e-fd6b7f3b7525 url= /sdc/v1/registerForDistribution
2022-06-16T05:28:21.879Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b388c170-dbb2-428e-b03e-fd6b7f3b7525 url= /sdc/v1/registerForDistribution
2022-06-16T05:28:21.880Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-16T05:28:21.897Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:28:21.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:28:21.915Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-16T05:28:21.915Z||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-06-16T05:28:21.916Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:28:21.915Z||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-06-16T05:28:21.917Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:28:32.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:28:32.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:29:21.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:29:21.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:29:21.959Z||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-06-16T05:29:21.959Z||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-06-16T05:29:21.960Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:29:21.960Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:29:31.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:29:31.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:30:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:30:21.891Z||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-06-16T05:30:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:30:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:30:21.897Z||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-06-16T05:30:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:30:31.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:30:31.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:31:21.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:31:21.891Z||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-06-16T05:31:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:31:21.897Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:31:21.898Z||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-06-16T05:31:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:31:31.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:31:31.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:32:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:32:21.891Z||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-06-16T05:32:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:32:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:32:21.897Z||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-06-16T05:32:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:32:31.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:32:31.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:33:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:33:21.893Z||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-06-16T05:33:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:33:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:33:21.897Z||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-06-16T05:33:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:33:31.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:33:31.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:34:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:34:21.893Z||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-06-16T05:34:21.894Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:34:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:34:21.898Z||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-06-16T05:34:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:34:31.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:34:31.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:35:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:35:21.891Z||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-06-16T05:35:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:35:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:35:21.899Z||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-06-16T05:35:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:35:31.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:35:31.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:36:02.524Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-16T05:36:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:36:21.891Z||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-06-16T05:36:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:36:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:36:21.897Z||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-06-16T05:36:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:36:31.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:36:31.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:37:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:37:21.891Z||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-06-16T05:37:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:37:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:37:21.897Z||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-06-16T05:37:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:37:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:37:31.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:38:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:38:21.891Z||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-06-16T05:38:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:38:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:38:21.897Z||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-06-16T05:38:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:38:31.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:38:31.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:39:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:39:21.891Z||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-06-16T05:39:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:39:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:39:21.896Z||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-06-16T05:39:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:39:31.445Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:39:31.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:40:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:40:21.891Z||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-06-16T05:40:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:40:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:40:21.897Z||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-06-16T05:40:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:40:31.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:40:31.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:41:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:41:21.892Z||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-06-16T05:41:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:41:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:41:21.897Z||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-06-16T05:41:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:41:31.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:41:31.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:42:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:42:21.892Z||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-06-16T05:42:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:42:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:42:21.897Z||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-06-16T05:42:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:42:31.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:42:31.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:43:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:43:21.891Z||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-06-16T05:43:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:43:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:43:21.897Z||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-06-16T05:43:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:43:31.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:43:31.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:44:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:44:21.891Z||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-06-16T05:44:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:44:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:44:21.897Z||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-06-16T05:44:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:44:31.455Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:44:31.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:45:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:45:21.891Z||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-06-16T05:45:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:45:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:45:21.897Z||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-06-16T05:45:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:45:31.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:45:31.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:46:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:46:21.891Z||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-06-16T05:46:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:46:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:46:21.896Z||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-06-16T05:46:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:46:31.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:46:31.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:47:21.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:47:21.893Z||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-06-16T05:47:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:47:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:47:21.896Z||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-06-16T05:47:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:47:31.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:47:31.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:48:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:48:21.891Z||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-06-16T05:48:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:48:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:48:21.897Z||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-06-16T05:48:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:48:31.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:48:31.453Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:49:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:49:21.891Z||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-06-16T05:49:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:49:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:49:21.897Z||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-06-16T05:49:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:49:31.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:49:31.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:50:21.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:50:21.895Z||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-06-16T05:50:21.895Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:50:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:50:21.896Z||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-06-16T05:50:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:50:31.461Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:50:31.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:51:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:51:21.892Z||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-06-16T05:51:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:51:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:51:21.897Z||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-06-16T05:51:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:51:31.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:51:31.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:52:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:52:21.891Z||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-06-16T05:52:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:52:21.897Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:52:21.898Z||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-06-16T05:52:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:52:31.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:52:31.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:53:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:53:21.891Z||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-06-16T05:53:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:53:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:53:21.897Z||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-06-16T05:53:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:53:31.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:53:31.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:54:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:54:21.891Z||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-06-16T05:54:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:54:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:54:21.896Z||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-06-16T05:54:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:54:31.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:54:31.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:55:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:55:21.891Z||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-06-16T05:55:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:55:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:55:21.898Z||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-06-16T05:55:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:55:31.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:55:31.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:56:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:56:21.891Z||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-06-16T05:56:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:56:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:56:21.897Z||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-06-16T05:56:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:56:31.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:56:31.449Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:57:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:57:21.890Z||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-06-16T05:57:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:57:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:57:21.897Z||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-06-16T05:57:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:57:31.474Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:57:31.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:58:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:58:21.891Z||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-06-16T05:58:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:58:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:58:21.897Z||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-06-16T05:58:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:58:31.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:58:31.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:59:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:59:21.891Z||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-06-16T05:59:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:59:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T05:59:21.897Z||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-06-16T05:59:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T05:59:31.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T05:59:31.456Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:00:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:00:21.893Z||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-06-16T06:00:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:00:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:00:21.897Z||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-06-16T06:00:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:00:31.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:00:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:01:21.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:01:21.891Z||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-06-16T06:01:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:01:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:01:21.897Z||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-06-16T06:01:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:01:31.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:01:31.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:02:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:02:21.895Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:02:21.897Z||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-06-16T06:02:21.897Z||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-06-16T06:02:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:02:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:02:31.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:02:31.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:03:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:03:21.891Z||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-06-16T06:03:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:03:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:03:21.897Z||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-06-16T06:03:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:03:31.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:03:31.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:04:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:04:21.891Z||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-06-16T06:04:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:04:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:04:21.897Z||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-06-16T06:04:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:04:31.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:04:31.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:05:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:05:21.891Z||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-06-16T06:05:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:05:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:05:21.897Z||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-06-16T06:05:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:05:31.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:05:31.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:06:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:06:21.891Z||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-06-16T06:06:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:06:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:06:21.897Z||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-06-16T06:06:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:06:31.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:06:31.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:07:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:07:21.891Z||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-06-16T06:07:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:07:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:07:21.896Z||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-06-16T06:07:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:07:31.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:07:31.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:08:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:08:21.891Z||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-06-16T06:08:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:08:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:08:21.897Z||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-06-16T06:08:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:08:31.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:08:31.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:09:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:09:21.891Z||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-06-16T06:09:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:09:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:09:21.896Z||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-06-16T06:09:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:09:31.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:09:31.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:10:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:10:21.891Z||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-06-16T06:10:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:10:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:10:21.896Z||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-06-16T06:10:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:10:31.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:10:31.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:11:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:11:21.893Z||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-06-16T06:11:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:11:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:11:21.898Z||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-06-16T06:11:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:11:31.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:11:31.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:12:21.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:12:21.891Z||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-06-16T06:12:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:12:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:12:21.897Z||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-06-16T06:12:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:12:31.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:12:31.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:13:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:13:21.891Z||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-06-16T06:13:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:13:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:13:21.897Z||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-06-16T06:13:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:13:31.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:13:31.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:14:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:14:21.891Z||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-06-16T06:14:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:14:21.896Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:14:21.897Z||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-06-16T06:14:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:14:31.457Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:14:31.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:15:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:15:21.890Z||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-06-16T06:15:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:15:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:15:21.897Z||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-06-16T06:15:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:15:31.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:15:31.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:16:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:16:21.891Z||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-06-16T06:16:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:16:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:16:21.896Z||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-06-16T06:16:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:16:31.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:16:31.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:17:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:17:21.891Z||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-06-16T06:17:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:17:21.897Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:17:21.898Z||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-06-16T06:17:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:17:31.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:17:31.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:18:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:18:21.891Z||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-06-16T06:18:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:18:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:18:21.896Z||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-06-16T06:18:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:18:31.470Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:18:31.516Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:19:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:19:21.891Z||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-06-16T06:19:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:19:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:19:21.897Z||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-06-16T06:19:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:19:31.462Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:19:31.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:20:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:20:21.891Z||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-06-16T06:20:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:20:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:20:21.896Z||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-06-16T06:20:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:20:31.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:20:31.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:21:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:21:21.892Z||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-06-16T06:21:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:21:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:21:21.896Z||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-06-16T06:21:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:21:31.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:21:31.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:22:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:22:21.891Z||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-06-16T06:22:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:22:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:22:21.897Z||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-06-16T06:22:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:22:31.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:22:31.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:23:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:23:21.891Z||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-06-16T06:23:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:23:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:23:21.896Z||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-06-16T06:23:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:23:31.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:23:31.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:24:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:24:21.891Z||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-06-16T06:24:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:24:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:24:21.896Z||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-06-16T06:24:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:24:31.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:24:31.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:25:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:25:21.892Z||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-06-16T06:25:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:25:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:25:21.896Z||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-06-16T06:25:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:25:31.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:25:31.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:26:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:26:21.892Z||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-06-16T06:26:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:26:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:26:21.896Z||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-06-16T06:26:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:26:31.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:26:31.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:27:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:27:21.891Z||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-06-16T06:27:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:27:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:27:21.897Z||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-06-16T06:27:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:27:31.458Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:27:31.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:28:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:28:21.894Z||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-06-16T06:28:21.894Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:28:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:28:21.896Z||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-06-16T06:28:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:28:31.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:28:31.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:29:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:29:21.892Z||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-06-16T06:29:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:29:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:29:21.897Z||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-06-16T06:29:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:29:31.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:29:31.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:30:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:30:21.891Z||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-06-16T06:30:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:30:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:30:21.896Z||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-06-16T06:30:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:30:31.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:30:31.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:31:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:31:21.891Z||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-06-16T06:31:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:31:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:31:21.896Z||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-06-16T06:31:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:31:31.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:31:31.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:32:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:32:21.890Z||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-06-16T06:32:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:32:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:32:21.897Z||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-06-16T06:32:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:32:31.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:32:31.487Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:33:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:33:21.891Z||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-06-16T06:33:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:33:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:33:21.897Z||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-06-16T06:33:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:33:31.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:33:31.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:34:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:34:21.891Z||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-06-16T06:34:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:34:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:34:21.897Z||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-06-16T06:34:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:34:31.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:34:31.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:35:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:35:21.891Z||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-06-16T06:35:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:35:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:35:21.897Z||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-06-16T06:35:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:35:31.504Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:35:31.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:36:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:36:21.891Z||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-06-16T06:36:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:36:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:36:21.896Z||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-06-16T06:36:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:36:31.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:36:31.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:37:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:37:21.893Z||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-06-16T06:37:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:37:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:37:21.897Z||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-06-16T06:37:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:37:31.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:37:31.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:38:21.890Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:38:21.891Z||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-06-16T06:38:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:38:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:38:21.896Z||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-06-16T06:38:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:38:31.504Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:38:31.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:39:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:39:21.891Z||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-06-16T06:39:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:39:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:39:21.897Z||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-06-16T06:39:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:39:31.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:39:31.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:40:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:40:21.891Z||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-06-16T06:40:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:40:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:40:21.897Z||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-06-16T06:40:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:40:31.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:40:31.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:41:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:41:21.891Z||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-06-16T06:41:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:41:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:41:21.897Z||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-06-16T06:41:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:41:31.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:41:31.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:42:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:42:21.891Z||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-06-16T06:42:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:42:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:42:21.897Z||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-06-16T06:42:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:42:31.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:42:31.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:43:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:43:21.891Z||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-06-16T06:43:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:43:21.897Z||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-06-16T06:43:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:43:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:43:31.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:43:31.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:44:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:44:21.891Z||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-06-16T06:44:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:44:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:44:21.896Z||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-06-16T06:44:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:44:31.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:44:31.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:45:21.890Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:45:21.891Z||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-06-16T06:45:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:45:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:45:21.897Z||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-06-16T06:45:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:45:31.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:45:31.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:46:21.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:46:21.893Z||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-06-16T06:46:21.893Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:46:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:46:21.896Z||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-06-16T06:46:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:46:31.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:46:31.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:47:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:47:21.891Z||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-06-16T06:47:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:47:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:47:21.897Z||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-06-16T06:47:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:47:31.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:47:31.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:48:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:48:21.891Z||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-06-16T06:48:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:48:21.896Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:48:21.897Z||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-06-16T06:48:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:48:31.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:48:31.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:49:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:49:21.891Z||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-06-16T06:49:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:49:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:49:21.897Z||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-06-16T06:49:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:49:31.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:49:31.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:50:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:50:21.891Z||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-06-16T06:50:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:50:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:50:21.897Z||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-06-16T06:50:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:50:31.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:50:31.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:51:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:51:21.891Z||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-06-16T06:51:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:51:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:51:21.897Z||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-06-16T06:51:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:51:31.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:51:31.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:52:21.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:52:21.891Z||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-06-16T06:52:21.892Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:52:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:52:21.897Z||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-06-16T06:52:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:52:31.463Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:52:31.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:53:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:53:21.890Z||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-06-16T06:53:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:53:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:53:21.896Z||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-06-16T06:53:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:53:31.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:53:31.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:54:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:54:21.891Z||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-06-16T06:54:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:54:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:54:21.897Z||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-06-16T06:54:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:54:31.458Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:54:31.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:55:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:55:21.891Z||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-06-16T06:55:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:55:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:55:21.896Z||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-06-16T06:55:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:55:31.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:55:31.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:56:21.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:56:21.893Z||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-06-16T06:56:21.894Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:56:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:56:21.898Z||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-06-16T06:56:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:56:31.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:56:31.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:57:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:57:21.891Z||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-06-16T06:57:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:57:21.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:57:21.896Z||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-06-16T06:57:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:57:31.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:57:31.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:58:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:58:21.890Z||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-06-16T06:58:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:58:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:58:21.897Z||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-06-16T06:58:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:58:31.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:58:31.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:59:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:59:21.891Z||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-06-16T06:59:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:59:21.896Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T06:59:21.897Z||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-06-16T06:59:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T06:59:31.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T06:59:31.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:00:21.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:00:21.891Z||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-06-16T07:00:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:00:21.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:00:21.896Z||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-06-16T07:00:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:00:31.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:00:31.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:01:21.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:01:21.891Z||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-06-16T07:01:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:01:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:01:21.897Z||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-06-16T07:01:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:01:31.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:01:31.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:02:21.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:02:21.891Z||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-06-16T07:02:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:02:21.896Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:02:21.896Z||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-06-16T07:02:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:02:31.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:02:31.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:03:21.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:03:21.891Z||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-06-16T07:03:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:03:21.896Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:03:21.897Z||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-06-16T07:03:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:03:31.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:03:31.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:04:21.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:04:21.891Z||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-06-16T07:04:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:04:21.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:04:21.897Z||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-06-16T07:04:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:04:31.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:04:31.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:05:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:05:21.891Z||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-06-16T07:05:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:05:21.896Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:05:21.899Z||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-06-16T07:05:21.899Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:05:31.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:05:31.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:06:21.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:06:21.896Z||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-06-16T07:06:21.896Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:06:21.896Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:06:21.897Z||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-06-16T07:06:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:06:31.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:06:31.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:21.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:07:21.891Z||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-06-16T07:07:21.891Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:07:21.897Z||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-06-16T07:07:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:22.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:22.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363230432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363232946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "aai-ml",
"timestamp": 1655363229215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "clamp",
"timestamp": 1655363227949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "cds",
"timestamp": 1655363237911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.259Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363230432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:07:22.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.260Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "aai-ml",
"timestamp": 1655363229215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.261Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363232946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.262Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "clamp",
"timestamp": 1655363227949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:07:22.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "cds",
"timestamp": 1655363237911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363230432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:07:22.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "aai-ml",
"timestamp": 1655363229215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363232946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "clamp",
"timestamp": 1655363227949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.268Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "cds",
"timestamp": 1655363237911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363230432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "aai-ml",
"timestamp": 1655363229215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363232946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "clamp",
"timestamp": 1655363227949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:07:22.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:22.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:07:22.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"550f9c83-d918-4572-8ceb-bba21d67cbc7","serviceName":"vFW 2022-06-16 07-06-03","serviceVersion":"1.0","serviceUUID":"d5244e77-2f47-4028-8d1a-035e921dd70c","serviceDescription":"catalog service description","serviceInvariantUUID":"0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe","resources":[{"resourceInstanceName":"vFW 2c740296-e27f 0","resourceName":"vFW 2c740296-e27f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5df69181-9dc2-4759-855b-d4bf27498149","resourceInvariantUUID":"c044affa-58c0-4244-9f96-4d2722c935ff","resourceCustomizationUUID":"09ca7204-86a3-4320-85a9-7cce5d6f6615","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml","artifactChecksum":"MWZkNzMyZDcyMmY0ZDMwMWU2NmQ3ODk0ZWIwMjkyYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a247f4ab-a98a-4ff1-96e9-ffdbb7f43780","artifactVersion":"1"},{"artifactName":"vfw2c740296e27f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json","artifactChecksum":"ZmMzYmQxZDFjOGRhNzdiNThlYzA4NzVlNmNjMDBjZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f303ed33-d236-4872-9f82-ed80146b8801","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6222e0a7-a409-4a5e-bfd1-5666a7fd38ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml","artifactChecksum":"YWI2YTU1MjA2OTZjMjY2Y2M1ODFjNzAwYjZkOTY0ZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eddc816d-5f98-4ced-a0e4-436c55f15447","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"766e84c6-c96b-4dd7-89d8-978487bc4755","artifactVersion":"2","generatedFromUUID":"6222e0a7-a409-4a5e-bfd1-5666a7fd38ee"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220616070603-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml","artifactChecksum":"MTliN2IwYzMzMzhlYjgwODE3MGRmYTYzNWU4MzVmMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d2a0e8c-bab5-47fd-b1ba-92bb7d9ee634","artifactVersion":"1"},{"artifactName":"service-Vfw20220616070603-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar","artifactChecksum":"MDkwZGNjYjE4ODZhZmM5Y2NlYzMyNmNiNDlmNmRhMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30faa297-da57-4fe2-81c9-f172f229c61e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:07:22.550Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:22.561Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:22.580Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:22.580Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:22.679Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-16T07:07:22.684Z||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-06-16T07:07:22.684Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:22.706Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:22.708Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:23.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:23.591Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:23.593Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:23.593Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:07:23.695Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-16T07:07:23.697Z||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-06-16T07:07:23.697Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:23.724Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:23.725Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:24.594Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:24.595Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:24.597Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:24.597Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:07:24.698Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:24.699Z||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-06-16T07:07:24.699Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:24.719Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:24.720Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:07:25.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:25.599Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:25.601Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:25.602Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:25.702Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:25.703Z||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-06-16T07:07:25.703Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:25.719Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:25.719Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:26.603Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:26.603Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:26.607Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:26.607Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-16T07:07:26.707Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:26.709Z||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-06-16T07:07:26.709Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:26.726Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:26.727Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:27.608Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:27.609Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:27.613Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:27.613Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:07:27.713Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:07:27.714Z||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-06-16T07:07:27.715Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:27.749Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:27.750Z||pool-8-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:28.614Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:07:28.616Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:28.619Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:28.619Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:07:28.719Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:28.721Z||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-06-16T07:07:28.721Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:28.738Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:28.739Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:29.622Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"serviceName": "vFW 2022-06-16 07-06-03",
"serviceVersion": "1.0",
"serviceUUID": "d5244e77-2f47-4028-8d1a-035e921dd70c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe",
"resources": [
{
"resourceInstanceName": "vFW 2c740296-e27f 0",
"resourceCustomizationUUID": "09ca7204-86a3-4320-85a9-7cce5d6f6615",
"resourceName": "vFW 2c740296-e27f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5df69181-9dc2-4759-855b-d4bf27498149",
"resourceInvariantUUID": "c044affa-58c0-4244-9f96-4d2722c935ff",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2c740296e27f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"artifactChecksum": "ZmMzYmQxZDFjOGRhNzdiNThlYzA4NzVlNmNjMDBjZjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f303ed33-d236-4872-9f82-ed80146b8801",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6222e0a7-a409-4a5e-bfd1-5666a7fd38ee",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "766e84c6-c96b-4dd7-89d8-978487bc4755",
"generatedFromUUID": "6222e0a7-a409-4a5e-bfd1-5666a7fd38ee"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "766e84c6-c96b-4dd7-89d8-978487bc4755",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220616070603-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"artifactChecksum": "MDkwZGNjYjE4ODZhZmM5Y2NlYzMyNmNiNDlmNmRhMGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "30faa297-da57-4fe2-81c9-f172f229c61e"
}
],
"workloadContext": "Production"
}
2022-06-16T07:07:29.625Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:07:29.626Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5244e77-2f47-4028-8d1a-035e921dd70c ASDC
2022-06-16T07:07:29.784Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:550f9c83-d918-4572-8ceb-bba21d67cbc7
ServiceName:vFW 2022-06-16 07-06-03
ServiceVersion:1.0
ServiceUUID:d5244e77-2f47-4028-8d1a-035e921dd70c
ServiceInvariantUUID:0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220616070603-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar
ArtifactUUID:30faa297-da57-4fe2-81c9-f172f229c61e
ArtifactChecksum:MDkwZGNjYjE4ODZhZmM5Y2NlYzMyNmNiNDlmNmRhMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2c740296-e27f 0
ResourceCustomizationUUID:09ca7204-86a3-4320-85a9-7cce5d6f6615
ResourceInvariantUUID:c044affa-58c0-4244-9f96-4d2722c935ff
ResourceName:vFW 2c740296-e27f
ResourceType:VF
ResourceUUID:5df69181-9dc2-4759-855b-d4bf27498149
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2c740296e27f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json
ArtifactUUID:f303ed33-d236-4872-9f82-ed80146b8801
ArtifactChecksum:ZmMzYmQxZDFjOGRhNzdiNThlYzA4NzVlNmNjMDBjZjU=
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/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml
ArtifactUUID:6222e0a7-a409-4a5e-bfd1-5666a7fd38ee
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/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
ArtifactUUID:766e84c6-c96b-4dd7-89d8-978487bc4755
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/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
ArtifactUUID:766e84c6-c96b-4dd7-89d8-978487bc4755
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-16T07:07:29.785Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5244e77-2f47-4028-8d1a-035e921dd70c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-16T07:07:30.100Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:07:30.101Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:07:30.104Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:07:30.104Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 30faa297-da57-4fe2-81c9-f172f229c61e from URL: /sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:30.105Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:07:30.107Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:30.244Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:07:30.268Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar 30faa297-da57-4fe2-81c9-f172f229c61e 99008
2022-06-16T07:07:30.269Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar ASDC sendASDCNotification
2022-06-16T07:07:30.270Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:30.271Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:07:30.272Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:30.274Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:30.275Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363250269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:07:30.375Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:30.376Z||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-06-16T07:07:30.376Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:30.410Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:30.411Z||pool-10-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:31.275Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:07:31.277Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:07:31.277Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 30faa297-da57-4fe2-81c9-f172f229c61e, URL: /sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar to file: /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:31.278Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220616070603-csar.csar
2022-06-16T07:07:31.363Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:31.364Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:32.298Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15437580141763250584/Definitions/service-Vfw20220616070603-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-06-16T07:07:35.581Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:07:35.590Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.591Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2c740296-e27f 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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-Vfw20220616070603-csar.csar
2022-06-16T07:07:35.592Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:07:35.599Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.601Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.605Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:35.605Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:07:35.607Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:07:35.611Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.612Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.612Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:35.612Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:07:35.613Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:07:35.613Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.613Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.619Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.619Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:35.619Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:07:35.620Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:07:35.621Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.622Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:07:35.622Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.622Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T07:07:35.622Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.622Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:07:35.624Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.624Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:35.624Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:35.625Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.625Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:35.625Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:35.625Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.625Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:35.626Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:35.626Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.626Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:35.626Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:35.626Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:35.627Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:07:35.627Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:07:35.627Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:07:35.627Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.627Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.628Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:07:35.628Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.628Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:07:35.628Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.628Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65412fbe-468e-4e49-807d-007fd380eb2c
2022-06-16T07:07:35.629Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.629Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:35.629Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:35.629Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:35.629Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:07:35.630Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.636Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.636Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:07:35.636Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.637Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:07:35.637Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:07:35.637Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.637Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:07:35.638Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.638Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adb206c9-0eed-40a2-9396-eedf7964212b
2022-06-16T07:07:35.638Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.639Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:35.640Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed34a017-837b-4e00-9e75-bcc9df1bdaf4
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.641Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.642Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.642Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.642Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:35.642Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:35.642Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-16 07-06-03
Description:catalog service description
Model UUID:d5244e77-2f47-4028-8d1a-035e921dd70c
Model Version:NULL
Model InvariantUuid:0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2c740296-e27f
Model UUID:41d5aa7a-4bfe-4bf6-a9dc-fa175f4d46b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c044affa-58c0-4244-9f96-4d2722c935ff
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:09ca7204-86a3-4320-85a9-7cce5d6f6615
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0bbe483a-dfae-4b5e-99c0-5cb346decc81
ModelName:Vfw2c740296E27f..base_vfw..module-0
ModelUuid:cfff0717-a5d4-4f66-9d6d-bb773671f48a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:65412fbe-468e-4e49-807d-007fd380eb2c
ModelInvariantUuid:9dc594ea-06e1-4907-8913-62f0df6f21b9
ModelName:vFW 2c740296-e27f-nodes.vfwCvfc
ModelUuid:5dda05c4-d7d0-4c3d-a7ca-f9fede9f0496
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1a5ae044-7080-47e5-8e7e-0adf600745d3
ModelInvariantUuid:8306b7ab-7f63-4af7-96da-6aa10488c094
ModelName:Vfw2c740296E27f.compute.nodes.heat.vfw
ModelUuid:78ab4739-8cb3-4e8c-9ec0-e0eb09493ba6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:adb206c9-0eed-40a2-9396-eedf7964212b
ModelInvariantUuid:841bc22c-790e-4c12-8aa9-8d3ec785907b
ModelName:vFW 2c740296-e27f-nodes.vsnCvfc
ModelUuid:5226c777-9b41-4677-8a19-585ab28b5dae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e4d3f4bd-3f5b-49a4-b268-7230570d0942
ModelInvariantUuid:aba55a7d-efcd-4b85-b5b8-f9899b06df45
ModelName:Vfw2c740296E27f.compute.nodes.heat.vsn
ModelUuid:84c41051-b3d7-42b4-b913-6ca86e50f8f8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ed34a017-837b-4e00-9e75-bcc9df1bdaf4
ModelInvariantUuid:e1f94dcf-2d92-427b-a6aa-e3c7e124d3bf
ModelName:vFW 2c740296-e27f-nodes.vpgCvfc
ModelUuid:62b72a29-f092-4c75-960d-dd236c9a1eb7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7fad85d3-7cb2-483d-9c2d-f18503c3465a
ModelInvariantUuid:b7471f95-e898-4d5c-92d4-fe69159fcb76
ModelName:Vfw2c740296E27f.compute.nodes.heat.vpg
ModelUuid:e68ab504-1961-465a-b399-9d1e8a67a75c
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-06-16T07:07:35.671Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5df69181-9dc2-4759-855b-d4bf27498149
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-06-16T07:07:35.810Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||vFW 2c740296-e27f 0
2022-06-16T07:07:35.817Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5df69181-9dc2-4759-855b-d4bf27498149
2022-06-16T07:07:35.817Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f303ed33-d236-4872-9f82-ed80146b8801 from URL: /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json
2022-06-16T07:07:35.819Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:07:35.820Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json
2022-06-16T07:07:36.012Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:07:36.013Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json f303ed33-d236-4872-9f82-ed80146b8801 785
2022-06-16T07:07:36.014Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json ASDC sendASDCNotification
2022-06-16T07:07:36.014Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json
2022-06-16T07:07:36.014Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:07:36.015Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:36.018Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:36.018Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363256014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:07:36.118Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:36.119Z||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-06-16T07:07:36.119Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:36.144Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:36.145Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:37.021Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2c740296E27f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0bbe483a-dfae-4b5e-99c0-5cb346decc81",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cfff0717-a5d4-4f66-9d6d-bb773671f48a",
"vfModuleModelCustomizationUUID": "6cb92dd3-91fd-4eb5-abdf-abbe8f06f650",
"isBase": true,
"artifacts": [
"6222e0a7-a409-4a5e-bfd1-5666a7fd38ee",
"766e84c6-c96b-4dd7-89d8-978487bc4755"
],
"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-06-16T07:07:37.041Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2c740296E27f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfff0717-a5d4-4f66-9d6d-bb773671f48a
VfModuleModelInvariantUUID:0bbe483a-dfae-4b5e-99c0-5cb346decc81
VfModuleModelDescription:NULL
Artifacts UUID List:{
6222e0a7-a409-4a5e-bfd1-5666a7fd38ee
,
766e84c6-c96b-4dd7-89d8-978487bc4755
}
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-06-16T07:07:37.045Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2c740296E27f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0bbe483a-dfae-4b5e-99c0-5cb346decc81",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cfff0717-a5d4-4f66-9d6d-bb773671f48a",
"vfModuleModelCustomizationUUID": "6cb92dd3-91fd-4eb5-abdf-abbe8f06f650",
"isBase": true,
"artifacts": [
"6222e0a7-a409-4a5e-bfd1-5666a7fd38ee",
"766e84c6-c96b-4dd7-89d8-978487bc4755"
],
"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-06-16T07:07:37.045Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2c740296E27f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cfff0717-a5d4-4f66-9d6d-bb773671f48a
VfModuleModelInvariantUUID:0bbe483a-dfae-4b5e-99c0-5cb346decc81
VfModuleModelDescription:NULL
Artifacts UUID List:{
6222e0a7-a409-4a5e-bfd1-5666a7fd38ee
,
766e84c6-c96b-4dd7-89d8-978487bc4755
}
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-06-16T07:07:37.046Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6222e0a7-a409-4a5e-bfd1-5666a7fd38ee from URL: /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml
2022-06-16T07:07:37.046Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:07:37.047Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml
2022-06-16T07:07:37.130Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:07:37.132Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml 6222e0a7-a409-4a5e-bfd1-5666a7fd38ee 20368
2022-06-16T07:07:37.133Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:07:37.133Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml
2022-06-16T07:07:37.133Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:07:37.134Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:37.137Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:37.137Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363257133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:07:37.240Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-16T07:07:37.241Z||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-06-16T07:07:37.244Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:37.273Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:37.274Z||pool-12-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:07:38.138Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 766e84c6-c96b-4dd7-89d8-978487bc4755 from URL: /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
2022-06-16T07:07:38.142Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:07:38.143Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
2022-06-16T07:07:38.227Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:07:38.229Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env 766e84c6-c96b-4dd7-89d8-978487bc4755 2098
2022-06-16T07:07:38.229Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:07:38.230Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
2022-06-16T07:07:38.230Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:07:38.231Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:38.243Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:38.244Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363258229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:07:38.334Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-16T07:07:38.336Z||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-06-16T07:07:38.337Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:38.355Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:38.357Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:39.246Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d5244e77-2f47-4028-8d1a-035e921dd70c
2022-06-16T07:07:39.246Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2c740296-e27f 0 5df69181-9dc2-4759-855b-d4bf27498149 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-06-16T07:07:39.282Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2103de6c, org.onap.sdc.toscaparser.api.parameters.Input@62ad4aff, org.onap.sdc.toscaparser.api.parameters.Input@51df2bea, org.onap.sdc.toscaparser.api.parameters.Input@bd66a18, org.onap.sdc.toscaparser.api.parameters.Input@349925b0]
2022-06-16T07:07:39.287Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.287Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.287Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-16T07:07:39.287Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 09ca7204-86a3-4320-85a9-7cce5d6f6615
2022-06-16T07:07:39.287Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 09ca7204-86a3-4320-85a9-7cce5d6f6615 matches Tosca VF Customization UUID: 09ca7204-86a3-4320-85a9-7cce5d6f6615
2022-06-16T07:07:39.288Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 09ca7204-86a3-4320-85a9-7cce5d6f6615 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-06-16T07:07:39.295Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.296Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.298Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 09ca7204-86a3-4320-85a9-7cce5d6f6615: {\"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-06-16T07:07:39.298Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@390d9bc
2022-06-16T07:07:39.298Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.299Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:07:39.299Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6cb92dd3-91fd-4eb5-abdf-abbe8f06f650
2022-06-16T07:07:39.301Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6cb92dd3-91fd-4eb5-abdf-abbe8f06f650
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-06-16T07:07:39.309Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.310Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.310Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:39.311Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.311Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.312Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:39.312Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.312Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:39.313Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:39.313Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:39.313Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:07:39.314Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:07:39.314Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:07:39.314Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.314Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.315Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:07:39.315Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.315Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:07:39.316Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.316Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65412fbe-468e-4e49-807d-007fd380eb2c
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-06-16T07:07:39.324Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.325Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.325Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:39.326Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.326Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:39.326Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:39.327Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:39.327Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:07:39.328Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.328Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.328Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:07:39.329Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.329Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:07:39.329Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:07:39.329Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.330Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:07:39.330Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.330Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=adb206c9-0eed-40a2-9396-eedf7964212b
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-06-16T07:07:39.334Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.334Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.335Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:39.339Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.339Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is not matching search criteria
2022-06-16T07:07:39.339Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:07:39.340Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:07:39.340Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:07:39.340Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.341Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.341Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:07:39.341Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.342Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:07:39.342Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:07:39.342Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:07:39.343Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:07:39.343Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:07:39.343Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed34a017-837b-4e00-9e75-bcc9df1bdaf4
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-06-16T07:07:39.346Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.346Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.347Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:07:39.347Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.348Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Node template vFW 2c740296-e27f 0 is matching search criteria
2022-06-16T07:07:39.348Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2c740296-e27f 0] matching following query criteria: sdcType=VF, customizationUUID=09ca7204-86a3-4320-85a9-7cce5d6f6615
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-06-16T07:07:39.350Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.350Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.351Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d5244e77-2f47-4028-8d1a-035e921dd70c: vFW 2c740296-e27f
2022-06-16T07:07:39.352Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.352Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.353Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.353Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.354Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.354Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.355Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.355Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.356Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:07:39.356Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-06-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:07:39.357Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-16 07-06-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-06-16T07:07:39.709Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2c740296-e27f 5df69181-9dc2-4759-855b-d4bf27498149 1 ASDC deployResourceStructure
2022-06-16T07:07:39.709Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json ASDC sendASDCNotification
2022-06-16T07:07:39.710Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json
2022-06-16T07:07:39.710Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:07:39.711Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:39.716Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:39.716Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363259709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T07:07:39.815Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:07:39.817Z||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-06-16T07:07:39.817Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:39.837Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:39.838Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:07:40.717Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:07:40.718Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml
2022-06-16T07:07:40.718Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:07:40.719Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:40.721Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:40.721Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363260717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-16T07:07:40.821Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-06-16T07:07:40.822Z||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-06-16T07:07:40.823Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:40.841Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:40.842Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:07:41.744Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:07:41.744Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env
2022-06-16T07:07:41.744Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:07:41.745Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:41.747Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:41.747Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363261743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-16T07:07:41.847Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:41.850Z||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-06-16T07:07:41.850Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:41.870Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:41.871Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:07:42.748Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar ASDC sendASDCNotification
2022-06-16T07:07:42.749Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar
2022-06-16T07:07:42.749Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:07:42.749Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:07:42.751Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:07:42.752Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363262748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:07:42.852Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:07:42.853Z||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-06-16T07:07:42.854Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:07:42.893Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:07:42.893Z||pool-17-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:07:43.753Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:07:43.788Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:07:43.792Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:07:43.792Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:07:43.792Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:08:13.793Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:08:13.804Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:08:13.806Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:08:13.806Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:08:13.806Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:08:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:08:21.897Z||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-06-16T07:08:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:08:21.929Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:08:21.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:08:21.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "cds",
"timestamp": 1655363237911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:08:21.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:08:43.807Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:08:43.825Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:08:43.829Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:08:43.829Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:08:43.829Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:09:13.829Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:09:13.844Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:09:13.847Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:09:13.847Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:09:13.847Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:09:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:09:21.897Z||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-06-16T07:09:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:09:21.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:09:21.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:09:21.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363230432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-16T07:09:21.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:09:43.847Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:09:43.862Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:09:43.865Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:09:43.865Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:09:43.865Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:10:13.866Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:10:13.880Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:10:13.883Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:10:13.883Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:10:13.883Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:10:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:10:21.897Z||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-06-16T07:10:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:10:21.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:10:21.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "aai-ml",
"timestamp": 1655363229215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363232946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "clamp",
"timestamp": 1655363227949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "cds",
"timestamp": 1655363237911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363230432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363232946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "aai-ml",
"timestamp": 1655363229215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "clamp",
"timestamp": 1655363227949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:10:21.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "cds",
"timestamp": 1655363237911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363230432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:21.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363232946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "aai-ml",
"timestamp": 1655363229215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:21.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "clamp",
"timestamp": 1655363227949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:21.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:10:21.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "policy-id",
"timestamp": 1655363244101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "cds",
"timestamp": 1655363237911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:21.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363245347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:21.955Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:21.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "aai-ml",
"timestamp": 1655363246686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:21.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:21.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "policy-id",
"timestamp": 1655363244101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "cds",
"timestamp": 1655363245745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:21.959Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:21.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363246436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:21.959Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "policy-id",
"timestamp": 1655363244101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "cds",
"timestamp": 1655363246767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-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-06-16T07:10:21.971Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 550f9c83-d918-4572-8ceb-bba21d67cbc7
2022-06-16T07:10:21.972Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550f9c83-d918-4572-8ceb-bba21d67cbc7 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-06-16T07:10:21.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363247503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:21.984Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:21.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "policy-id",
"timestamp": 1655363244101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:21.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:21.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:21.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363248603,
"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-06-16T07:10:21.991Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550f9c83-d918-4572-8ceb-bba21d67cbc7
2022-06-16T07:10:21.991Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550f9c83-d918-4572-8ceb-bba21d67cbc7 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-06-16T07:10:22.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363241890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "policy-id",
"timestamp": 1655363244101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363249609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "policy-id",
"timestamp": 1655363244101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363250269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.007Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "policy-id",
"timestamp": 1655363244101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "policy-id",
"timestamp": 1655363252227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.009Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "policy-id",
"timestamp": 1655363253262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "policy-id",
"timestamp": 1655363254277,
"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-06-16T07:10:22.018Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550f9c83-d918-4572-8ceb-bba21d67cbc7
2022-06-16T07:10:22.018Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550f9c83-d918-4572-8ceb-bba21d67cbc7 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-06-16T07:10:22.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363256014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363257133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363258229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363259709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/vfw2c740296e27f0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363260717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363261743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/resourceInstances/vfw2c740296e27f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "clamp",
"timestamp": 1655363262234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.035Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363262748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.036Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "aai-ml",
"timestamp": 1655363264098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "aai-ml",
"timestamp": 1655363265107,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:10:22.044Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 550f9c83-d918-4572-8ceb-bba21d67cbc7
2022-06-16T07:10:22.044Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550f9c83-d918-4572-8ceb-bba21d67cbc7 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-06-16T07:10:22.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "clamp",
"timestamp": 1655363264257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616070603/1.0/artifacts/service-Vfw20220616070603-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.053Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "clamp",
"timestamp": 1655363265265,
"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-06-16T07:10:22.060Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 550f9c83-d918-4572-8ceb-bba21d67cbc7
2022-06-16T07:10:22.060Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550f9c83-d918-4572-8ceb-bba21d67cbc7 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-06-16T07:10:22.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363270435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "clamp",
"timestamp": 1655363266280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "cds",
"timestamp": 1655363267910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363272946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363270435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363272946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "cds",
"timestamp": 1655363267910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "clamp",
"timestamp": 1655363266280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363270435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "cds",
"timestamp": 1655363267910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363272946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "clamp",
"timestamp": 1655363266280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363270435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363272946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "cds",
"timestamp": 1655363267910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "clamp",
"timestamp": 1655363266280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363270435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363272946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "clamp",
"timestamp": 1655363266280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "cds",
"timestamp": 1655363267910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363270435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363272946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "cds",
"timestamp": 1655363267910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "clamp",
"timestamp": 1655363266280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363272946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363270435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "cds",
"timestamp": 1655363267910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "clamp",
"timestamp": 1655363266280,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363282462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "cds",
"timestamp": 1655363281948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.082Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "cds",
"timestamp": 1655363282956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-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-06-16T07:10:22.098Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
2022-06-16T07:10:22.099Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf 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-06-16T07:10:22.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363283527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363284592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "policy-id",
"timestamp": 1655363284103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363285631,
"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-06-16T07:10:22.113Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
2022-06-16T07:10:22.113Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf 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-06-16T07:10:22.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "policy-id",
"timestamp": 1655363284103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363286636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "policy-id",
"timestamp": 1655363284103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "policy-id",
"timestamp": 1655363284103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "aai-ml",
"timestamp": 1655363289214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "policy-id",
"timestamp": 1655363284103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "aai-ml",
"timestamp": 1655363289214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "policy-id",
"timestamp": 1655363284103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "clamp",
"timestamp": 1655363290220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "aai-ml",
"timestamp": 1655363289214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "policy-id",
"timestamp": 1655363284103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "aai-ml",
"timestamp": 1655363289214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "policy-id",
"timestamp": 1655363292108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "aai-ml",
"timestamp": 1655363289214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "policy-id",
"timestamp": 1655363293169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "clamp",
"timestamp": 1655363293225,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "aai-ml",
"timestamp": 1655363289214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:10:22.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "policy-id",
"timestamp": 1655363294178,
"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-06-16T07:10:22.141Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
2022-06-16T07:10:22.141Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf 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-06-16T07:10:22.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "clamp",
"timestamp": 1655363294238,
"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-06-16T07:10:22.159Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
2022-06-16T07:10:22.160Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf 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-06-16T07:10:22.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "aai-ml",
"timestamp": 1655363289214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:10:22.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-16T07:10:22.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:10:22.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "aai-ml",
"timestamp": 1655363297100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:10:22.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:10:43.883Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:10:43.897Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:10:43.906Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:10:43.906Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:10:43.906Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:10:43.906Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:11:13.907Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:11:13.921Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:11:13.927Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:11:13.927Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:11:13.927Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:11:13.928Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:11:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:11:21.897Z||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-06-16T07:11:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:11:22.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:11:22.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:11:22.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "aai-ml",
"timestamp": 1655363305285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:11:22.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:11:22.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:11:22.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "aai-ml",
"timestamp": 1655363306301,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:11:22.437Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
2022-06-16T07:11:22.437Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf 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-06-16T07:11:43.928Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:11:43.938Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:11:43.942Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:11:43.942Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:11:43.942Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:11:43.942Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:12:13.943Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:12:13.959Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7
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-06-16T07:12:13.962Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:12:13.963Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:12:13.963Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:12:13.963Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:12:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:12:21.897Z||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-06-16T07:12:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:12:31.454Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:12:43.964Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:12:43.964Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7 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-06-16T07:12:43.974Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 550f9c83-d918-4572-8ceb-bba21d67cbc7 and serviceModelVersionId: d5244e77-2f47-4028-8d1a-035e921dd70c
2022-06-16T07:12:43.975Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe
2022-06-16T07:13:03.479Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0
2022-06-16T07:13:03.670Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:13:04.322Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|INFO|500||Invoke
2022-06-16T07:13:04.331Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[550f9c83-d918-4572-8ceb-bba21d67cbc7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d6f065a-b868-4722-9951-530f2b4991da], X-ECOMP-RequestID=[550f9c83-d918-4572-8ceb-bba21d67cbc7], X-TransactionId=[], X-ONAP-RequestID=[550f9c83-d918-4572-8ceb-bba21d67cbc7], Content-Type=[application/merge-patch+json]}
2022-06-16T07:13:04.484Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-06-16T07:13:04.727Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-07:13:04:586-25123], vertex-id=[172184], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:13:04 GMT], Content-Type=[application/json]}
2022-06-16T07:13:04.729Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:13:04.730Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9721f0-1ae6-4ca6-9a2d-fb3c4d8dccfe/model-vers/model-ver/d5244e77-2f47-4028-8d1a-035e921dd70c?depth=0|INFO|500||InvokeReturn
2022-06-16T07:13:04.734Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:13:04.735Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:13:04.741Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||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-06-16T07:13:04.742Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 550f9c83-d918-4572-8ceb-bba21d67cbc7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:13:04.743Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:13:04.744Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:04.746Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:04.747Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363584742,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:13:04.847Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:04.850Z||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-06-16T07:13:04.850Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:04.876Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:04.877Z||pool-18-thread-1|||||INFO|500||cambria reply ok (28 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-06-16T07:13:05.761Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:13:05.762Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|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-06-16T07:13:05.762Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:10.227Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:10.229Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:13:10.229Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d8796fc-e7d8-4af4-93a2-7a929fbb05cf","serviceName":"basic_onboard_QqbvId","serviceVersion":"1.0","serviceUUID":"8dd073f1-d716-457b-94e8-05b167d5f8f5","serviceDescription":"service","serviceInvariantUUID":"0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4","resources":[{"resourceInstanceName":"basic_onboard_QqbvId 0","resourceName":"basic_onboard_QqbvId","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"96107f28-b030-45f3-b4cd-0a1795822129","resourceInvariantUUID":"cd5a1445-97ce-4830-a8f3-3f07630d5524","resourceCustomizationUUID":"185dcf88-854e-4af8-9919-e5292516dcc4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml","artifactChecksum":"ZTRmNjUzNTc1MDNkNDYxYmMzYzdlZTIwNDgxM2U4MjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bfe921c-4006-46b1-befa-659fa3decf8e","artifactVersion":"1"},{"artifactName":"basic_onboard_qqbvid0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json","artifactChecksum":"ZDY5NzAzZGE4YjY3ZjliOGMwY2JmZmNkZGZlODRhYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a365ac48-600a-418b-853f-fafb772ea56b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"28348eac-ce8d-486b-875d-0ce86fd29b6e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5bf782b2-c82d-4778-8622-62d0bf45a02c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9216037c-be22-4619-96af-ad40b438e29f","artifactVersion":"2","generatedFromUUID":"28348eac-ce8d-486b-875d-0ce86fd29b6e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQqbvid-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml","artifactChecksum":"NTZkZTgzZTI3MzNhODE3ZDA5MTliMzU1M2QxNjFiMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74544bb0-093c-4413-94b9-cbaeb884f02c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQqbvid-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar","artifactChecksum":"ODhkZjYyYTI3ZjE3YzM0NjMwODdlMzFlNDk0NmY0ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2cdab5f-7f18-4ec5-89be-8a0dab64351b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:13:10.232Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:10.232Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:10.236Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:10.236Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:13:10.336Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:10.338Z||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-06-16T07:13:10.338Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:10.353Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:10.354Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:11.236Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:11.238Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:11.240Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:11.241Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:13:11.341Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:11.342Z||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-06-16T07:13:11.342Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:11.366Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:11.367Z||pool-20-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:12.241Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:12.243Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:12.245Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:12.245Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:13:12.345Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:12.347Z||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-06-16T07:13:12.347Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:12.362Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:12.363Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:13.246Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:13.246Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:13.249Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:13.249Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:13:13.350Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:13.351Z||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-06-16T07:13:13.351Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:13.368Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:13.369Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:14.250Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:14.251Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:14.253Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:14.253Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-16T07:13:14.353Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:14.354Z||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-06-16T07:13:14.354Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:14.384Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:14.385Z||pool-23-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:15.254Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:15.255Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:15.260Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:15.260Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:13:15.363Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-16T07:13:15.364Z||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-06-16T07:13:15.365Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:15.387Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:15.388Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:16.261Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:13:16.262Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:16.264Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:16.264Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:13:16.365Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:16.366Z||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-06-16T07:13:16.366Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:16.388Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:16.389Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:17.266Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"serviceName": "basic_onboard_QqbvId",
"serviceVersion": "1.0",
"serviceUUID": "8dd073f1-d716-457b-94e8-05b167d5f8f5",
"serviceDescription": "service",
"serviceInvariantUUID": "0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4",
"resources": [
{
"resourceInstanceName": "basic_onboard_QqbvId 0",
"resourceCustomizationUUID": "185dcf88-854e-4af8-9919-e5292516dcc4",
"resourceName": "basic_onboard_QqbvId",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "96107f28-b030-45f3-b4cd-0a1795822129",
"resourceInvariantUUID": "cd5a1445-97ce-4830-a8f3-3f07630d5524",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qqbvid0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"artifactChecksum": "ZDY5NzAzZGE4YjY3ZjliOGMwY2JmZmNkZGZlODRhYzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a365ac48-600a-418b-853f-fafb772ea56b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "28348eac-ce8d-486b-875d-0ce86fd29b6e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9216037c-be22-4619-96af-ad40b438e29f",
"generatedFromUUID": "28348eac-ce8d-486b-875d-0ce86fd29b6e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9216037c-be22-4619-96af-ad40b438e29f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQqbvid-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"artifactChecksum": "ODhkZjYyYTI3ZjE3YzM0NjMwODdlMzFlNDk0NmY0ZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d2cdab5f-7f18-4ec5-89be-8a0dab64351b"
}
],
"workloadContext": "Production"
}
2022-06-16T07:13:17.267Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:13:17.267Z|550f9c83-d918-4572-8ceb-bba21d67cbc7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8dd073f1-d716-457b-94e8-05b167d5f8f5 ASDC
2022-06-16T07:13:17.267Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
ServiceName:basic_onboard_QqbvId
ServiceVersion:1.0
ServiceUUID:8dd073f1-d716-457b-94e8-05b167d5f8f5
ServiceInvariantUUID:0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQqbvid-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar
ArtifactUUID:d2cdab5f-7f18-4ec5-89be-8a0dab64351b
ArtifactChecksum:ODhkZjYyYTI3ZjE3YzM0NjMwODdlMzFlNDk0NmY0ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QqbvId 0
ResourceCustomizationUUID:185dcf88-854e-4af8-9919-e5292516dcc4
ResourceInvariantUUID:cd5a1445-97ce-4830-a8f3-3f07630d5524
ResourceName:basic_onboard_QqbvId
ResourceType:VF
ResourceUUID:96107f28-b030-45f3-b4cd-0a1795822129
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qqbvid0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json
ArtifactUUID:a365ac48-600a-418b-853f-fafb772ea56b
ArtifactChecksum:ZDY5NzAzZGE4YjY3ZjliOGMwY2JmZmNkZGZlODRhYzg=
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/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml
ArtifactUUID:28348eac-ce8d-486b-875d-0ce86fd29b6e
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/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
ArtifactUUID:9216037c-be22-4619-96af-ad40b438e29f
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/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
ArtifactUUID:9216037c-be22-4619-96af-ad40b438e29f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-16T07:13:17.268Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8dd073f1-d716-457b-94e8-05b167d5f8f5 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-06-16T07:13:17.307Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:13:17.308Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:13:17.309Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:13:17.309Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d2cdab5f-7f18-4ec5-89be-8a0dab64351b from URL: /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:17.309Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:13:17.309Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:17.623Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:13:17.628Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar d2cdab5f-7f18-4ec5-89be-8a0dab64351b 71585
2022-06-16T07:13:17.629Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar ASDC sendASDCNotification
2022-06-16T07:13:17.629Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:17.629Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:13:17.630Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:17.632Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:17.632Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363597629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:13:17.732Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:17.734Z||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-06-16T07:13:17.734Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:17.758Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:17.759Z||pool-26-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:18.636Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:13:18.638Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:13:18.638Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d2cdab5f-7f18-4ec5-89be-8a0dab64351b, URL: /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar to file: /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:18.639Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:18.640Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:18.640Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:18.832Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6500669183699045452/Definitions/service-BasicOnboardQqbvid-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-06-16T07:13:20.315Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:13:20.316Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:13:20.316Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.317Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-16T07:13:20.317Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QqbvId 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-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.317Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||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-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.317Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||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-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.317Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||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-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||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-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||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-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||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-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:20.318Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:13:20.319Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.319Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.319Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:20.320Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:13:20.320Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:13:20.320Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.321Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.321Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:20.321Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:13:20.321Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:13:20.322Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.322Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.322Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.323Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is not matching search criteria
2022-06-16T07:13:20.323Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-16T07:13:20.323Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-16T07:13:20.324Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-16T07:13:20.324Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-16T07:13:20.324Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T07:13:20.324Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.325Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:13:20.325Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.325Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:20.326Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:20.326Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.326Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:20.327Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:20.327Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.327Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:20.328Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:20.328Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.328Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is not matching search criteria
2022-06-16T07:13:20.328Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-16T07:13:20.329Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-16T07:13:20.329Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c38e6ea2-398e-4a8c-bfa5-306c9c2f2542
2022-06-16T07:13:20.329Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.329Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.330Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.330Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.330Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.331Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.331Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:20.331Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:20.331Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QqbvId
Description:service
Model UUID:8dd073f1-d716-457b-94e8-05b167d5f8f5
Model Version:NULL
Model InvariantUuid:0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QqbvId
Model UUID:932bf8cd-274a-493f-a5f3-05267999fbe0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd5a1445-97ce-4830-a8f3-3f07630d5524
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:185dcf88-854e-4af8-9919-e5292516dcc4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:698fad3c-cea2-441a-b92c-e22403788d5b
ModelName:BasicOnboardQqbvid..base_ubuntu18..module-0
ModelUuid:7431106e-7d28-4093-89aa-1a8ad4001db9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c38e6ea2-398e-4a8c-bfa5-306c9c2f2542
ModelInvariantUuid:27545089-4e2d-4402-97a7-ca5f3257ef0d
ModelName:basic_onboard_QqbvId-nodes.ubuntu18Cvfc
ModelUuid:6a595aab-14f5-4d94-81de-5458c83bd2d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e5ac7d42-063f-4a11-b213-1f6e490d285e
ModelInvariantUuid:b9766c71-7928-478d-ab24-af9e2bfa197c
ModelName:BasicOnboardQqbvid.compute.nodes.heat.ubuntu18
ModelUuid:e4d22e9a-92a5-48a6-8e2c-3c880a87ae04
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-06-16T07:13:20.336Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 96107f28-b030-45f3-b4cd-0a1795822129
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-06-16T07:13:20.340Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||basic_onboard_QqbvId 0
2022-06-16T07:13:20.340Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 96107f28-b030-45f3-b4cd-0a1795822129
2022-06-16T07:13:20.340Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a365ac48-600a-418b-853f-fafb772ea56b from URL: /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json
2022-06-16T07:13:20.341Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:13:20.341Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json
2022-06-16T07:13:20.404Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:13:20.405Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json a365ac48-600a-418b-853f-fafb772ea56b 798
2022-06-16T07:13:20.405Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json ASDC sendASDCNotification
2022-06-16T07:13:20.405Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json
2022-06-16T07:13:20.405Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:13:20.406Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:20.408Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:20.408Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363600405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:13:20.515Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-16T07:13:20.517Z||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-06-16T07:13:20.517Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:20.537Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:20.538Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:21.409Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQqbvid..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "698fad3c-cea2-441a-b92c-e22403788d5b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7431106e-7d28-4093-89aa-1a8ad4001db9",
"vfModuleModelCustomizationUUID": "a7aa07b8-5a04-42dd-9f0a-0d50668d3a76",
"isBase": true,
"artifacts": [
"28348eac-ce8d-486b-875d-0ce86fd29b6e",
"9216037c-be22-4619-96af-ad40b438e29f"
],
"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-06-16T07:13:21.413Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQqbvid..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7431106e-7d28-4093-89aa-1a8ad4001db9
VfModuleModelInvariantUUID:698fad3c-cea2-441a-b92c-e22403788d5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
28348eac-ce8d-486b-875d-0ce86fd29b6e
,
9216037c-be22-4619-96af-ad40b438e29f
}
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-06-16T07:13:21.415Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQqbvid..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "698fad3c-cea2-441a-b92c-e22403788d5b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7431106e-7d28-4093-89aa-1a8ad4001db9",
"vfModuleModelCustomizationUUID": "a7aa07b8-5a04-42dd-9f0a-0d50668d3a76",
"isBase": true,
"artifacts": [
"28348eac-ce8d-486b-875d-0ce86fd29b6e",
"9216037c-be22-4619-96af-ad40b438e29f"
],
"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-06-16T07:13:21.416Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQqbvid..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7431106e-7d28-4093-89aa-1a8ad4001db9
VfModuleModelInvariantUUID:698fad3c-cea2-441a-b92c-e22403788d5b
VfModuleModelDescription:NULL
Artifacts UUID List:{
28348eac-ce8d-486b-875d-0ce86fd29b6e
,
9216037c-be22-4619-96af-ad40b438e29f
}
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-06-16T07:13:21.416Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28348eac-ce8d-486b-875d-0ce86fd29b6e from URL: /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml
2022-06-16T07:13:21.416Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:13:21.416Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml
2022-06-16T07:13:21.462Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:13:21.462Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml 28348eac-ce8d-486b-875d-0ce86fd29b6e 5033
2022-06-16T07:13:21.463Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-16T07:13:21.463Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml
2022-06-16T07:13:21.463Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:13:21.463Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:21.465Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:21.466Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363601462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:13:21.566Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:21.567Z||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-06-16T07:13:21.567Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:21.583Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:21.583Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:21.896Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:13:21.897Z||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-06-16T07:13:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:22.466Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9216037c-be22-4619-96af-ad40b438e29f from URL: /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
2022-06-16T07:13:22.467Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:13:22.467Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
2022-06-16T07:13:22.520Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:13:22.521Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env 9216037c-be22-4619-96af-ad40b438e29f 909
2022-06-16T07:13:22.521Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-16T07:13:22.521Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
2022-06-16T07:13:22.521Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:13:22.522Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:22.524Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:22.524Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363602521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:13:22.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:22.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550f9c83-d918-4572-8ceb-bba21d67cbc7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363584742,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-16T07:13:22.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-16T07:13:22.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363585761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363597629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363600405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:13:22.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:13:22.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-16T07:13:22.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363601462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:13:22.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:13:22.624Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:22.625Z||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-06-16T07:13:22.626Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:22.645Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:22.645Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:23.525Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8dd073f1-d716-457b-94e8-05b167d5f8f5
2022-06-16T07:13:23.526Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QqbvId 0 96107f28-b030-45f3-b4cd-0a1795822129 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-06-16T07:13:23.547Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35b65e67, org.onap.sdc.toscaparser.api.parameters.Input@3a5bef79, org.onap.sdc.toscaparser.api.parameters.Input@72ae1dc1, org.onap.sdc.toscaparser.api.parameters.Input@5852f220, org.onap.sdc.toscaparser.api.parameters.Input@5f10ca2b]
2022-06-16T07:13:23.549Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.550Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.550Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-16T07:13:23.550Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 185dcf88-854e-4af8-9919-e5292516dcc4
2022-06-16T07:13:23.550Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 185dcf88-854e-4af8-9919-e5292516dcc4 matches Tosca VF Customization UUID: 185dcf88-854e-4af8-9919-e5292516dcc4
2022-06-16T07:13:23.550Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 185dcf88-854e-4af8-9919-e5292516dcc4 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-06-16T07:13:23.554Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.558Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.560Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 185dcf88-854e-4af8-9919-e5292516dcc4: {\"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-06-16T07:13:23.560Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@779bb2d9
2022-06-16T07:13:23.560Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.561Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:13:23.561Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7aa07b8-5a04-42dd-9f0a-0d50668d3a76
2022-06-16T07:13:23.561Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7aa07b8-5a04-42dd-9f0a-0d50668d3a76
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-06-16T07:13:23.565Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.565Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:23.565Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:23.566Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.566Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:23.566Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:23.567Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.567Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is not matching search criteria
2022-06-16T07:13:23.567Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-16T07:13:23.567Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-16T07:13:23.568Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c38e6ea2-398e-4a8c-bfa5-306c9c2f2542
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-06-16T07:13:23.570Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.571Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:23.571Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:13:23.571Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.571Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_QqbvId 0 is matching search criteria
2022-06-16T07:13:23.572Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_QqbvId 0] matching following query criteria: sdcType=VF, customizationUUID=185dcf88-854e-4af8-9919-e5292516dcc4
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-06-16T07:13:23.574Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.574Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.574Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8dd073f1-d716-457b-94e8-05b167d5f8f5: basic_onboard_QqbvId
2022-06-16T07:13:23.575Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.575Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.575Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.575Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.575Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.576Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.576Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.576Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.576Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:13:23.576Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_QqbvId is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:13:23.577Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_QqbvId
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-06-16T07:13:23.677Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QqbvId 96107f28-b030-45f3-b4cd-0a1795822129 1 ASDC deployResourceStructure
2022-06-16T07:13:23.678Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json ASDC sendASDCNotification
2022-06-16T07:13:23.678Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json
2022-06-16T07:13:23.678Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:13:23.679Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:23.688Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:23.688Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363603678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T07:13:23.782Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-16T07:13:23.783Z||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-06-16T07:13:23.783Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:23.808Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:23.810Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:24.689Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-16T07:13:24.690Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml
2022-06-16T07:13:24.691Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:13:24.691Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:24.694Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:24.694Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363604689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-16T07:13:24.794Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:13:24.796Z||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-06-16T07:13:24.796Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:24.813Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:24.813Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:25.696Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-16T07:13:25.696Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env
2022-06-16T07:13:25.697Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:13:25.697Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:25.700Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:25.700Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363605696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-16T07:13:25.800Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:25.801Z||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-06-16T07:13:25.801Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:25.822Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:25.822Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:13:26.701Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar ASDC sendASDCNotification
2022-06-16T07:13:26.702Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar
2022-06-16T07:13:26.702Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-16T07:13:26.702Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:13:26.704Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:13:26.705Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363606701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:13:26.805Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:13:26.806Z||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-06-16T07:13:26.806Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:13:26.823Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:13:26.824Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:13:27.708Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:13:27.726Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:13:27.734Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:13:27.734Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:13:27.735Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:13:27.735Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:13:57.735Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:13:57.748Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:13:57.753Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:13:57.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:13:57.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:13:57.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:14:21.897Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:14:21.898Z||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-06-16T07:14:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:14:22.034Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:14:22.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:14:22.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363602521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:14:22.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:14:27.755Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:14:27.780Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:14:27.784Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:14:27.784Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:14:27.784Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:14:27.785Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:14:57.785Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:14:57.799Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:14:57.804Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:14:57.804Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:14:57.805Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:14:57.805Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:15:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:15:21.897Z||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-06-16T07:15:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:15:21.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:15:21.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:15:21.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363603678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/basic_onboard_qqbvid0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T07:15:21.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:15:21.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:15:21.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363604689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-16T07:15:21.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363605696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/resourceInstances/basic_onboard_qqbvid0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363606701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQqbvid/1.0/artifacts/service-BasicOnboardQqbvid-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:15:21.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:15:27.805Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:15:27.817Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:15:27.820Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:15:27.820Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:15:27.820Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:15:27.820Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:15:57.821Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:15:57.841Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:15:57.845Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:15:57.846Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:15:57.846Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:15:57.846Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:16:21.897Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:16:21.900Z||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-06-16T07:16:21.900Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:16:21.941Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:16:21.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "cds",
"timestamp": 1655363702910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "aai-ml",
"timestamp": 1655363709214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "clamp",
"timestamp": 1655363707949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "policy-id",
"timestamp": 1655363704101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "cds",
"timestamp": 1655363702910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "aai-ml",
"timestamp": 1655363709214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "clamp",
"timestamp": 1655363707949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:16:21.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "policy-id",
"timestamp": 1655363704101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363710433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "cds",
"timestamp": 1655363702910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "aai-ml",
"timestamp": 1655363709214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "clamp",
"timestamp": 1655363707949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "policy-id",
"timestamp": 1655363704101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363710433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:16:21.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "aai-ml",
"timestamp": 1655363709214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "cds",
"timestamp": 1655363702910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "clamp",
"timestamp": 1655363707949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "policy-id",
"timestamp": 1655363704101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363710433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "cds",
"timestamp": 1655363702910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "aai-ml",
"timestamp": 1655363709214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "clamp",
"timestamp": 1655363707949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363712946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "policy-id",
"timestamp": 1655363704101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363710433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "cds",
"timestamp": 1655363702910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "aai-ml",
"timestamp": 1655363709214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "clamp",
"timestamp": 1655363707949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "policy-id",
"timestamp": 1655363704101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363712946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363710433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-16T07:16:21.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "cds",
"timestamp": 1655363702910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:16:21.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "aai-ml",
"timestamp": 1655363709214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "clamp",
"timestamp": 1655363707949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "policy-id",
"timestamp": 1655363704101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:16:21.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363712946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363710433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "cds",
"timestamp": 1655363716129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:16:21.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:21.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363712946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:21.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "aai-ml",
"timestamp": 1655363717857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:16:21.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:21.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "policy-id",
"timestamp": 1655363716655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:16:21.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:21.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363710433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:16:21.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:21.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:21.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "cds",
"timestamp": 1655363717160,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-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-06-16T07:16:22.008Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
2022-06-16T07:16:22.009Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e03e09d-b02b-4f13-85f0-10e4138b3a0a 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-06-16T07:16:22.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363712946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:22.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:22.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "policy-id",
"timestamp": 1655363717668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:16:22.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:22.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363718195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:16:22.023Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:22.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363712946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:22.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:22.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "policy-id",
"timestamp": 1655363718678,
"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-06-16T07:16:22.031Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
2022-06-16T07:16:22.032Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e03e09d-b02b-4f13-85f0-10e4138b3a0a 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-06-16T07:16:22.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363719313,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:16:22.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:22.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655363712946,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:16:22.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-16T07:16:22.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363720380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:16:22.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:16:22.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:16:22.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363721426,
"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-06-16T07:16:22.050Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
2022-06-16T07:16:22.051Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e03e09d-b02b-4f13-85f0-10e4138b3a0a 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-06-16T07:16:27.846Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:16:27.862Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:16:27.867Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:16:27.867Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:16:27.867Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:16:27.867Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:16:57.868Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:16:57.882Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:16:57.888Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:16:57.889Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:16:57.889Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:16:57.890Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:17:21.896Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:17:21.897Z||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-06-16T07:17:21.898Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:17:22.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:17:22.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655363722429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"status": "DEPLOY_OK"
}
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "clamp",
"timestamp": 1655363725456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "clamp",
"timestamp": 1655363727371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:17:22.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "aai-ml",
"timestamp": 1655363728934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-16T07:17:22.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-16T07:17:22.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "clamp",
"timestamp": 1655363728378,
"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-06-16T07:17:22.442Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
2022-06-16T07:17:22.442Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e03e09d-b02b-4f13-85f0-10e4138b3a0a 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-06-16T07:17:22.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-16T07:17:22.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "aai-ml",
"timestamp": 1655363729941,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-16T07:17:22.462Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e03e09d-b02b-4f13-85f0-10e4138b3a0a
2022-06-16T07:17:22.462Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e03e09d-b02b-4f13-85f0-10e4138b3a0a 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-06-16T07:17:27.891Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:17:27.907Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:17:27.911Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:17:27.911Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:17:27.911Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:17:27.911Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:17:57.915Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:17:57.954Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf
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-06-16T07:17:57.959Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-16T07:17:57.959Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-16T07:17:57.959Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-16T07:17:57.960Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-16T07:18:21.896Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:18:21.897Z||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-06-16T07:18:21.897Z||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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:27.960Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-06-16T07:18:27.960Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf 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-06-16T07:18:27.968Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf and serviceModelVersionId: 8dd073f1-d716-457b-94e8-05b167d5f8f5
2022-06-16T07:18:27.968Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4
2022-06-16T07:18:27.971Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0
2022-06-16T07:18:27.979Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-16T07:18:28.071Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|INFO|500||Invoke
2022-06-16T07:18:28.072Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d8796fc-e7d8-4af4-93a2-7a929fbb05cf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ebc712e-2386-4ce7-85fb-f1256584eaf8], X-ECOMP-RequestID=[3d8796fc-e7d8-4af4-93a2-7a929fbb05cf], X-TransactionId=[], X-ONAP-RequestID=[3d8796fc-e7d8-4af4-93a2-7a929fbb05cf], Content-Type=[application/merge-patch+json]}
2022-06-16T07:18:28.121Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-06-16T07:18:28.234Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220616-07:18:28:221-11955], vertex-id=[418000], Content-Length=[0], Date=[Thu, 16 Jun 2022 07:18:28 GMT], Content-Type=[application/json]}
2022-06-16T07:18:28.234Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-16T07:18:28.235Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0aa1c2c5-4ab5-4a2b-922a-382b9aa1f2e4/model-vers/model-ver/8dd073f1-d716-457b-94e8-05b167d5f8f5?depth=0|INFO|500||InvokeReturn
2022-06-16T07:18:28.236Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-16T07:18:28.236Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-16T07:18:28.243Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||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-06-16T07:18:28.243Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d8796fc-e7d8-4af4-93a2-7a929fbb05cf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-06-16T07:18:28.244Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-16T07:18:28.245Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:28.249Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:28.249Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363908244,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:18:28.349Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:28.350Z||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-06-16T07:18:28.350Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:28.367Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:28.368Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:28.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:28.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-16T07:18:28.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3d8796fc-e7d8-4af4-93a2-7a929fbb05cf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363908244,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-06-16T07:18:28.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-16T07:18:29.266Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-16T07:18:29.267Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|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-06-16T07:18:29.267Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|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 yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:33.705Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:33.707Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-16T07:18:33.707Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e03e09d-b02b-4f13-85f0-10e4138b3a0a","serviceName":"vFW 2022-06-16 07-14-10","serviceVersion":"1.0","serviceUUID":"58acc858-708a-40cf-a989-803c8691bc04","serviceDescription":"catalog service description","serviceInvariantUUID":"b3e2f07a-0d01-4e1f-9df7-587653b9491a","resources":[{"resourceInstanceName":"vFW fb92068c-c8b9 0","resourceName":"vFW fb92068c-c8b9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"631300be-3ffd-4032-b280-ce4498f11f3d","resourceInvariantUUID":"aabbe3b7-d006-4d5a-8eae-3f2642cf10e2","resourceCustomizationUUID":"8c61dad1-a0f1-47ab-92f2-21fa9a785333","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml","artifactChecksum":"YWYxODQ3ZWZkNzU0Y2RiMGIwMGI1Y2RkOWY3ODVjMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"00e61000-a71c-448a-b6b1-089f835316b7","artifactVersion":"1"},{"artifactName":"vfwfb92068cc8b90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json","artifactChecksum":"NmVmMTI4M2M1ZTQzZmU0YzdjYTdkZWRiNGZjNDY5NzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"06b96efc-7cf4-4a57-ab0b-140209bd5ede","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1750342a-096d-4db7-9983-e8e8c8c72cc6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml","artifactChecksum":"NjJiY2YyMDk4MTljZjRhMTBhZTI3OTNlODYwYjQxODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f2c0c90-f6d6-496e-b302-7cabb0ffc1ff","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"897bbf6d-b40d-4f3f-a072-ae6647c6f532","artifactVersion":"2","generatedFromUUID":"1750342a-096d-4db7-9983-e8e8c8c72cc6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220616071410-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml","artifactChecksum":"Yzk2MzY4MmY2ZGNmOTc0OGIyMjQwNWU3OTA5MDZkOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa5d4ebf-9abd-4d25-9239-52c7f0b4b91d","artifactVersion":"1"},{"artifactName":"service-Vfw20220616071410-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar","artifactChecksum":"ZDU1MWI3YjY2MmEyOGUyMDg5YmYyNjUxZDQ3YTY3YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-16T07:18:33.713Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:33.714Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:33.724Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:33.724Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363909266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:18:33.817Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-16T07:18:33.818Z||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-06-16T07:18:33.818Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:33.834Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:33.835Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:34.725Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:34.727Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:34.730Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:34.731Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363909266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"status": "NOTIFIED"
}
2022-06-16T07:18:34.830Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-16T07:18:34.832Z||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-06-16T07:18:34.832Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:34.848Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:34.849Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:35.732Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:35.735Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:35.737Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:35.737Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363909266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-16T07:18:35.837Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:35.839Z||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-06-16T07:18:35.839Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:35.856Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:35.858Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:36.738Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:36.739Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:36.743Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:36.743Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363909266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:18:36.842Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-16T07:18:36.843Z||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-06-16T07:18:36.843Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:36.859Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:36.860Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:18:37.744Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:37.744Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:37.747Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:37.748Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363909266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-16T07:18:37.848Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:37.850Z||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-06-16T07:18:37.850Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:37.872Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:37.873Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:18:38.750Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:38.751Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:38.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:38.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363909266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-16T07:18:38.854Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:38.855Z||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-06-16T07:18:38.855Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:38.883Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:38.884Z||pool-40-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:39.754Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-16T07:18:39.755Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:39.759Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:39.760Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363909266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "NOTIFIED"
}
2022-06-16T07:18:39.860Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:39.861Z||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-06-16T07:18:39.861Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:39.880Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:39.881Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:40.761Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"serviceName": "vFW 2022-06-16 07-14-10",
"serviceVersion": "1.0",
"serviceUUID": "58acc858-708a-40cf-a989-803c8691bc04",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b3e2f07a-0d01-4e1f-9df7-587653b9491a",
"resources": [
{
"resourceInstanceName": "vFW fb92068c-c8b9 0",
"resourceCustomizationUUID": "8c61dad1-a0f1-47ab-92f2-21fa9a785333",
"resourceName": "vFW fb92068c-c8b9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "631300be-3ffd-4032-b280-ce4498f11f3d",
"resourceInvariantUUID": "aabbe3b7-d006-4d5a-8eae-3f2642cf10e2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfb92068cc8b90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"artifactChecksum": "NmVmMTI4M2M1ZTQzZmU0YzdjYTdkZWRiNGZjNDY5NzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "06b96efc-7cf4-4a57-ab0b-140209bd5ede",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1750342a-096d-4db7-9983-e8e8c8c72cc6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "897bbf6d-b40d-4f3f-a072-ae6647c6f532",
"generatedFromUUID": "1750342a-096d-4db7-9983-e8e8c8c72cc6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "897bbf6d-b40d-4f3f-a072-ae6647c6f532",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220616071410-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"artifactChecksum": "ZDU1MWI3YjY2MmEyOGUyMDg5YmYyNjUxZDQ3YTY3YzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89"
}
],
"workloadContext": "Production"
}
2022-06-16T07:18:40.762Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-16T07:18:40.762Z|3d8796fc-e7d8-4af4-93a2-7a929fbb05cf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58acc858-708a-40cf-a989-803c8691bc04 ASDC
2022-06-16T07:18:40.763Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4e03e09d-b02b-4f13-85f0-10e4138b3a0a
ServiceName:vFW 2022-06-16 07-14-10
ServiceVersion:1.0
ServiceUUID:58acc858-708a-40cf-a989-803c8691bc04
ServiceInvariantUUID:b3e2f07a-0d01-4e1f-9df7-587653b9491a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220616071410-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar
ArtifactUUID:f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89
ArtifactChecksum:ZDU1MWI3YjY2MmEyOGUyMDg5YmYyNjUxZDQ3YTY3YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fb92068c-c8b9 0
ResourceCustomizationUUID:8c61dad1-a0f1-47ab-92f2-21fa9a785333
ResourceInvariantUUID:aabbe3b7-d006-4d5a-8eae-3f2642cf10e2
ResourceName:vFW fb92068c-c8b9
ResourceType:VF
ResourceUUID:631300be-3ffd-4032-b280-ce4498f11f3d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfb92068cc8b90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json
ArtifactUUID:06b96efc-7cf4-4a57-ab0b-140209bd5ede
ArtifactChecksum:NmVmMTI4M2M1ZTQzZmU0YzdjYTdkZWRiNGZjNDY5NzE=
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/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml
ArtifactUUID:1750342a-096d-4db7-9983-e8e8c8c72cc6
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/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
ArtifactUUID:897bbf6d-b40d-4f3f-a072-ae6647c6f532
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/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
ArtifactUUID:897bbf6d-b40d-4f3f-a072-ae6647c6f532
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-16T07:18:40.763Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58acc858-708a-40cf-a989-803c8691bc04 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-06-16T07:18:40.805Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:18:40.806Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:18:40.807Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:18:40.807Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89 from URL: /sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:40.807Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:18:40.807Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:40.964Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:18:40.972Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89 99031
2022-06-16T07:18:40.972Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar ASDC sendASDCNotification
2022-06-16T07:18:40.973Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:40.973Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:18:40.973Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:40.977Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:40.977Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363920972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:18:41.077Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:41.078Z||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-06-16T07:18:41.078Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:41.101Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:41.101Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:41.978Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-16T07:18:41.979Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-16T07:18:41.979Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f2c7c4d2-f9e5-4b34-ab82-4d0c8111ea89, URL: /sdc/v1/catalog/services/Vfw20220616071410/1.0/artifacts/service-Vfw20220616071410-csar.csar to file: /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:41.980Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220616071410-csar.csar
2022-06-16T07:18:41.981Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:41.981Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:42.230Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10747383744009749905/Definitions/service-Vfw20220616071410-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-16T07:18:44.766Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-16T07:18:44.767Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.768Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.769Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.770Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fb92068c-c8b9 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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.770Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.770Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||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-Vfw20220616071410-csar.csar
2022-06-16T07:18:44.770Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-16T07:18:44.771Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.771Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.771Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:44.772Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:18:44.772Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:18:44.773Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.773Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.773Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:44.773Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-16T07:18:44.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-16T07:18:44.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.774Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:18:44.775Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:44.776Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:18:44.776Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:18:44.776Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.776Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.777Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:18:44.777Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.777Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:18:44.777Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.778Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-16T07:18:44.778Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.778Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:18:44.779Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.779Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:44.779Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:44.779Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.780Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:44.780Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:44.780Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.780Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:44.781Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:44.781Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.781Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:44.781Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:44.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-16T07:18:44.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:44.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:18:44.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:18:44.782Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.783Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.783Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:18:44.783Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.783Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:18:44.784Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.784Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c0bb1b8a-6a11-4335-8b61-ef9127f39809
2022-06-16T07:18:44.784Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.784Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:44.785Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:44.785Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:18:44.785Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.785Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.786Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.786Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:18:44.786Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:44.786Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-16T07:18:44.786Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-16T07:18:44.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-16T07:18:44.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f6b1fb47-b0d4-48d1-9a15-8909664c2383
2022-06-16T07:18:44.787Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.788Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-16T07:18:44.789Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9e9a7832-4080-4803-8db4-2112abbcb07a
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.790Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:44.791Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:44.791Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-16 07-14-10
Description:catalog service description
Model UUID:58acc858-708a-40cf-a989-803c8691bc04
Model Version:NULL
Model InvariantUuid:b3e2f07a-0d01-4e1f-9df7-587653b9491a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fb92068c-c8b9
Model UUID:74e9b68d-691e-4f5f-bb0e-7ae3af776b15
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aabbe3b7-d006-4d5a-8eae-3f2642cf10e2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8c61dad1-a0f1-47ab-92f2-21fa9a785333
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3ad602e4-d8f5-473a-a9e2-627307b1bc48
ModelName:VfwFb92068cC8b9..base_vfw..module-0
ModelUuid:e7a4ae7a-f3c4-4aeb-83ff-46c390210e09
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c0bb1b8a-6a11-4335-8b61-ef9127f39809
ModelInvariantUuid:b3e9599d-3d8c-4d4b-9fc5-570ccb6e2cc4
ModelName:vFW fb92068c-c8b9-nodes.vfwCvfc
ModelUuid:b54c2953-5ab7-49a3-9813-767a33b9d40b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ddb83339-1240-499c-bd62-6431b59be30f
ModelInvariantUuid:566839a6-7e16-44ce-979e-0fba75be72e1
ModelName:VfwFb92068cC8b9.compute.nodes.heat.vfw
ModelUuid:fe6dc404-87bf-4607-801f-9ae73f356ff8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f6b1fb47-b0d4-48d1-9a15-8909664c2383
ModelInvariantUuid:26773f69-70be-46bb-9ca9-3071073731e4
ModelName:vFW fb92068c-c8b9-nodes.vsnCvfc
ModelUuid:ca90bff7-f643-4d21-a1ab-64f818e8d2a3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:356007b4-5304-4309-b1cb-051d8fe5d069
ModelInvariantUuid:64e28075-20fa-44f9-a9b5-97c59de357c2
ModelName:VfwFb92068cC8b9.compute.nodes.heat.vsn
ModelUuid:003f6d60-4a1a-433f-aad1-3465caf4a6ad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9e9a7832-4080-4803-8db4-2112abbcb07a
ModelInvariantUuid:40c885e1-d617-4cc2-aa3c-5936033fca6f
ModelName:vFW fb92068c-c8b9-nodes.vpgCvfc
ModelUuid:268452f3-2a5b-4941-b21f-9e385c22f235
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7a85fc55-e948-4727-a8de-e3cb441814ef
ModelInvariantUuid:e905d2be-fce6-4114-9d80-4406df2be0da
ModelName:VfwFb92068cC8b9.compute.nodes.heat.vpg
ModelUuid:2019f23a-a32f-4f93-ae31-ab2fc886cae9
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-06-16T07:18:44.797Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 631300be-3ffd-4032-b280-ce4498f11f3d
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-06-16T07:18:44.801Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||vFW fb92068c-c8b9 0
2022-06-16T07:18:44.802Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 631300be-3ffd-4032-b280-ce4498f11f3d
2022-06-16T07:18:44.802Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 06b96efc-7cf4-4a57-ab0b-140209bd5ede from URL: /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json
2022-06-16T07:18:44.802Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:18:44.802Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json
2022-06-16T07:18:44.858Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:18:44.858Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json 06b96efc-7cf4-4a57-ab0b-140209bd5ede 785
2022-06-16T07:18:44.858Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json ASDC sendASDCNotification
2022-06-16T07:18:44.859Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json
2022-06-16T07:18:44.859Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:18:44.859Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:44.861Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:44.861Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363924858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/vfwfb92068cc8b90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:18:44.962Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:44.963Z||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-06-16T07:18:44.963Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:44.981Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:44.982Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:45.862Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFb92068cC8b9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3ad602e4-d8f5-473a-a9e2-627307b1bc48",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e7a4ae7a-f3c4-4aeb-83ff-46c390210e09",
"vfModuleModelCustomizationUUID": "4e96db1e-13c1-452b-b51f-a3970cd5f724",
"isBase": true,
"artifacts": [
"1750342a-096d-4db7-9983-e8e8c8c72cc6",
"897bbf6d-b40d-4f3f-a072-ae6647c6f532"
],
"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-06-16T07:18:45.866Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFb92068cC8b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7a4ae7a-f3c4-4aeb-83ff-46c390210e09
VfModuleModelInvariantUUID:3ad602e4-d8f5-473a-a9e2-627307b1bc48
VfModuleModelDescription:NULL
Artifacts UUID List:{
1750342a-096d-4db7-9983-e8e8c8c72cc6
,
897bbf6d-b40d-4f3f-a072-ae6647c6f532
}
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-06-16T07:18:45.868Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFb92068cC8b9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3ad602e4-d8f5-473a-a9e2-627307b1bc48",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e7a4ae7a-f3c4-4aeb-83ff-46c390210e09",
"vfModuleModelCustomizationUUID": "4e96db1e-13c1-452b-b51f-a3970cd5f724",
"isBase": true,
"artifacts": [
"1750342a-096d-4db7-9983-e8e8c8c72cc6",
"897bbf6d-b40d-4f3f-a072-ae6647c6f532"
],
"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-06-16T07:18:45.868Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFb92068cC8b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7a4ae7a-f3c4-4aeb-83ff-46c390210e09
VfModuleModelInvariantUUID:3ad602e4-d8f5-473a-a9e2-627307b1bc48
VfModuleModelDescription:NULL
Artifacts UUID List:{
1750342a-096d-4db7-9983-e8e8c8c72cc6
,
897bbf6d-b40d-4f3f-a072-ae6647c6f532
}
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-06-16T07:18:45.869Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1750342a-096d-4db7-9983-e8e8c8c72cc6 from URL: /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml
2022-06-16T07:18:45.869Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:18:45.869Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml
2022-06-16T07:18:45.928Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:18:45.930Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml 1750342a-096d-4db7-9983-e8e8c8c72cc6 20368
2022-06-16T07:18:45.930Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-16T07:18:45.930Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml
2022-06-16T07:18:45.930Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:18:45.931Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:45.934Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:45.934Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363925930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:18:46.034Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:46.035Z||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-06-16T07:18:46.035Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:46.063Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:46.063Z||pool-44-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-16T07:18:46.935Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 897bbf6d-b40d-4f3f-a072-ae6647c6f532 from URL: /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
2022-06-16T07:18:46.935Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-16T07:18:46.935Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
2022-06-16T07:18:46.986Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-16T07:18:46.986Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env 897bbf6d-b40d-4f3f-a072-ae6647c6f532 2098
2022-06-16T07:18:46.986Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-16T07:18:46.987Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env
2022-06-16T07:18:46.987Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-16T07:18:46.987Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-16T07:18:46.989Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-16T07:18:46.989Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4e03e09d-b02b-4f13-85f0-10e4138b3a0a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655363926986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220616071410/1.0/resourceInstances/vfwfb92068cc8b90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-16T07:18:47.090Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-16T07:18:47.091Z||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-06-16T07:18:47.091Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yKP89qUvJiiXjWqy) ...
2022-06-16T07:18:47.108Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-16T07:18:47.109Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-16T07:18:47.990Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 58acc858-708a-40cf-a989-803c8691bc04
2022-06-16T07:18:47.991Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fb92068c-c8b9 0 631300be-3ffd-4032-b280-ce4498f11f3d 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-06-16T07:18:48.020Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f009944, org.onap.sdc.toscaparser.api.parameters.Input@71595545, org.onap.sdc.toscaparser.api.parameters.Input@6b5598fb, org.onap.sdc.toscaparser.api.parameters.Input@773b3c28, org.onap.sdc.toscaparser.api.parameters.Input@3c3a5132]
2022-06-16T07:18:48.022Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:48.023Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:48.023Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-16T07:18:48.024Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8c61dad1-a0f1-47ab-92f2-21fa9a785333
2022-06-16T07:18:48.024Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8c61dad1-a0f1-47ab-92f2-21fa9a785333 matches Tosca VF Customization UUID: 8c61dad1-a0f1-47ab-92f2-21fa9a785333
2022-06-16T07:18:48.024Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8c61dad1-a0f1-47ab-92f2-21fa9a785333 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-06-16T07:18:48.028Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:48.029Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-16T07:18:48.030Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8c61dad1-a0f1-47ab-92f2-21fa9a785333: {\"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-06-16T07:18:48.030Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e53a498
2022-06-16T07:18:48.031Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:48.031Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-16 07-14-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-16T07:18:48.031Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4e96db1e-13c1-452b-b51f-a3970cd5f724
2022-06-16T07:18:48.031Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4e96db1e-13c1-452b-b51f-a3970cd5f724
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-06-16T07:18:48.035Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-16T07:18:48.035Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Node template vFW fb92068c-c8b9 0 is matching search criteria
2022-06-16T07:18:48.035Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW fb92068c-c8b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-16T07:18:48.036Z|4e03e09d-b02b-4f13-85f0-10e4138b3a0a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery