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-08-04T08:41:28.597Z||main|||||INFO|500||The following profiles are active: basic
2022-08-04T08:41:40.707Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-04T08:41:40.708Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-04T08:41:40.845Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-04T08:41:45.027Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-04T08:41:45.391Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-04T08:41:45.827Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-04T08:41:45.836Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-04T08:41:45.938Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-04T08:41:46.180Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-04T08:41:46.760Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-04T08:41:48.699Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-04T08:41:51.074Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-04T08:41:51.147Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-04T08:41:51.829Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-04T08:41:52.048Z||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-08-04T08:41:53.253Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-04T08:41:54.404Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-04T08:41:54.428Z||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$$36dd570f.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-08-04T08:41:54.429Z||main|||||WARN|500||The sdc end point is not alive
2022-08-04T08:41:57.795Z||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-08-04T08:42:00.822Z||main|||||WARN|500||---
2022-08-04T08:42:00.822Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-04T08:42:00.823Z||main|||||WARN|500||---
2022-08-04T08:42:01.276Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-04T08:42:06.277Z||main|||||INFO|500||Started Application in 40.872 seconds (JVM running for 43.127)
2022-08-04T08:42:06.304Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-04T08:42:06.309Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-04T08:42:06.322Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-04T08:42:06.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-04T08:42:06.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c18257b-2978-405a-8d2a-966e2b875c1e url= /sdc/v1/artifactTypes
2022-08-04T08:42:06.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-04T08:42:07.500Z||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.34.161] 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$$e613d8d2.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-08-04T08:42:07.505Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@291b151b
2022-08-04T08:42:07.506Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-04T08:42:07.523Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-04T08:42:07.526Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-04T08:42:07.528Z||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$$e613d8d2.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-08-04T08:42:56.271Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-04T08:42:56.271Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-04T08:42:56.272Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-04T08:42:56.277Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-04T08:42:56.286Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ce3593c-f681-4706-939d-385ccd2f8b73 url= /sdc/v1/artifactTypes
2022-08-04T08:42:56.287Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-04T08:42:57.315Z||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.34.161] 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$$e613d8d2.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-08-04T08:42:57.317Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b432484
2022-08-04T08:42:57.318Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-08-04T08:42:57.318Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-08-04T08:42:57.319Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-08-04T08:42:57.320Z||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$$e613d8d2.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-08-04T08:43:46.271Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-04T08:43:46.273Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-04T08:43:46.273Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-04T08:43:46.277Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-04T08:43:46.283Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd4542f7-bdfb-4e19-93d3-0121bb639098 url= /sdc/v1/artifactTypes
2022-08-04T08:43:46.283Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-04T08:43:46.513Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-04T08:43:46.524Z||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-08-04T08:43:46.555Z||scheduling-1|||||DEBUG|500||create keys
2022-08-04T08:43:46.563Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-04T08:43:46.591Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:43:46.609Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a6038e91-d47c-412c-8cb7-45df342bb807 url= /sdc/v1/registerForDistribution
2022-08-04T08:43:46.730Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a6038e91-d47c-412c-8cb7-45df342bb807 url= /sdc/v1/registerForDistribution
2022-08-04T08:43:46.730Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-04T08:43:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:43:46.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:43:46.749Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-04T08:43:46.753Z||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-08-04T08:43:46.754Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:43:46.754Z||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-08-04T08:43:46.755Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:43:57.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:43:57.058Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:44:46.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:44:46.740Z||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-08-04T08:44:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:44:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:44:46.743Z||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-08-04T08:44:46.743Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:44:56.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:44:56.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:45:46.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:45:46.740Z||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-08-04T08:45:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:45:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:45:46.741Z||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-08-04T08:45:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:45:56.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:45:56.311Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:46:46.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:46:46.740Z||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-08-04T08:46:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:46:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:46:46.743Z||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-08-04T08:46:46.744Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:46:56.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:46:56.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:47:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:47:46.740Z||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-08-04T08:47:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:47:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:47:46.743Z||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-08-04T08:47:46.743Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:47:56.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:47:56.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:48:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:48:46.741Z||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-08-04T08:48:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:48:46.744Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:48:46.745Z||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-08-04T08:48:46.745Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:48:56.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:48:56.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:49:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:49:46.740Z||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-08-04T08:49:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:49:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:49:46.741Z||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-08-04T08:49:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:49:56.292Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:49:56.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:50:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:50:46.740Z||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-08-04T08:50:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:50:46.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:50:46.743Z||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-08-04T08:50:46.744Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:50:56.302Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:50:56.303Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:51:26.591Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-04T08:51:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:51:46.741Z||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-08-04T08:51:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:51:46.744Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:51:46.744Z||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-08-04T08:51:46.744Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:51:56.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:51:56.293Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:52:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:52:46.740Z||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-08-04T08:52:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:52:46.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:52:46.741Z||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-08-04T08:52:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:52:56.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:52:56.299Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:53:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:53:46.740Z||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-08-04T08:53:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:53:46.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:53:46.741Z||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-08-04T08:53:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:53:56.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:53:56.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:54:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:54:46.740Z||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-08-04T08:54:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:54:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:54:46.741Z||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-08-04T08:54:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:54:56.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:54:56.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:55:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:55:46.740Z||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-08-04T08:55:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:55:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:55:46.741Z||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-08-04T08:55:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:55:56.298Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:55:56.302Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:56:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:56:46.740Z||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-08-04T08:56:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:56:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:56:46.742Z||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-08-04T08:56:46.743Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:56:56.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:56:56.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:57:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:57:46.740Z||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-08-04T08:57:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:57:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:57:46.741Z||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-08-04T08:57:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:57:56.295Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:57:56.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:58:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:58:46.740Z||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-08-04T08:58:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:58:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:58:46.742Z||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-08-04T08:58:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:58:56.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:58:56.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:59:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:59:46.740Z||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-08-04T08:59:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:59:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T08:59:46.741Z||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-08-04T08:59:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T08:59:56.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T08:59:56.294Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:00:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:00:46.740Z||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-08-04T09:00:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:00:46.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:00:46.742Z||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-08-04T09:00:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:00:56.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:00:56.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:01:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:01:46.740Z||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-08-04T09:01:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:01:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:01:46.741Z||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-08-04T09:01:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:01:56.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:01:56.308Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:02:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:02:46.741Z||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-08-04T09:02:46.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:02:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:02:46.741Z||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-08-04T09:02:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:02:56.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:02:56.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:03:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:03:46.740Z||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-08-04T09:03:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:03:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:03:46.741Z||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-08-04T09:03:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:03:56.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:03:56.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:04:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:04:46.739Z||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-08-04T09:04:46.739Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:04:46.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:04:46.741Z||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-08-04T09:04:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:04:56.297Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:04:56.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:05:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:05:46.740Z||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-08-04T09:05:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:05:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:05:46.742Z||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-08-04T09:05:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:05:56.315Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:05:56.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:06:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:06:46.740Z||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-08-04T09:06:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:06:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:06:46.742Z||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-08-04T09:06:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:06:56.285Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:06:56.290Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:07:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:07:46.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:07:46.741Z||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-08-04T09:07:46.741Z||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-08-04T09:07:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:07:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:07:56.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:07:56.303Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:08:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:08:46.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:08:46.741Z||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-08-04T09:08:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:08:46.741Z||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-08-04T09:08:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:08:56.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:08:56.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:09:46.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:09:46.740Z||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-08-04T09:09:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:09:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:09:46.742Z||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-08-04T09:09:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:09:56.292Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:09:56.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:10:46.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:10:46.740Z||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-08-04T09:10:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:10:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:10:46.742Z||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-08-04T09:10:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:10:56.321Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:10:56.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:11:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:11:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-04T09:11:46.740Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:11:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:11:46.741Z||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-08-04T09:11:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:11:56.309Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:11:56.309Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:12:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:12:46.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:12:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-04T09:12:46.742Z||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-08-04T09:12:46.742Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:12:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:12:56.288Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:12:56.297Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:13:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:13:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-04T09:13:46.740Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:13:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:13:46.741Z||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-08-04T09:13:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:13:56.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:13:56.296Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:14:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:14:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-04T09:14:46.740Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:14:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:14:46.741Z||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-08-04T09:14:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:14:56.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:14:56.307Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:15:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:15:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-04T09:15:46.740Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:15:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:15:46.741Z||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-08-04T09:15:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:15:56.296Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:15:56.299Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:16:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:16:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-04T09:16:46.740Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:16:46.741Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:16:46.741Z||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-08-04T09:16:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:16:56.287Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:16:56.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:17:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:17:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-04T09:17:46.740Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:17:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:17:46.741Z||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-08-04T09:17:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:17:56.300Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:17:56.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:18:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:18:46.740Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-04T09:18:46.740Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:18:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:18:46.741Z||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-08-04T09:18:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:18:56.295Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:18:56.306Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:19:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:19:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:19:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-04T09:19:46.741Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:19:46.741Z||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-08-04T09:19:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:19:56.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:19:56.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:20:46.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:20:46.741Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-04T09:20:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:20:46.741Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:20:46.741Z||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-08-04T09:20:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:20:56.289Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:20:56.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:21:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:21:46.740Z||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-08-04T09:21:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:21:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:21:46.742Z||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-08-04T09:21:46.743Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:21:56.298Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:21:56.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:22:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:22:46.740Z||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-08-04T09:22:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:22:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:22:46.741Z||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-08-04T09:22:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:22:56.289Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:22:56.302Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:23:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:23:46.740Z||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-08-04T09:23:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:23:46.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:23:46.741Z||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-08-04T09:23:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:23:56.293Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:23:56.293Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:24:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:24:46.740Z||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-08-04T09:24:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:24:46.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:24:46.741Z||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-08-04T09:24:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:24:56.307Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:24:56.308Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:25:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:25:46.739Z||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-08-04T09:25:46.739Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:25:46.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:25:46.741Z||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-08-04T09:25:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:25:56.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:25:56.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:26:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:26:46.740Z||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-08-04T09:26:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:26:46.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:26:46.742Z||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-08-04T09:26:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:26:56.303Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:26:56.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:27:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:27:46.740Z||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-08-04T09:27:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:27:46.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:27:46.742Z||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-08-04T09:27:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:27:56.316Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:27:56.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:46.739Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:28:46.740Z||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-08-04T09:28:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:28:46.741Z||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-08-04T09:28:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:47.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:47.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:28:47.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605318234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:28:47.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:28:47.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:28:47.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "clamp",
"timestamp": 1659605315573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:28:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:28:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:28:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605323311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:28:47.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:28:47.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:28:47.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605324323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:28:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:28:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:28:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605318234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:28:47.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:28:47.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:28:47.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "clamp",
"timestamp": 1659605315573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:28:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:28:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:28:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605323311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:28:47.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:28:47.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:28:47.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605324323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:28:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:28:47.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:28:47.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "policy-id",
"timestamp": 1659605325608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:28:47.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:28:47.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:47.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-04T09:28:47.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4d8e75f-8ae5-4573-ac0a-32718ef84621","serviceName":"basic_onboard_CcBqEu","serviceVersion":"1.0","serviceUUID":"4de861e9-bac8-4e69-b47b-2a64352ed8d0","serviceDescription":"service","serviceInvariantUUID":"4c61d2f4-b8eb-4f3f-88a2-b6802123c979","resources":[{"resourceInstanceName":"basic_onboard_CcBqEu 0","resourceName":"basic_onboard_CcBqEu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dad5c817-2986-401c-830b-d207c2b766b4","resourceInvariantUUID":"a82c50ce-e3ea-4e10-9e1b-5d3c34364d6a","resourceCustomizationUUID":"f3c1fbe6-f783-412c-b3aa-d5c5346d16ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml","artifactChecksum":"Yjc5YWIwMTk3NWMyOGJjYjZlOGViNGRmZWIzODU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77f14db3-660c-49d2-9284-de6196e10694","artifactVersion":"1"},{"artifactName":"basic_onboard_ccbqeu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json","artifactChecksum":"ZGIxYjVjMDE4ZjY0YjgzNDYwMmY0MWMxZDU0ZjU1NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d2485ba-1de8-4ec7-9c34-05e4e63a7736","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1480e7b-cd6f-482f-a951-64af60228c23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f53a864e-0e09-4a6f-899b-99bf2ab54c57","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4dd988cd-cec7-4e0a-a20f-669335f75820","artifactVersion":"2","generatedFromUUID":"a1480e7b-cd6f-482f-a951-64af60228c23"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCcbqeu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml","artifactChecksum":"NmEwOWY1NDMzZGQ1YWJiMjVjOWRlZTM0NjYyOTRmODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23c2dba8-6ee1-4f4c-a21d-f8b1d0ad818c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCcbqeu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar","artifactChecksum":"MDVjOWYyMzAxODFiOTM3ZDE0NGVkNTg5YzE1MjliN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a1e293c-8de3-4246-856b-87f5a45e6096","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-04T09:28:47.390Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:28:47.397Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:28:47.418Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:28:47.418Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:28:47.519Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-04T09:28:47.524Z||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-08-04T09:28:47.524Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:47.541Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:47.542Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:28:48.429Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:28:48.430Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:28:48.431Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:28:48.432Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:28:48.532Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:28:48.533Z||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-08-04T09:28:48.533Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:48.544Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:48.545Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:28:49.432Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:28:49.434Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:28:49.436Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:28:49.436Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:28:49.537Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:28:49.539Z||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-08-04T09:28:49.539Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:49.552Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:49.553Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-04T09:28:50.437Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:28:50.438Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:28:50.441Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:28:50.441Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:28:50.541Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:28:50.542Z||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-08-04T09:28:50.542Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:50.558Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:50.559Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:28:51.448Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:28:51.449Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:28:51.453Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:28:51.454Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-04T09:28:51.554Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:28:51.555Z||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-08-04T09:28:51.555Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:51.567Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:51.567Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:28:52.455Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:28:52.456Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:28:52.459Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:28:52.460Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:28:52.559Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-04T09:28:52.561Z||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-08-04T09:28:52.561Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:52.572Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:52.573Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:28:53.461Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:28:53.462Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:28:53.464Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:28:53.465Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:28:53.565Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:28:53.567Z||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-08-04T09:28:53.567Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:53.580Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:53.581Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:28:54.467Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"serviceName": "basic_onboard_CcBqEu",
"serviceVersion": "1.0",
"serviceUUID": "4de861e9-bac8-4e69-b47b-2a64352ed8d0",
"serviceDescription": "service",
"serviceInvariantUUID": "4c61d2f4-b8eb-4f3f-88a2-b6802123c979",
"resources": [
{
"resourceInstanceName": "basic_onboard_CcBqEu 0",
"resourceCustomizationUUID": "f3c1fbe6-f783-412c-b3aa-d5c5346d16ac",
"resourceName": "basic_onboard_CcBqEu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dad5c817-2986-401c-830b-d207c2b766b4",
"resourceInvariantUUID": "a82c50ce-e3ea-4e10-9e1b-5d3c34364d6a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ccbqeu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"artifactChecksum": "ZGIxYjVjMDE4ZjY0YjgzNDYwMmY0MWMxZDU0ZjU1NGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3d2485ba-1de8-4ec7-9c34-05e4e63a7736",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a1480e7b-cd6f-482f-a951-64af60228c23",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4dd988cd-cec7-4e0a-a20f-669335f75820",
"generatedFromUUID": "a1480e7b-cd6f-482f-a951-64af60228c23"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4dd988cd-cec7-4e0a-a20f-669335f75820",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCcbqeu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"artifactChecksum": "MDVjOWYyMzAxODFiOTM3ZDE0NGVkNTg5YzE1MjliN2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3a1e293c-8de3-4246-856b-87f5a45e6096"
}
],
"workloadContext": "Production"
}
2022-08-04T09:28:54.469Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-04T09:28:54.469Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4de861e9-bac8-4e69-b47b-2a64352ed8d0 ASDC
2022-08-04T09:28:54.617Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d4d8e75f-8ae5-4573-ac0a-32718ef84621
ServiceName:basic_onboard_CcBqEu
ServiceVersion:1.0
ServiceUUID:4de861e9-bac8-4e69-b47b-2a64352ed8d0
ServiceInvariantUUID:4c61d2f4-b8eb-4f3f-88a2-b6802123c979
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCcbqeu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar
ArtifactUUID:3a1e293c-8de3-4246-856b-87f5a45e6096
ArtifactChecksum:MDVjOWYyMzAxODFiOTM3ZDE0NGVkNTg5YzE1MjliN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CcBqEu 0
ResourceCustomizationUUID:f3c1fbe6-f783-412c-b3aa-d5c5346d16ac
ResourceInvariantUUID:a82c50ce-e3ea-4e10-9e1b-5d3c34364d6a
ResourceName:basic_onboard_CcBqEu
ResourceType:VF
ResourceUUID:dad5c817-2986-401c-830b-d207c2b766b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ccbqeu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json
ArtifactUUID:3d2485ba-1de8-4ec7-9c34-05e4e63a7736
ArtifactChecksum:ZGIxYjVjMDE4ZjY0YjgzNDYwMmY0MWMxZDU0ZjU1NGE=
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/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a1480e7b-cd6f-482f-a951-64af60228c23
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/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env
ArtifactUUID:4dd988cd-cec7-4e0a-a20f-669335f75820
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/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env
ArtifactUUID:4dd988cd-cec7-4e0a-a20f-669335f75820
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-04T09:28:54.617Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4de861e9-bac8-4e69-b47b-2a64352ed8d0 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-08-04T09:28:54.876Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-04T09:28:54.877Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-04T09:28:54.879Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-04T09:28:54.879Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3a1e293c-8de3-4246-856b-87f5a45e6096 from URL: /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:54.879Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-04T09:28:54.881Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:54.954Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-04T09:28:54.970Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar 3a1e293c-8de3-4246-856b-87f5a45e6096 71571
2022-08-04T09:28:54.972Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar ASDC sendASDCNotification
2022-08-04T09:28:54.972Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:54.973Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-04T09:28:54.974Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:28:54.977Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:28:54.977Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605334971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:28:55.077Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:28:55.078Z||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-08-04T09:28:55.078Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:55.090Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:55.091Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:28:55.978Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-04T09:28:55.979Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-04T09:28:55.980Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3a1e293c-8de3-4246-856b-87f5a45e6096, URL: /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar to file: /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:55.981Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:56.072Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:56.073Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:56.700Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7687912420654934007/Definitions/service-BasicOnboardCcbqeu-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-08-04T09:28:58.412Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-04T09:28:58.417Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-04T09:28:58.417Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:58.417Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CcBqEu 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-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:58.418Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:58.419Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:28:58.419Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-04T09:28:58.425Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.426Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:28:58.430Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria
2022-08-04T09:28:58.430Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-04T09:28:58.432Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria
2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-04T09:28:58.434Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.435Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:28:58.438Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.438Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is not matching search criteria
2022-08-04T09:28:58.438Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-04T09:28:58.438Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-04T09:28:58.439Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-04T09:28:58.439Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-04T09:28:58.439Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-04T09:28:58.439Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.439Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-04T09:28:58.440Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.440Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria
2022-08-04T09:28:58.441Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:28:58.441Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.441Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria
2022-08-04T09:28:58.441Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:28:58.442Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.442Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria
2022-08-04T09:28:58.442Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:28:58.442Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.442Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is not matching search criteria
2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d8d64745-f82b-4788-932a-8144e9401ee0
2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:28:58.443Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.444Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:28:58.444Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.444Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:28:58.444Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:28:58.444Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:28:58.445Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CcBqEu
Description:service
Model UUID:4de861e9-bac8-4e69-b47b-2a64352ed8d0
Model Version:NULL
Model InvariantUuid:4c61d2f4-b8eb-4f3f-88a2-b6802123c979
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CcBqEu
Model UUID:cd2123dd-f35e-4130-9104-4262a28a3683
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a82c50ce-e3ea-4e10-9e1b-5d3c34364d6a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f3c1fbe6-f783-412c-b3aa-d5c5346d16ac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f43d7906-24da-469a-9d77-ddc736db8669
ModelName:BasicOnboardCcbqeu..base_ubuntu18..module-0
ModelUuid:e6ca6bd7-b577-4352-9e4c-420c00ffc100
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d8d64745-f82b-4788-932a-8144e9401ee0
ModelInvariantUuid:54e28275-1633-4917-bd2b-3a7c04e46187
ModelName:basic_onboard_CcBqEu-nodes.ubuntu18Cvfc
ModelUuid:41dc37f1-2005-40c7-bab1-b99fb55242d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8261a9ca-65b5-45a5-a0be-c408b3b61d07
ModelInvariantUuid:29b1f7ab-8177-4a27-bbb9-8e21a725e698
ModelName:BasicOnboardCcbqeu.compute.nodes.heat.ubuntu18
ModelUuid:c670a307-1777-48d4-8f6c-02cf5c65cf16
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-08-04T09:28:58.467Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: dad5c817-2986-401c-830b-d207c2b766b4
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-08-04T09:28:58.581Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||basic_onboard_CcBqEu 0
2022-08-04T09:28:58.587Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dad5c817-2986-401c-830b-d207c2b766b4
2022-08-04T09:28:58.587Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3d2485ba-1de8-4ec7-9c34-05e4e63a7736 from URL: /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json
2022-08-04T09:28:58.587Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-04T09:28:58.588Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json
2022-08-04T09:28:58.650Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-04T09:28:58.651Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json 3d2485ba-1de8-4ec7-9c34-05e4e63a7736 798
2022-08-04T09:28:58.651Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json ASDC sendASDCNotification
2022-08-04T09:28:58.652Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json
2022-08-04T09:28:58.652Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-04T09:28:58.652Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:28:58.655Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:28:58.655Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605338651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:28:58.755Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:28:58.756Z||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-08-04T09:28:58.756Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:58.769Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:58.770Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:28:59.657Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCcbqeu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f43d7906-24da-469a-9d77-ddc736db8669",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e6ca6bd7-b577-4352-9e4c-420c00ffc100",
"vfModuleModelCustomizationUUID": "ca2c6feb-9310-4b82-b8f7-c6c6eb9f237b",
"isBase": true,
"artifacts": [
"a1480e7b-cd6f-482f-a951-64af60228c23",
"4dd988cd-cec7-4e0a-a20f-669335f75820"
],
"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-08-04T09:28:59.671Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCcbqeu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e6ca6bd7-b577-4352-9e4c-420c00ffc100
VfModuleModelInvariantUUID:f43d7906-24da-469a-9d77-ddc736db8669
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1480e7b-cd6f-482f-a951-64af60228c23
,
4dd988cd-cec7-4e0a-a20f-669335f75820
}
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-08-04T09:28:59.674Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCcbqeu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f43d7906-24da-469a-9d77-ddc736db8669",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e6ca6bd7-b577-4352-9e4c-420c00ffc100",
"vfModuleModelCustomizationUUID": "ca2c6feb-9310-4b82-b8f7-c6c6eb9f237b",
"isBase": true,
"artifacts": [
"a1480e7b-cd6f-482f-a951-64af60228c23",
"4dd988cd-cec7-4e0a-a20f-669335f75820"
],
"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-08-04T09:28:59.675Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCcbqeu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e6ca6bd7-b577-4352-9e4c-420c00ffc100
VfModuleModelInvariantUUID:f43d7906-24da-469a-9d77-ddc736db8669
VfModuleModelDescription:NULL
Artifacts UUID List:{
a1480e7b-cd6f-482f-a951-64af60228c23
,
4dd988cd-cec7-4e0a-a20f-669335f75820
}
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-08-04T09:28:59.675Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a1480e7b-cd6f-482f-a951-64af60228c23 from URL: /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml
2022-08-04T09:28:59.675Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-04T09:28:59.675Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml
2022-08-04T09:28:59.734Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-04T09:28:59.735Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml a1480e7b-cd6f-482f-a951-64af60228c23 5033
2022-08-04T09:28:59.735Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-04T09:28:59.736Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml
2022-08-04T09:28:59.736Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-04T09:28:59.736Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:28:59.739Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:28:59.739Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605339735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:28:59.839Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:28:59.840Z||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-08-04T09:28:59.841Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:28:59.854Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:28:59.855Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:29:00.740Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4dd988cd-cec7-4e0a-a20f-669335f75820 from URL: /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env
2022-08-04T09:29:00.741Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-04T09:29:00.741Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env
2022-08-04T09:29:00.791Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-04T09:29:00.791Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env 4dd988cd-cec7-4e0a-a20f-669335f75820 909
2022-08-04T09:29:00.791Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-04T09:29:00.792Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env
2022-08-04T09:29:00.792Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-04T09:29:00.792Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:29:00.794Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:29:00.794Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605340791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:29:00.895Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-04T09:29:00.897Z||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-08-04T09:29:00.897Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:29:00.919Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:29:00.920Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:29:01.797Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4de861e9-bac8-4e69-b47b-2a64352ed8d0
2022-08-04T09:29:01.798Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CcBqEu 0 dad5c817-2986-401c-830b-d207c2b766b4 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-08-04T09:29:01.846Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@613d099d, org.onap.sdc.toscaparser.api.parameters.Input@5093c88d, org.onap.sdc.toscaparser.api.parameters.Input@66abddf, org.onap.sdc.toscaparser.api.parameters.Input@131374e2, org.onap.sdc.toscaparser.api.parameters.Input@1aebe6fc]
2022-08-04T09:29:01.849Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.850Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:29:01.850Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-08-04T09:29:01.851Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f3c1fbe6-f783-412c-b3aa-d5c5346d16ac
2022-08-04T09:29:01.851Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f3c1fbe6-f783-412c-b3aa-d5c5346d16ac matches Tosca VF Customization UUID: f3c1fbe6-f783-412c-b3aa-d5c5346d16ac
2022-08-04T09:29:01.851Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f3c1fbe6-f783-412c-b3aa-d5c5346d16ac 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-08-04T09:29:01.858Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.858Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:29:01.859Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f3c1fbe6-f783-412c-b3aa-d5c5346d16ac: {\"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-08-04T09:29:01.860Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b1f682c
2022-08-04T09:29:01.860Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.860Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-04T09:29:01.861Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca2c6feb-9310-4b82-b8f7-c6c6eb9f237b
2022-08-04T09:29:01.862Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca2c6feb-9310-4b82-b8f7-c6c6eb9f237b
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-08-04T09:29:01.868Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.869Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria
2022-08-04T09:29:01.869Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:29:01.870Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.870Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria
2022-08-04T09:29:01.870Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:29:01.871Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.871Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is not matching search criteria
2022-08-04T09:29:01.871Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-04T09:29:01.872Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-04T09:29:01.872Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d8d64745-f82b-4788-932a-8144e9401ee0
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-08-04T09:29:01.887Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.894Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria
2022-08-04T09:29:01.894Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:29:01.895Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.895Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CcBqEu 0 is matching search criteria
2022-08-04T09:29:01.895Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CcBqEu 0] matching following query criteria: sdcType=VF, customizationUUID=f3c1fbe6-f783-412c-b3aa-d5c5346d16ac
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-08-04T09:29:01.898Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.898Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:29:01.899Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4de861e9-bac8-4e69-b47b-2a64352ed8d0: basic_onboard_CcBqEu
2022-08-04T09:29:01.899Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.900Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:29:01.900Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.900Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:29:01.901Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.901Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:29:01.901Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.902Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:29:01.902Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:29:01.902Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CcBqEu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:29:01.903Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_CcBqEu
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-08-04T09:29:02.124Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CcBqEu dad5c817-2986-401c-830b-d207c2b766b4 1 ASDC deployResourceStructure
2022-08-04T09:29:02.125Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json ASDC sendASDCNotification
2022-08-04T09:29:02.125Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json
2022-08-04T09:29:02.125Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-04T09:29:02.126Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:29:02.129Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:29:02.129Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605342125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-04T09:29:02.229Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:29:02.229Z||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-08-04T09:29:02.230Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:29:02.242Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:29:02.242Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-08-04T09:29:03.130Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-04T09:29:03.131Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml
2022-08-04T09:29:03.131Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-04T09:29:03.131Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:29:03.133Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:29:03.133Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605343130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-04T09:29:03.233Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-04T09:29:03.235Z||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-08-04T09:29:03.235Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:29:03.255Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:29:03.256Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:29:04.134Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-04T09:29:04.135Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env
2022-08-04T09:29:04.135Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-04T09:29:04.136Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:29:04.138Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:29:04.138Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605344134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-04T09:29:04.238Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:29:04.239Z||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-08-04T09:29:04.239Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:29:04.252Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:29:04.253Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:29:05.139Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar ASDC sendASDCNotification
2022-08-04T09:29:05.139Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar
2022-08-04T09:29:05.139Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-04T09:29:05.140Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:29:05.142Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:29:05.142Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605345139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:29:05.242Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:29:05.243Z||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-08-04T09:29:05.243Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:29:05.258Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:29:05.258Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:29:06.143Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:29:06.169Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:29:06.172Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:29:06.172Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:29:06.172Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:29:36.173Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:29:36.187Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:29:36.190Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:29:36.190Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:29:36.190Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:29:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:29:46.744Z||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-08-04T09:29:46.744Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:29:46.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:29:46.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:29:46.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605318234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:29:46.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:30:06.191Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:30:06.204Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:30:06.206Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:30:06.206Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:30:06.207Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:30:36.207Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:30:36.221Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:30:36.225Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:30:36.225Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:30:36.226Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:30:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:30:46.742Z||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-08-04T09:30:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:30:46.772Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:30:46.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:30:46.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "aai-ml",
"timestamp": 1659605325911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:30:46.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:06.226Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:31:06.248Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:31:06.251Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:31:06.251Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:31:06.251Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:31:36.251Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:31:36.262Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:31:36.264Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:31:36.265Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:31:36.265Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:31:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:31:46.742Z||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-08-04T09:31:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:31:46.782Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:31:46.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "clamp",
"timestamp": 1659605315573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605323311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605324323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "policy-id",
"timestamp": 1659605325608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605318234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "aai-ml",
"timestamp": 1659605325911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "clamp",
"timestamp": 1659605315573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605323311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605324323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "cds",
"timestamp": 1659605327670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "policy-id",
"timestamp": 1659605325608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605318234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "aai-ml",
"timestamp": 1659605325911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "clamp",
"timestamp": 1659605315573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605323311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605324323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "cds",
"timestamp": 1659605327670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "policy-id",
"timestamp": 1659605325608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605318234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "aai-ml",
"timestamp": 1659605325911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "clamp",
"timestamp": 1659605315573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605323311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605324323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "cds",
"timestamp": 1659605327670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "policy-id",
"timestamp": 1659605325608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605318234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "aai-ml",
"timestamp": 1659605325911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "clamp",
"timestamp": 1659605315573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605323311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605324323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "cds",
"timestamp": 1659605327670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "policy-id",
"timestamp": 1659605325608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "aai-ml",
"timestamp": 1659605325911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605332119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605332611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "cds",
"timestamp": 1659605327670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "policy-id",
"timestamp": 1659605325608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "aai-ml",
"timestamp": 1659605325911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "cds",
"timestamp": 1659605327670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:31:46.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605333198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605326739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "policy-id",
"timestamp": 1659605333400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "aai-ml",
"timestamp": 1659605333738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.820Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "cds",
"timestamp": 1659605327670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:31:46.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:31:46.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605334256,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "policy-id",
"timestamp": 1659605334411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:31:46.822Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605334971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "cds",
"timestamp": 1659605335464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.823Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "policy-id",
"timestamp": 1659605335415,
"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-08-04T09:31:46.833Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621
2022-08-04T09:31:46.834Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 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-08-04T09:31:46.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605335325,
"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-08-04T09:31:46.849Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621
2022-08-04T09:31:46.849Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 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-08-04T09:31:46.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "cds",
"timestamp": 1659605336482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-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-08-04T09:31:46.862Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621
2022-08-04T09:31:46.862Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 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-08-04T09:31:46.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605336331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-04T09:31:46.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605336985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:31:46.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605337990,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-04T09:31:46.878Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621
2022-08-04T09:31:46.878Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-04T09:31:46.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605338651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605339735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605340791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "clamp",
"timestamp": 1659605342308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:31:46.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605342125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/basic_onboard_ccbqeu0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-04T09:31:46.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605343130,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-04T09:31:46.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "clamp",
"timestamp": 1659605344316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:31:46.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605344134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/resourceInstances/basic_onboard_ccbqeu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-04T09:31:46.891Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "clamp",
"timestamp": 1659605345321,
"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-08-04T09:31:46.896Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621
2022-08-04T09:31:46.897Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 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-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605345139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:31:46.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "aai-ml",
"timestamp": 1659605346126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcbqeu/1.0/artifacts/service-BasicOnboardCcbqeu-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:31:46.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:31:46.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "aai-ml",
"timestamp": 1659605347131,
"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-08-04T09:31:46.910Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4d8e75f-8ae5-4573-ac0a-32718ef84621
2022-08-04T09:31:46.910Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d8e75f-8ae5-4573-ac0a-32718ef84621 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-08-04T09:32:06.265Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:32:06.291Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621
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-08-04T09:32:06.294Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:32:06.295Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-04T09:32:06.295Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-04T09:32:06.295Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-04T09:32:06.296Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:32:06.296Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:32:06.296Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:32:06.296Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:32:06.297Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:32:06.297Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:32:06.297Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-04T09:32:06.304Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-04T09:32:36.304Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 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-08-04T09:32:36.317Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4d8e75f-8ae5-4573-ac0a-32718ef84621 and serviceModelVersionId: 4de861e9-bac8-4e69-b47b-2a64352ed8d0
2022-08-04T09:32:36.318Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c61d2f4-b8eb-4f3f-88a2-b6802123c979
2022-08-04T09:32:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:32:46.742Z||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-08-04T09:32:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:32:46.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:32:46.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "clamp",
"timestamp": 1659605435573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605438236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605443311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "clamp",
"timestamp": 1659605435573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:32:46.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605438236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605443311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605444323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "clamp",
"timestamp": 1659605435573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605438236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605443311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605444323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:32:46.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "policy-id",
"timestamp": 1659605445608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "clamp",
"timestamp": 1659605435573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:46.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:32:46.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605438236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:46.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:32:52.869Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0
2022-08-04T09:32:52.995Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-04T09:32:53.520Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|INFO|500||Invoke
2022-08-04T09:32:53.529Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4d8e75f-8ae5-4573-ac0a-32718ef84621], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ea72523b-cec3-4cf9-8987-28ebe7baf0a1], X-ECOMP-RequestID=[d4d8e75f-8ae5-4573-ac0a-32718ef84621], X-TransactionId=[], X-ONAP-RequestID=[d4d8e75f-8ae5-4573-ac0a-32718ef84621], Content-Type=[application/merge-patch+json]}
2022-08-04T09:32:53.673Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-04T09:32:53.871Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?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/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220804-09:32:53:469-38069], vertex-id=[335872], Content-Length=[0], Date=[Thu, 04 Aug 2022 09:32:53 GMT], Content-Type=[application/json]}
2022-08-04T09:32:53.873Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-04T09:32:53.876Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c61d2f4-b8eb-4f3f-88a2-b6802123c979/model-vers/model-ver/4de861e9-bac8-4e69-b47b-2a64352ed8d0?depth=0|INFO|500||InvokeReturn
2022-08-04T09:32:53.882Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-04T09:32:53.883Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-04T09:32:53.895Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-04T09:32:53.897Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4d8e75f-8ae5-4573-ac0a-32718ef84621 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-04T09:32:53.899Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-04T09:32:53.900Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:32:53.903Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:32:53.904Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605573897,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-04T09:32:54.003Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-04T09:32:54.005Z||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-08-04T09:32:54.005Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:32:54.022Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:32:54.023Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-04T09:32:54.918Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:32:54.919Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|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-08-04T09:32:54.919Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:32:59.351Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:32:59.352Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-04T09:32:59.352Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"237a8561-7abb-4d3d-8a3a-c6d0848b1080","serviceName":"vFW 2022-08-04 09-29-52","serviceVersion":"1.0","serviceUUID":"dba40b91-f69f-49a8-99d1-ef5acd0e0bb3","serviceDescription":"catalog service description","serviceInvariantUUID":"dd1a97ee-69a6-4aa5-9648-2698b1785232","resources":[{"resourceInstanceName":"vFW 082ffcc5-31aa 0","resourceName":"vFW 082ffcc5-31aa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e24ef83c-1641-4f3d-9548-5c27426bcf61","resourceInvariantUUID":"72a3884c-34a5-443f-a024-01d2f33f90df","resourceCustomizationUUID":"812b4bfd-9f29-4d50-9e15-8cc370ed11e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml","artifactChecksum":"ZjM1YmM0MjBmZTMxMjE1NWVmMTBjNDhhMTI0NmEwMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30d5c28a-3fa4-43d6-ae48-7d8a89d55ae0","artifactVersion":"1"},{"artifactName":"vfw082ffcc531aa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json","artifactChecksum":"NmU5OTM0MTc2YmY0ZDJjYzFhODdjY2Y2ODU1N2NhN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30827a64-fd52-454e-968a-99b639104620","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml","artifactChecksum":"OTczNmZhZmUwMjc4NjgyYzI1MThkNGRmZWQ3NzRiMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"231f62e6-a827-458f-8d2e-2cd5e6c814a4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2bce2208-e23f-4581-9daf-be7153895cdb","artifactVersion":"2","generatedFromUUID":"d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220804092952-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml","artifactChecksum":"MjM1N2M4YzYzY2U3NzFmNDNkZjhjMTk2MzE3NzFmY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ff92b82-a108-408e-b24e-3334b3ed4606","artifactVersion":"1"},{"artifactName":"service-Vfw20220804092952-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar","artifactChecksum":"MmY2NzYzNDA4NTE0ZTkyMTZlYzFhNWFkZWEwYmU0NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7f1820e-7305-4946-a5fd-a6196d201b2a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-04T09:32:59.359Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:32:59.360Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:32:59.363Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:32:59.363Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:32:59.463Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:32:59.464Z||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-08-04T09:32:59.464Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:32:59.499Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:32:59.499Z||pool-19-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:00.363Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:33:00.365Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:00.368Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:00.368Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:33:00.469Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-04T09:33:00.470Z||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-08-04T09:33:00.471Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:00.503Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:00.504Z||pool-20-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-08-04T09:33:01.371Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:33:01.371Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:01.375Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:01.375Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:33:01.476Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:33:01.477Z||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-08-04T09:33:01.477Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:01.492Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:01.493Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:02.376Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:33:02.377Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:02.378Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:02.379Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:02.479Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:33:02.480Z||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-08-04T09:33:02.480Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:02.495Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:02.496Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:03.379Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:33:03.380Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:03.382Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:03.382Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-04T09:33:03.482Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:33:03.483Z||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-08-04T09:33:03.483Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:03.500Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:03.500Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:04.382Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:33:04.383Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:04.385Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:04.385Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:04.486Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:33:04.487Z||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-08-04T09:33:04.487Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:04.502Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:04.503Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:05.386Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:33:05.387Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:05.388Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:05.388Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:33:05.489Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-04T09:33:05.490Z||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-08-04T09:33:05.490Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:05.504Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:05.504Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:06.390Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"serviceName": "vFW 2022-08-04 09-29-52",
"serviceVersion": "1.0",
"serviceUUID": "dba40b91-f69f-49a8-99d1-ef5acd0e0bb3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "dd1a97ee-69a6-4aa5-9648-2698b1785232",
"resources": [
{
"resourceInstanceName": "vFW 082ffcc5-31aa 0",
"resourceCustomizationUUID": "812b4bfd-9f29-4d50-9e15-8cc370ed11e2",
"resourceName": "vFW 082ffcc5-31aa",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e24ef83c-1641-4f3d-9548-5c27426bcf61",
"resourceInvariantUUID": "72a3884c-34a5-443f-a024-01d2f33f90df",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw082ffcc531aa0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"artifactChecksum": "NmU5OTM0MTc2YmY0ZDJjYzFhODdjY2Y2ODU1N2NhN2U\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "30827a64-fd52-454e-968a-99b639104620",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2bce2208-e23f-4581-9daf-be7153895cdb",
"generatedFromUUID": "d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2bce2208-e23f-4581-9daf-be7153895cdb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220804092952-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"artifactChecksum": "MmY2NzYzNDA4NTE0ZTkyMTZlYzFhNWFkZWEwYmU0NDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f7f1820e-7305-4946-a5fd-a6196d201b2a"
}
],
"workloadContext": "Production"
}
2022-08-04T09:33:06.391Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-04T09:33:06.391Z|d4d8e75f-8ae5-4573-ac0a-32718ef84621|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dba40b91-f69f-49a8-99d1-ef5acd0e0bb3 ASDC
2022-08-04T09:33:06.391Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:237a8561-7abb-4d3d-8a3a-c6d0848b1080
ServiceName:vFW 2022-08-04 09-29-52
ServiceVersion:1.0
ServiceUUID:dba40b91-f69f-49a8-99d1-ef5acd0e0bb3
ServiceInvariantUUID:dd1a97ee-69a6-4aa5-9648-2698b1785232
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220804092952-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar
ArtifactUUID:f7f1820e-7305-4946-a5fd-a6196d201b2a
ArtifactChecksum:MmY2NzYzNDA4NTE0ZTkyMTZlYzFhNWFkZWEwYmU0NDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 082ffcc5-31aa 0
ResourceCustomizationUUID:812b4bfd-9f29-4d50-9e15-8cc370ed11e2
ResourceInvariantUUID:72a3884c-34a5-443f-a024-01d2f33f90df
ResourceName:vFW 082ffcc5-31aa
ResourceType:VF
ResourceUUID:e24ef83c-1641-4f3d-9548-5c27426bcf61
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw082ffcc531aa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json
ArtifactUUID:30827a64-fd52-454e-968a-99b639104620
ArtifactChecksum:NmU5OTM0MTc2YmY0ZDJjYzFhODdjY2Y2ODU1N2NhN2U=
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/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml
ArtifactUUID:d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8
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/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env
ArtifactUUID:2bce2208-e23f-4581-9daf-be7153895cdb
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/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env
ArtifactUUID:2bce2208-e23f-4581-9daf-be7153895cdb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-04T09:33:06.392Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dba40b91-f69f-49a8-99d1-ef5acd0e0bb3 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-08-04T09:33:06.428Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-04T09:33:06.429Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-04T09:33:06.429Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-04T09:33:06.429Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f7f1820e-7305-4946-a5fd-a6196d201b2a from URL: /sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:06.429Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-04T09:33:06.430Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:06.514Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-04T09:33:06.519Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar f7f1820e-7305-4946-a5fd-a6196d201b2a 99016
2022-08-04T09:33:06.519Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar ASDC sendASDCNotification
2022-08-04T09:33:06.519Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:06.519Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-04T09:33:06.519Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:06.521Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:06.522Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605586519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:06.622Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:33:06.623Z||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-08-04T09:33:06.623Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:06.638Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:06.639Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:07.522Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-04T09:33:07.523Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-08-04T09:33:07.523Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f7f1820e-7305-4946-a5fd-a6196d201b2a, URL: /sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar to file: /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:07.524Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220804092952-csar.csar
2022-08-04T09:33:07.524Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:07.524Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:07.703Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12072713168301051343/Definitions/service-Vfw20220804092952-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-08-04T09:33:09.890Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||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-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||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-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.891Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||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-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.892Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 082ffcc5-31aa 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-Vfw20220804092952-csar.csar
2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:09.893Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:09.894Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-04T09:33:09.894Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-04T09:33:09.894Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.894Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:09.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:09.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-08-04T09:33:09.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-04T09:33:09.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.895Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria
2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:09.896Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.897Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-04T09:33:09.898Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.899Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-04T09:33:09.899Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.899Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:09.899Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:33:09.899Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:09.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:33:09.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:09.900Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria
2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-04T09:33:09.901Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-04T09:33:09.902Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=439186da-6fd0-42a2-83d6-82bfeb83ca89
2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria
2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:09.903Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-04T09:33:09.904Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17e7e171-b6f3-4208-99fb-ec43404a024d
2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria
2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-04T09:33:09.905Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-04T09:33:09.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:09.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-04T09:33:09.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.906Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-04T09:33:09.907Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6fb7582f-073a-4d08-b8bd-8bdc4841ed98
2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:09.908Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:09.909Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:09.909Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-04 09-29-52
Description:catalog service description
Model UUID:dba40b91-f69f-49a8-99d1-ef5acd0e0bb3
Model Version:NULL
Model InvariantUuid:dd1a97ee-69a6-4aa5-9648-2698b1785232
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 082ffcc5-31aa
Model UUID:547906a1-a4dd-4a28-a0df-2f4296bb52cc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:72a3884c-34a5-443f-a024-01d2f33f90df
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:812b4bfd-9f29-4d50-9e15-8cc370ed11e2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:49f001c5-d58c-4e65-ae86-e9005fac2213
ModelName:Vfw082ffcc531aa..base_vfw..module-0
ModelUuid:88d70c75-b99d-4f39-a7f3-e47155f02c2c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:439186da-6fd0-42a2-83d6-82bfeb83ca89
ModelInvariantUuid:e1ebeb15-a08d-4215-8db3-22a3129fd5d4
ModelName:vFW 082ffcc5-31aa-nodes.vfwCvfc
ModelUuid:01846418-a22d-41f9-b036-67c68c43ec32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ae5eb5b4-df85-48e4-bcaa-f0034a1ab78f
ModelInvariantUuid:1703d800-e7df-49d8-a2ac-3cfbc35b8957
ModelName:Vfw082ffcc531aa.compute.nodes.heat.vfw
ModelUuid:1b8e5324-39a4-411c-962b-3db9d7679f21
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:17e7e171-b6f3-4208-99fb-ec43404a024d
ModelInvariantUuid:9076a0bf-59d3-40dc-9ede-5c170e498d6f
ModelName:vFW 082ffcc5-31aa-nodes.vsnCvfc
ModelUuid:e05c86bc-d49c-40fe-9876-ea515adc475e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6a99adb9-8448-4184-93f7-18251e67f3e8
ModelInvariantUuid:2e451a0a-e6f5-48ab-afcc-3d174e9d2579
ModelName:Vfw082ffcc531aa.compute.nodes.heat.vsn
ModelUuid:38d98937-7dfb-417e-b6e1-387accf59fb8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6fb7582f-073a-4d08-b8bd-8bdc4841ed98
ModelInvariantUuid:6381088a-7913-4316-af47-795e98363853
ModelName:vFW 082ffcc5-31aa-nodes.vpgCvfc
ModelUuid:4a1a9a4f-c48d-4eb5-8981-a4bae1c11236
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f9acfb23-576b-4057-9080-d1300e2b1fd7
ModelInvariantUuid:d144cbe7-81aa-4749-a2e7-6892d6887340
ModelName:Vfw082ffcc531aa.compute.nodes.heat.vpg
ModelUuid:e6117d30-32d8-4d35-b5bb-912e98d71060
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-08-04T09:33:09.920Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e24ef83c-1641-4f3d-9548-5c27426bcf61
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-08-04T09:33:09.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||vFW 082ffcc5-31aa 0
2022-08-04T09:33:09.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e24ef83c-1641-4f3d-9548-5c27426bcf61
2022-08-04T09:33:09.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 30827a64-fd52-454e-968a-99b639104620 from URL: /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json
2022-08-04T09:33:09.924Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-04T09:33:09.925Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json
2022-08-04T09:33:10.029Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-04T09:33:10.030Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json 30827a64-fd52-454e-968a-99b639104620 785
2022-08-04T09:33:10.030Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json ASDC sendASDCNotification
2022-08-04T09:33:10.030Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json
2022-08-04T09:33:10.030Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-04T09:33:10.031Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:10.033Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:10.033Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605590030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:10.133Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:33:10.134Z||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-08-04T09:33:10.134Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:10.148Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:10.150Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-04T09:33:11.034Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw082ffcc531aa..base_vfw..module-0",
"vfModuleModelInvariantUUID": "49f001c5-d58c-4e65-ae86-e9005fac2213",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "88d70c75-b99d-4f39-a7f3-e47155f02c2c",
"vfModuleModelCustomizationUUID": "957b4dfc-e80a-46f3-9f28-d901efe98574",
"isBase": true,
"artifacts": [
"d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8",
"2bce2208-e23f-4581-9daf-be7153895cdb"
],
"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-08-04T09:33:11.040Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw082ffcc531aa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88d70c75-b99d-4f39-a7f3-e47155f02c2c
VfModuleModelInvariantUUID:49f001c5-d58c-4e65-ae86-e9005fac2213
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8
,
2bce2208-e23f-4581-9daf-be7153895cdb
}
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-08-04T09:33:11.043Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw082ffcc531aa..base_vfw..module-0",
"vfModuleModelInvariantUUID": "49f001c5-d58c-4e65-ae86-e9005fac2213",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "88d70c75-b99d-4f39-a7f3-e47155f02c2c",
"vfModuleModelCustomizationUUID": "957b4dfc-e80a-46f3-9f28-d901efe98574",
"isBase": true,
"artifacts": [
"d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8",
"2bce2208-e23f-4581-9daf-be7153895cdb"
],
"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-08-04T09:33:11.043Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw082ffcc531aa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:88d70c75-b99d-4f39-a7f3-e47155f02c2c
VfModuleModelInvariantUUID:49f001c5-d58c-4e65-ae86-e9005fac2213
VfModuleModelDescription:NULL
Artifacts UUID List:{
d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8
,
2bce2208-e23f-4581-9daf-be7153895cdb
}
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-08-04T09:33:11.044Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8 from URL: /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml
2022-08-04T09:33:11.044Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-04T09:33:11.044Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml
2022-08-04T09:33:11.094Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-04T09:33:11.094Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml d1bcfb49-b67c-4c3d-a9c6-9ed9f0b695c8 20368
2022-08-04T09:33:11.095Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-04T09:33:11.095Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml
2022-08-04T09:33:11.095Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-04T09:33:11.095Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:11.097Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:11.097Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605591095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:11.198Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:33:11.199Z||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-08-04T09:33:11.199Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:11.214Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:11.214Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-04T09:33:12.098Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2bce2208-e23f-4581-9daf-be7153895cdb from URL: /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env
2022-08-04T09:33:12.099Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-08-04T09:33:12.099Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env
2022-08-04T09:33:12.146Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-08-04T09:33:12.147Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env 2bce2208-e23f-4581-9daf-be7153895cdb 2098
2022-08-04T09:33:12.147Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-04T09:33:12.148Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env
2022-08-04T09:33:12.148Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-04T09:33:12.148Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:12.150Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:12.150Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605592147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:12.250Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:33:12.251Z||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-08-04T09:33:12.252Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:12.270Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:12.271Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:13.151Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: dba40b91-f69f-49a8-99d1-ef5acd0e0bb3
2022-08-04T09:33:13.151Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 082ffcc5-31aa 0 e24ef83c-1641-4f3d-9548-5c27426bcf61 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-08-04T09:33:13.167Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71602f19, org.onap.sdc.toscaparser.api.parameters.Input@1ec63fc9, org.onap.sdc.toscaparser.api.parameters.Input@4891627c, org.onap.sdc.toscaparser.api.parameters.Input@5ac0882c, org.onap.sdc.toscaparser.api.parameters.Input@2a286c8a]
2022-08-04T09:33:13.169Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.169Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:13.170Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-08-04T09:33:13.170Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 812b4bfd-9f29-4d50-9e15-8cc370ed11e2
2022-08-04T09:33:13.170Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 812b4bfd-9f29-4d50-9e15-8cc370ed11e2 matches Tosca VF Customization UUID: 812b4bfd-9f29-4d50-9e15-8cc370ed11e2
2022-08-04T09:33:13.170Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 812b4bfd-9f29-4d50-9e15-8cc370ed11e2 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-08-04T09:33:13.172Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.172Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:13.173Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 812b4bfd-9f29-4d50-9e15-8cc370ed11e2: {\"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-08-04T09:33:13.173Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18215723
2022-08-04T09:33:13.173Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.174Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-04T09:33:13.174Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 957b4dfc-e80a-46f3-9f28-d901efe98574
2022-08-04T09:33:13.174Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 957b4dfc-e80a-46f3-9f28-d901efe98574
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-08-04T09:33:13.176Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.176Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:13.176Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:33:13.177Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.177Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:13.177Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:33:13.177Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria
2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-04T09:33:13.178Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-04T09:33:13.179Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-04T09:33:13.179Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:13.179Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-04T09:33:13.179Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:13.179Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-04T09:33:13.180Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-04T09:33:13.180Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=439186da-6fd0-42a2-83d6-82bfeb83ca89
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-08-04T09:33:13.183Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.183Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:13.183Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:33:13.184Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.184Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria
2022-08-04T09:33:13.185Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-04T09:33:13.185Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-04T09:33:13.185Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:13.186Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-04T09:33:13.186Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-04T09:33:13.186Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-04T09:33:13.187Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-04T09:33:13.187Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-04T09:33:13.187Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-04T09:33:13.187Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:13.188Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-04T09:33:13.188Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-04T09:33:13.188Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17e7e171-b6f3-4208-99fb-ec43404a024d
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-08-04T09:33:13.191Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.192Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:13.192Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:33:13.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.196Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is not matching search criteria
2022-08-04T09:33:13.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-04T09:33:13.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-04T09:33:13.197Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:13.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-04T09:33:13.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-04T09:33:13.198Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-04T09:33:13.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-04T09:33:13.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-04T09:33:13.199Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-04T09:33:13.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-04T09:33:13.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-04T09:33:13.200Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-04T09:33:13.201Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6fb7582f-073a-4d08-b8bd-8bdc4841ed98
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-08-04T09:33:13.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.204Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:13.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-04T09:33:13.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.205Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Node template vFW 082ffcc5-31aa 0 is matching search criteria
2022-08-04T09:33:13.206Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 082ffcc5-31aa 0] matching following query criteria: sdcType=VF, customizationUUID=812b4bfd-9f29-4d50-9e15-8cc370ed11e2
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-08-04T09:33:13.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.208Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:13.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid dba40b91-f69f-49a8-99d1-ef5acd0e0bb3: vFW 082ffcc5-31aa
2022-08-04T09:33:13.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.209Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:13.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:13.210Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:13.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.211Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:13.212Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:33:13.212Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-04 09-29-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:33:13.212Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-08-04 09-29-52
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-08-04T09:33:13.402Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 082ffcc5-31aa e24ef83c-1641-4f3d-9548-5c27426bcf61 1 ASDC deployResourceStructure
2022-08-04T09:33:13.402Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json ASDC sendASDCNotification
2022-08-04T09:33:13.402Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json
2022-08-04T09:33:13.402Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-04T09:33:13.403Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:13.405Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:13.405Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605593402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-04T09:33:13.505Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:33:13.506Z||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-08-04T09:33:13.507Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:13.521Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:13.521Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:14.406Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-04T09:33:14.407Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml
2022-08-04T09:33:14.407Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-04T09:33:14.408Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:14.410Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:14.410Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605594406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-04T09:33:14.510Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:33:14.511Z||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-08-04T09:33:14.511Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:14.526Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:14.527Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:15.412Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-04T09:33:15.413Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env
2022-08-04T09:33:15.413Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-04T09:33:15.413Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:15.416Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:15.416Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605595412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-04T09:33:15.517Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-04T09:33:15.518Z||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-08-04T09:33:15.518Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:15.545Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:15.546Z||pool-32-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:33:16.420Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar ASDC sendASDCNotification
2022-08-04T09:33:16.420Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar
2022-08-04T09:33:16.420Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-04T09:33:16.421Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:33:16.424Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:33:16.424Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605596419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:33:16.524Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-04T09:33:16.525Z||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-08-04T09:33:16.525Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:16.539Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:16.540Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-04T09:33:17.425Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080
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-08-04T09:33:17.439Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080
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-08-04T09:33:17.443Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:33:17.443Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:33:17.444Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:33:46.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:33:46.743Z||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-08-04T09:33:46.743Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:33:46.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:33:46.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605443311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "aai-ml",
"timestamp": 1659605445910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605444323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:33:46.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "policy-id",
"timestamp": 1659605445608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "clamp",
"timestamp": 1659605435573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605438236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605443311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "aai-ml",
"timestamp": 1659605445910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605444323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "cds",
"timestamp": 1659605447670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "policy-id",
"timestamp": 1659605445608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:33:46.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "clamp",
"timestamp": 1659605435573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605438236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605443311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "aai-ml",
"timestamp": 1659605445910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605444323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-04T09:33:46.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "cds",
"timestamp": 1659605447670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "policy-id",
"timestamp": 1659605445608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "clamp",
"timestamp": 1659605435573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:33:46.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "ves-openapi-manager",
"timestamp": 1659605438236,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605443311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:33:46.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "aai-ml",
"timestamp": 1659605445910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605444323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "cds",
"timestamp": 1659605447670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "policy-id",
"timestamp": 1659605445608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605451167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:46.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "aai-ml",
"timestamp": 1659605445910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605444323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:33:46.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "cds",
"timestamp": 1659605447670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "policy-id",
"timestamp": 1659605445608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "aai-ml",
"timestamp": 1659605445910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605452090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:46.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "cds",
"timestamp": 1659605447670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "policy-id",
"timestamp": 1659605445608,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:33:46.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "aai-ml",
"timestamp": 1659605445910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:33:46.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "cds",
"timestamp": 1659605447670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:33:46.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605453163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:46.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "policy-id",
"timestamp": 1659605453365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:46.808Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "aai-ml",
"timestamp": 1659605453658,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:46.809Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "cds",
"timestamp": 1659605447670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:33:46.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-04T09:33:46.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605454219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:46.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605454741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:33:46.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "policy-id",
"timestamp": 1659605454369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:33:46.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "cds",
"timestamp": 1659605455443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:46.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605455243,
"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-08-04T09:33:46.820Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080
2022-08-04T09:33:46.820Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 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-08-04T09:33:46.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659605455745,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-04T09:33:46.836Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080
2022-08-04T09:33:46.836Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-04T09:33:46.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "policy-id",
"timestamp": 1659605455372,
"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-08-04T09:33:46.849Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080
2022-08-04T09:33:46.850Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 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-08-04T09:33:46.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "cds",
"timestamp": 1659605456450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-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-08-04T09:33:46.864Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080
2022-08-04T09:33:46.864Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 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-08-04T09:33:46.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659605456247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-04T09:33:46.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "clamp",
"timestamp": 1659605462317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:33:46.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "clamp",
"timestamp": 1659605464326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:33:46.876Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "aai-ml",
"timestamp": 1659605463734,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:33:46.877Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:33:46.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "clamp",
"timestamp": 1659605465329,
"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-08-04T09:33:46.882Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080
2022-08-04T09:33:46.882Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 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-08-04T09:33:46.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-04T09:33:46.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "aai-ml",
"timestamp": 1659605464738,
"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-08-04T09:33:46.902Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 237a8561-7abb-4d3d-8a3a-c6d0848b1080
2022-08-04T09:33:46.903Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 237a8561-7abb-4d3d-8a3a-c6d0848b1080 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-08-04T09:33:47.444Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080
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-08-04T09:33:47.455Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080
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-08-04T09:33:47.460Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:33:47.460Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:33:47.461Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:33:47.462Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:33:47.462Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:33:47.462Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-04T09:33:47.467Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-04T09:34:17.468Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080 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-08-04T09:34:17.473Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and serviceModelVersionId: dba40b91-f69f-49a8-99d1-ef5acd0e0bb3
2022-08-04T09:34:17.474Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd1a97ee-69a6-4aa5-9648-2698b1785232
2022-08-04T09:34:17.475Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0
2022-08-04T09:34:17.481Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-08-04T09:34:17.531Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|INFO|500||Invoke
2022-08-04T09:34:17.531Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[237a8561-7abb-4d3d-8a3a-c6d0848b1080], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2afa82f-5cf5-44b1-b1b7-505a717394ff], X-ECOMP-RequestID=[237a8561-7abb-4d3d-8a3a-c6d0848b1080], X-TransactionId=[], X-ONAP-RequestID=[237a8561-7abb-4d3d-8a3a-c6d0848b1080], Content-Type=[application/merge-patch+json]}
2022-08-04T09:34:17.557Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-04T09:34:17.653Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?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/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220804-09:34:17:353-59799], vertex-id=[389136], Content-Length=[0], Date=[Thu, 04 Aug 2022 09:34:17 GMT], Content-Type=[application/json]}
2022-08-04T09:34:17.653Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-04T09:34:17.654Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd1a97ee-69a6-4aa5-9648-2698b1785232/model-vers/model-ver/dba40b91-f69f-49a8-99d1-ef5acd0e0bb3?depth=0|INFO|500||InvokeReturn
2022-08-04T09:34:17.654Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-04T09:34:17.655Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-04T09:34:17.659Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-04T09:34:17.660Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 237a8561-7abb-4d3d-8a3a-c6d0848b1080 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-04T09:34:17.660Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-04T09:34:17.660Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:34:17.662Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:34:17.662Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605657660,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-04T09:34:17.762Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-04T09:34:17.764Z||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-08-04T09:34:17.764Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:34:17.797Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:34:17.798Z||pool-34-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-04T09:34:18.674Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:34:18.674Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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-08-04T09:34:18.674Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:34:28.223Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:34:28.224Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:34:28.224Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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-08-04T09:34:28.225Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:34:37.761Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:34:37.762Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:34:37.763Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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-08-04T09:34:37.763Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:34:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:34:46.742Z||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-08-04T09:34:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:34:46.786Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:34:46.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d4d8e75f-8ae5-4573-ac0a-32718ef84621",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605573897,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-04T09:34:46.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:34:46.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:34:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:34:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:34:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:34:46.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:34:46.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:34:46.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:34:46.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:34:46.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-04T09:34:46.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:34:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:34:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:34:46.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605574918,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:34:46.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:34:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605586519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:34:46.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:34:46.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605590030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:34:46.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:34:46.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605591095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:34:46.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:34:46.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605592147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:34:46.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:34:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605593402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/vfw082ffcc531aa0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-04T09:34:46.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:34:46.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605594406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-04T09:34:46.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:34:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605595412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/resourceInstances/vfw082ffcc531aa0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-04T09:34:46.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:34:46.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:34:46.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605596419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220804092952/1.0/artifacts/service-Vfw20220804092952-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:34:46.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:34:47.320Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:34:47.321Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:34:47.321Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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-08-04T09:34:47.321Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:34:56.868Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:34:56.869Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:34:56.870Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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-08-04T09:34:56.870Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:35:06.423Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:35:46.739Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:35:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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-08-04T09:35:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:35:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:35:46.741Z||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-08-04T09:35:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:35:47.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:35:47.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:35:47.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "237a8561-7abb-4d3d-8a3a-c6d0848b1080",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659605657660,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-04T09:35:47.270Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:35:56.300Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:36:46.739Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:36:46.739Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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-08-04T09:36:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:36:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:36:46.741Z||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-08-04T09:36:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:36:56.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:36:56.305Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:37:46.739Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:37:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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-08-04T09:37:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:37:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:37:46.744Z||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-08-04T09:37:46.744Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:37:56.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:37:56.308Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:38:46.739Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:38:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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-08-04T09:38:46.740Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:38:46.741Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:38:46.741Z||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-08-04T09:38:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:38:56.306Z|237a8561-7abb-4d3d-8a3a-c6d0848b1080|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:38:56.309Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:39:46.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:39:46.740Z||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-08-04T09:39:46.740Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:39:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:39:46.742Z||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-08-04T09:39:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:39:56.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:39:56.306Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:40:46.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:40:46.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:40:46.742Z||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-08-04T09:40:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:40:46.742Z||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-08-04T09:40:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:40:56.310Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:40:56.310Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:41:46.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:41:46.740Z||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-08-04T09:41:46.741Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:41:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:41:46.742Z||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-08-04T09:41:46.742Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:41:47.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:41:47.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606084323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:41:47.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606078234,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:41:47.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "policy-id",
"timestamp": 1659606085608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:41:47.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606084323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:41:47.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606078234,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:41:47.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "policy-id",
"timestamp": 1659606085608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:41:47.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "policy-id",
"timestamp": 1659606091146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:41:47.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:41:47.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "policy-id",
"timestamp": 1659606092152,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:41:47.238Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:41:47.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "policy-id",
"timestamp": 1659606093156,
"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=?
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-08-04T09:41:47.266Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2dbeebf-3055-4b17-8369-71391eed665a
2022-08-04T09:41:47.267Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2dbeebf-3055-4b17-8369-71391eed665a 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-08-04T09:41:47.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "cds",
"timestamp": 1659606092671,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:41:47.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "cds",
"timestamp": 1659606092671,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:41:47.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "cds",
"timestamp": 1659606095394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:41:47.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:41:47.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "clamp",
"timestamp": 1659606095573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:41:47.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "cds",
"timestamp": 1659606096401,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-04T09:41:47.285Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2dbeebf-3055-4b17-8369-71391eed665a
2022-08-04T09:41:47.286Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2dbeebf-3055-4b17-8369-71391eed665a 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-08-04T09:41:47.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "clamp",
"timestamp": 1659606095573,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:41:47.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "clamp",
"timestamp": 1659606103415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:41:47.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:41:47.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606103312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:41:47.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "clamp",
"timestamp": 1659606104444,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:41:47.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:41:47.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606103312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:41:47.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:41:47.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "clamp",
"timestamp": 1659606105449,
"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-08-04T09:41:47.307Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2dbeebf-3055-4b17-8369-71391eed665a
2022-08-04T09:41:47.307Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2dbeebf-3055-4b17-8369-71391eed665a 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-08-04T09:41:47.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606106157,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:41:47.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:41:47.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:41:47.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-04T09:41:47.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2dbeebf-3055-4b17-8369-71391eed665a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c07ad3e4-d405-494b-b9de-50033624d932","serviceDescription":"service","serviceInvariantUUID":"0eff8321-e1ba-4a94-ba90-9982419e43d4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7154c28e-6d36-45ce-b9bb-b216b48d75fe","resourceInvariantUUID":"7d567ad0-ff28-456c-bc68-f4e4161fe393","resourceCustomizationUUID":"8bd56a97-6437-446c-a429-87d8422f06a2","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MWRhZjFiODY5M2NlOWY2NDNhZGFjODczMmU5M2IzYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8eea862-f6e1-4c6c-90c1-937474f7ca49","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yjg0OWIzMTJkOWNkZGU3NjFmM2NmNzYxY2U4ZGRkNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b04e75d-c5d6-44f4-b727-a0c4a10544c2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-04T09:41:47.406Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:41:47.407Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:41:47.410Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:41:47.410Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606106739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:41:47.513Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-04T09:41:47.514Z||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-08-04T09:41:47.514Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:41:47.529Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:41:47.529Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:41:48.411Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:41:48.412Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:41:48.417Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:41:48.417Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606106739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:41:48.515Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-04T09:41:48.516Z||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-08-04T09:41:48.516Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:41:48.527Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:41:48.528Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:41:49.418Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c07ad3e4-d405-494b-b9de-50033624d932",
"serviceDescription": "service",
"serviceInvariantUUID": "0eff8321-e1ba-4a94-ba90-9982419e43d4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8bd56a97-6437-446c-a429-87d8422f06a2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "7154c28e-6d36-45ce-b9bb-b216b48d75fe",
"resourceInvariantUUID": "7d567ad0-ff28-456c-bc68-f4e4161fe393",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "Yjg0OWIzMTJkOWNkZGU3NjFmM2NmNzYxY2U4ZGRkNDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b04e75d-c5d6-44f4-b727-a0c4a10544c2"
}
],
"workloadContext": "Production"
}
2022-08-04T09:41:49.419Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-04T09:41:49.419Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c07ad3e4-d405-494b-b9de-50033624d932 ASDC
2022-08-04T09:41:49.420Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a2dbeebf-3055-4b17-8369-71391eed665a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c07ad3e4-d405-494b-b9de-50033624d932
ServiceInvariantUUID:0eff8321-e1ba-4a94-ba90-9982419e43d4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:2b04e75d-c5d6-44f4-b727-a0c4a10544c2
ArtifactChecksum:Yjg0OWIzMTJkOWNkZGU3NjFmM2NmNzYxY2U4ZGRkNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8bd56a97-6437-446c-a429-87d8422f06a2
ResourceInvariantUUID:7d567ad0-ff28-456c-bc68-f4e4161fe393
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7154c28e-6d36-45ce-b9bb-b216b48d75fe
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-08-04T09:41:49.421Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c07ad3e4-d405-494b-b9de-50033624d932 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-08-04T09:41:49.458Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-04T09:41:49.460Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-04T09:41:49.460Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-04T09:41:49.460Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b04e75d-c5d6-44f4-b727-a0c4a10544c2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-04T09:41:49.460Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-04T09:41:49.460Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-04T09:41:49.564Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-04T09:41:49.568Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2b04e75d-c5d6-44f4-b727-a0c4a10544c2 52510
2022-08-04T09:41:49.568Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-04T09:41:49.568Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-04T09:41:49.569Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-04T09:41:49.569Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:41:49.573Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:41:49.573Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606109568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:41:49.675Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-04T09:41:49.676Z||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-08-04T09:41:49.676Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:41:49.689Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:41:49.690Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:41:50.574Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-04T09:41:50.574Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-04T09:41:50.575Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2b04e75d-c5d6-44f4-b727-a0c4a10544c2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:50.575Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-04T09:41:50.576Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:50.576Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:50.716Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2786689861318783711/Definitions/service-BasicNetwork-template.yml
2022-08-04T09:41:51.298Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-04T09:41:51.298Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||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-BasicNetwork-csar.csar
2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:51.299Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:51.300Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-04T09:41:51.300Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-04T09:41:51.300Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.300Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.300Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-04T09:41:51.301Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-04T09:41:51.302Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.302Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.302Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.302Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.302Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.303Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c07ad3e4-d405-494b-b9de-50033624d932
Model Version:NULL
Model InvariantUuid:0eff8321-e1ba-4a94-ba90-9982419e43d4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7d567ad0-ff28-456c-bc68-f4e4161fe393
Model UUID:5af3a88b-dbae-4b5d-b1ee-3614747b6c9b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8bd56a97-6437-446c-a429-87d8422f06a2
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
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-08-04T09:41:51.309Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 7154c28e-6d36-45ce-b9bb-b216b48d75fe
2022-08-04T09:41:51.309Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||No resources found for Service: c07ad3e4-d405-494b-b9de-50033624d932
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-08-04T09:41:51.314Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||
2022-08-04T09:41:51.315Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-08-04T09:41:51.315Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c07ad3e4-d405-494b-b9de-50033624d932
2022-08-04T09:41:51.315Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c07ad3e4-d405-494b-b9de-50033624d932
2022-08-04T09:41:51.316Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-08-04T09:41:51.316Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-08-04T09:41:51.320Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23875edb, org.onap.sdc.toscaparser.api.parameters.Input@3bc3246e, org.onap.sdc.toscaparser.api.parameters.Input@2c783858, org.onap.sdc.toscaparser.api.parameters.Input@4db9a4eb, org.onap.sdc.toscaparser.api.parameters.Input@54d14a01]
2022-08-04T09:41:51.321Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.322Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.322Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.322Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.322Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c07ad3e4-d405-494b-b9de-50033624d932: Generic NeutronNet
2022-08-04T09:41:51.322Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.323Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.323Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.323Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-04T09:41:51.365Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.365Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.365Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.366Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.366Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:41:51.366Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:41:51.366Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
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: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-04T09:41:51.440Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-08-04T09:41:51.440Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-04T09:41:51.441Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-04T09:41:51.441Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-04T09:41:51.441Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:41:51.444Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:41:51.445Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606111440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:41:51.545Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-04T09:41:51.547Z||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-08-04T09:41:51.547Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:41:51.559Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:41:51.560Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:41:52.447Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:41:52.459Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:41:52.462Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:41:52.462Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:41:52.462Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:42:22.463Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:42:22.475Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:42:22.483Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:42:22.483Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:42:22.483Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:42:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:42:46.742Z||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-08-04T09:42:46.743Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:42:46.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:42:46.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:42:46.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "aai-ml",
"timestamp": 1659606105910,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:42:46.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:42:52.484Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:42:52.499Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:42:52.502Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:42:52.503Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:42:52.503Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:43:22.503Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:43:22.517Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:43:22.521Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:43:22.521Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:43:22.521Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:43:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:43:46.743Z||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-08-04T09:43:46.743Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:43:46.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:43:46.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:43:46.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606106739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:43:46.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:43:52.524Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:43:52.538Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:43:52.541Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:43:52.541Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:43:52.541Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:44:22.541Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:44:22.559Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:44:22.563Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:44:22.563Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-04T09:44:22.563Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-04T09:44:46.741Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:44:46.744Z||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-08-04T09:44:46.744Z||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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:44:46.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:44:46.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606107992,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:44:46.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "aai-ml",
"timestamp": 1659606105910,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606106739,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606108998,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-04T09:44:46.814Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2dbeebf-3055-4b17-8369-71391eed665a
2022-08-04T09:44:46.814Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2dbeebf-3055-4b17-8369-71391eed665a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-04T09:44:46.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "aai-ml",
"timestamp": 1659606108649,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:46.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606109568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:46.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606111440,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:44:46.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "aai-ml",
"timestamp": 1659606112619,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:44:46.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "aai-ml",
"timestamp": 1659606113623,
"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-08-04T09:44:46.834Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2dbeebf-3055-4b17-8369-71391eed665a
2022-08-04T09:44:46.834Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2dbeebf-3055-4b17-8369-71391eed665a 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-08-04T09:44:46.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606124323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "clamp",
"timestamp": 1659606125575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606133311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "policy-id",
"timestamp": 1659606125608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606124323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "clamp",
"timestamp": 1659606125575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606133311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "policy-id",
"timestamp": 1659606125608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606124323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606133311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "clamp",
"timestamp": 1659606125575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "policy-id",
"timestamp": 1659606125608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "aai-ml",
"timestamp": 1659606135911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606124323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606133311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "clamp",
"timestamp": 1659606125575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "policy-id",
"timestamp": 1659606125608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "aai-ml",
"timestamp": 1659606135911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "cds",
"timestamp": 1659606137670,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606124323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606133311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "clamp",
"timestamp": 1659606125575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "policy-id",
"timestamp": 1659606125608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "aai-ml",
"timestamp": 1659606135911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "cds",
"timestamp": 1659606137670,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606124323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606133311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "clamp",
"timestamp": 1659606125575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "policy-id",
"timestamp": 1659606125608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606138234,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "aai-ml",
"timestamp": 1659606135911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "cds",
"timestamp": 1659606137670,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606133311,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "clamp",
"timestamp": 1659606125575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606124323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "policy-id",
"timestamp": 1659606125608,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606138234,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "aai-ml",
"timestamp": 1659606135911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "cds",
"timestamp": 1659606137670,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606141381,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:46.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606141870,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:46.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "policy-id",
"timestamp": 1659606141494,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:46.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606138234,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "aai-ml",
"timestamp": 1659606135911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "cds",
"timestamp": 1659606137670,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "policy-id",
"timestamp": 1659606142498,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:44:46.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606142482,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:46.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606138234,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "aai-ml",
"timestamp": 1659606135911,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "cds",
"timestamp": 1659606137670,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "policy-id",
"timestamp": 1659606143501,
"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=?
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-08-04T09:44:46.901Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01
2022-08-04T09:44:46.902Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 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-08-04T09:44:46.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606143533,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:46.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606138234,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606144247,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:44:46.915Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "aai-ml",
"timestamp": 1659606143639,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:46.916Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "cds",
"timestamp": 1659606137670,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:46.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606138234,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606144556,
"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-08-04T09:44:46.924Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01
2022-08-04T09:44:46.924Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 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-08-04T09:44:46.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606145254,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-04T09:44:46.936Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01
2022-08-04T09:44:46.937Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-04T09:44:46.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "cds",
"timestamp": 1659606145489,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:46.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606138234,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606145560,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-04T09:44:46.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606145608,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "cds",
"timestamp": 1659606146496,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-08-04T09:44:46.953Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01
2022-08-04T09:44:46.953Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 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-08-04T09:44:46.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606146565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606145608,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606146565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606145608,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "clamp",
"timestamp": 1659606149422,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:46.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606145608,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606146565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606145608,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606146565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "clamp",
"timestamp": 1659606151432,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:44:46.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "aai-ml",
"timestamp": 1659606150801,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:44:46.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:46.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606146565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606145608,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "clamp",
"timestamp": 1659606152434,
"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-08-04T09:44:46.976Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01
2022-08-04T09:44:46.976Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 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-08-04T09:44:46.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "aai-ml",
"timestamp": 1659606151805,
"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-08-04T09:44:46.990Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e53dd633-71fa-46d6-9964-6f21c0f0cd01
2022-08-04T09:44:46.990Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e53dd633-71fa-46d6-9964-6f21c0f0cd01 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-08-04T09:44:46.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606145608,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:46.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606146565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:46.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:46.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "cds",
"timestamp": 1659606152670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606145608,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:47.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606146565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "cds",
"timestamp": 1659606152670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606146565,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:47.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606154371,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:47.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:47.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "cds",
"timestamp": 1659606152670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606155374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-04T09:44:47.003Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:47.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "clamp",
"timestamp": 1659606155573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "cds",
"timestamp": 1659606152670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "policy-id",
"timestamp": 1659606156377,
"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=?
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-08-04T09:44:47.018Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ee4ae66-4082-45e5-af36-e29b831cfc43
2022-08-04T09:44:47.018Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ee4ae66-4082-45e5-af36-e29b831cfc43 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-08-04T09:44:47.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "clamp",
"timestamp": 1659606155573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "cds",
"timestamp": 1659606152670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "clamp",
"timestamp": 1659606155573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "cds",
"timestamp": 1659606152670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "clamp",
"timestamp": 1659606155573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "cds",
"timestamp": 1659606152670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606158234,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "clamp",
"timestamp": 1659606155573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "cds",
"timestamp": 1659606152670,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:47.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606158234,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "clamp",
"timestamp": 1659606155573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606158234,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "cds",
"timestamp": 1659606161385,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:44:47.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-04T09:44:47.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "clamp",
"timestamp": 1659606155573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.032Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606158234,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.032Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "cds",
"timestamp": 1659606162433,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-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-08-04T09:44:47.037Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ee4ae66-4082-45e5-af36-e29b831cfc43
2022-08-04T09:44:47.037Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ee4ae66-4082-45e5-af36-e29b831cfc43 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-08-04T09:44:47.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "clamp",
"timestamp": 1659606155573,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:44:47.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606158234,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606163311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606158234,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:44:47.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606163311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606164323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606158234,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1659606163311,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/resourceInstances/pnfcbc2a05b54b40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762",
"consumerID": "multicloud-k8s-id",
"timestamp": 1659606164323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-08-04T09:44:47.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ee4ae66-4082-45e5-af36-e29b831cfc43",
"consumerID": "ves-openapi-manager",
"timestamp": 1659606158234,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf1ij59ss7x8mjfo2i3i9b/1.0/artifacts/service-DemoPnf1ij59ss7x8mjfo2i3i9b-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:47.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-04T09:44:47.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45b14e08-bdfc-4fb6-996e-d8b0c79ac762",
"consumerID": "policy-id",
"timestamp": 1659606165608,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:44:47.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-08-04T09:44:52.563Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:44:52.577Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a
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-08-04T09:44:52.580Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-04T09:44:52.580Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-04T09:44:52.580Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-04T09:44:52.581Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-04T09:44:52.581Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:44:52.581Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:44:52.581Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:44:52.582Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:44:52.582Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:44:52.582Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-04T09:44:52.583Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-04T09:44:52.588Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-04T09:45:22.589Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2dbeebf-3055-4b17-8369-71391eed665a 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-08-04T09:45:22.595Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2dbeebf-3055-4b17-8369-71391eed665a and serviceModelVersionId: c07ad3e4-d405-494b-b9de-50033624d932
2022-08-04T09:45:22.595Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0eff8321-e1ba-4a94-ba90-9982419e43d4
2022-08-04T09:45:22.597Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0
2022-08-04T09:45:22.604Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-04T09:45:22.671Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|INFO|500||Invoke
2022-08-04T09:45:22.672Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2dbeebf-3055-4b17-8369-71391eed665a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[218f00c0-d276-4dff-843d-692970c4ee54], X-ECOMP-RequestID=[a2dbeebf-3055-4b17-8369-71391eed665a], X-TransactionId=[], X-ONAP-RequestID=[a2dbeebf-3055-4b17-8369-71391eed665a], Content-Type=[application/merge-patch+json]}
2022-08-04T09:45:22.699Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-04T09:45:22.798Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?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/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220804-09:45:22:509-54471], vertex-id=[360520], Content-Length=[0], Date=[Thu, 04 Aug 2022 09:45:22 GMT], Content-Type=[application/json]}
2022-08-04T09:45:22.798Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-04T09:45:22.799Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eff8321-e1ba-4a94-ba90-9982419e43d4/model-vers/model-ver/c07ad3e4-d405-494b-b9de-50033624d932?depth=0|INFO|500||InvokeReturn
2022-08-04T09:45:22.801Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-04T09:45:22.801Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||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-08-04T09:45:22.808Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||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-08-04T09:45:22.808Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2dbeebf-3055-4b17-8369-71391eed665a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-04T09:45:22.808Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-04T09:45:22.809Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:45:22.811Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:45:22.811Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "a2dbeebf-3055-4b17-8369-71391eed665a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606322808,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-04T09:45:22.911Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:45:22.912Z||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-08-04T09:45:22.913Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:45:22.931Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:45:22.932Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-04T09:45:23.824Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-04T09:45:23.825Z|a2dbeebf-3055-4b17-8369-71391eed665a|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-08-04T09:45:23.825Z|a2dbeebf-3055-4b17-8369-71391eed665a|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 QMx8hPJFHHsYD2SB) ...
2022-08-04T09:45:28.248Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:45:28.250Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-04T09:45:28.250Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e53dd633-71fa-46d6-9964-6f21c0f0cd01","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dac83011-388c-439b-b698-3ace06b7dc96","serviceDescription":"service","serviceInvariantUUID":"44ff776b-cfa4-4bea-89d9-ccbf86448425","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cff07781-6a30-46e1-a461-11d9e1f99649","resourceInvariantUUID":"c4ab2176-ec75-47c3-b008-bc0223bfa1c8","resourceCustomizationUUID":"69fb361c-10a1-4070-8ab1-4934ebd7c6c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OTNkZTllMmMzMzNlZTJiMmMxMDM1MjQ2ZDA4NzU3ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"267b084f-2e20-46fd-ba84-38d6c5e1e89f","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NGNkOWNkYmZjMmQyZDRkMzcxYThlMTBlNmRlZDYzZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2e190b4-c789-4368-a078-7d0c3cbb5924","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"33baecce-62de-4826-9596-8cd0d73765b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4014899b-708d-4107-94df-5e88dc8f5e4e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7593f76b-3729-418e-9d3a-6de1b0fda6d9","artifactVersion":"2","generatedFromUUID":"33baecce-62de-4826-9596-8cd0d73765b6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTZiMmQ4NDllYjExNGU1M2M3ZjFkZjJjYzBjNjMxODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a3bd668-6817-4791-b55c-05e786ded3c3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2Q0MGRlYTM3ZThkODkxMmJmNzY5MGEzNjZlMjNiZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"421c3b2d-0778-4a28-b65d-8df1dbf352d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-04T09:45:28.253Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:45:28.253Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:45:28.255Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:45:28.255Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606323824,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:45:28.355Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:45:28.356Z||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-08-04T09:45:28.356Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:45:28.370Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:45:28.370Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:45:29.256Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:45:29.256Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:45:29.258Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:45:29.258Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606323824,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-08-04T09:45:29.358Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:45:29.359Z||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-08-04T09:45:29.360Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:45:29.373Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:45:29.374Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-04T09:45:30.259Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:45:30.259Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:45:30.263Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:45:30.263Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606323824,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-08-04T09:45:30.363Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-04T09:45:30.364Z||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-08-04T09:45:30.365Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:45:30.379Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:45:30.380Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:45:31.264Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:45:31.265Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:45:31.269Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:45:31.269Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606323824,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:45:31.368Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-04T09:45:31.369Z||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-08-04T09:45:31.369Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:45:31.382Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:45:31.382Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:45:32.270Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:45:32.271Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:45:32.273Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:45:32.273Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606323824,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-08-04T09:45:32.374Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:45:32.375Z||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-08-04T09:45:32.375Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:45:32.406Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:45:32.407Z||pool-44-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:45:33.275Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:45:33.276Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:45:33.280Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:45:33.281Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606323824,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-04T09:45:33.379Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-04T09:45:33.380Z||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-08-04T09:45:33.380Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:45:33.396Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:45:33.397Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:45:34.281Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-04T09:45:34.282Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:45:34.285Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:45:34.285Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606323824,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-08-04T09:45:34.385Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-04T09:45:34.386Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-04T09:45:34.387Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:45:34.402Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:45:34.403Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:45:35.287Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "dac83011-388c-439b-b698-3ace06b7dc96",
"serviceDescription": "service",
"serviceInvariantUUID": "44ff776b-cfa4-4bea-89d9-ccbf86448425",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "69fb361c-10a1-4070-8ab1-4934ebd7c6c5",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cff07781-6a30-46e1-a461-11d9e1f99649",
"resourceInvariantUUID": "c4ab2176-ec75-47c3-b008-bc0223bfa1c8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NGNkOWNkYmZjMmQyZDRkMzcxYThlMTBlNmRlZDYzZWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d2e190b4-c789-4368-a078-7d0c3cbb5924",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "33baecce-62de-4826-9596-8cd0d73765b6",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7593f76b-3729-418e-9d3a-6de1b0fda6d9",
"generatedFromUUID": "33baecce-62de-4826-9596-8cd0d73765b6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7593f76b-3729-418e-9d3a-6de1b0fda6d9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "N2Q0MGRlYTM3ZThkODkxMmJmNzY5MGEzNjZlMjNiZWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "421c3b2d-0778-4a28-b65d-8df1dbf352d2"
}
],
"workloadContext": "Production"
}
2022-08-04T09:45:35.288Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-04T09:45:35.288Z|a2dbeebf-3055-4b17-8369-71391eed665a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dac83011-388c-439b-b698-3ace06b7dc96 ASDC
2022-08-04T09:45:35.289Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e53dd633-71fa-46d6-9964-6f21c0f0cd01
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dac83011-388c-439b-b698-3ace06b7dc96
ServiceInvariantUUID:44ff776b-cfa4-4bea-89d9-ccbf86448425
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:421c3b2d-0778-4a28-b65d-8df1dbf352d2
ArtifactChecksum:N2Q0MGRlYTM3ZThkODkxMmJmNzY5MGEzNjZlMjNiZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:69fb361c-10a1-4070-8ab1-4934ebd7c6c5
ResourceInvariantUUID:c4ab2176-ec75-47c3-b008-bc0223bfa1c8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cff07781-6a30-46e1-a461-11d9e1f99649
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:d2e190b4-c789-4368-a078-7d0c3cbb5924
ArtifactChecksum:NGNkOWNkYmZjMmQyZDRkMzcxYThlMTBlNmRlZDYzZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:33baecce-62de-4826-9596-8cd0d73765b6
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:7593f76b-3729-418e-9d3a-6de1b0fda6d9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:7593f76b-3729-418e-9d3a-6de1b0fda6d9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-04T09:45:35.289Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dac83011-388c-439b-b698-3ace06b7dc96 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-08-04T09:45:35.323Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-04T09:45:35.324Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-04T09:45:35.324Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-04T09:45:35.324Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 421c3b2d-0778-4a28-b65d-8df1dbf352d2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-04T09:45:35.325Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-04T09:45:35.325Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-04T09:45:35.455Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-04T09:45:35.461Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 421c3b2d-0778-4a28-b65d-8df1dbf352d2 71065
2022-08-04T09:45:35.462Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-04T09:45:35.462Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-04T09:45:35.462Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-04T09:45:35.463Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-04T09:45:35.465Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-04T09:45:35.465Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "e53dd633-71fa-46d6-9964-6f21c0f0cd01",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1659606335462,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-04T09:45:35.565Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-04T09:45:35.567Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-04T09:45:35.567Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QMx8hPJFHHsYD2SB) ...
2022-08-04T09:45:35.585Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-04T09:45:35.586Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-04T09:45:36.466Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-04T09:45:36.467Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-04T09:45:36.467Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 421c3b2d-0778-4a28-b65d-8df1dbf352d2, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-04T09:45:36.467Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-04T09:45:36.468Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-04T09:45:36.468Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-04T09:45:36.651Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7402089809765724300/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-04T09:45:38.028Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-04T09:45:38.029Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-04T09:45:38.029Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-04T09:45:38.030Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-04T09:45:38.030Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-04T09:45:38.030Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-08-04T09:45:38.030Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||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-BasicVm-csar.csar
2022-08-04T09:45:38.030Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||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-BasicVm-csar.csar
2022-08-04T09:45:38.031Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||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-BasicVm-csar.csar
2022-08-04T09:45:38.031Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-04T09:45:38.031Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||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-BasicVm-csar.csar
2022-08-04T09:45:38.031Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-04T09:45:38.031Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||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-BasicVm-csar.csar
2022-08-04T09:45:38.032Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-04T09:45:38.032Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:45:38.032Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:45:38.032Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-04T09:45:38.033Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-04T09:45:38.033Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-04T09:45:38.033Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:45:38.034Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:45:38.034Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-04T09:45:38.034Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-04T09:45:38.034Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-04T09:45:38.034Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:45:38.035Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-04T09:45:38.035Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:45:38.035Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-04T09:45:38.035Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-04T09:45:38.036Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-04T09:45:38.036Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-04T09:45:38.036Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-04T09:45:38.036Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-04T09:45:38.036Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-04T09:45:38.037Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-04T09:45:38.037Z|e53dd633-71fa-46d6-9964-6f21c0f0cd01|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery